search for: xslt

Displaying 20 results from an estimated 374 matches for "xslt".

Did you mean: slt
2006 Nov 04
6
Ruby/XSLT
Anybody got any experience using this ( http://greg.rubyfr.net/pub/packages/ruby-xslt/files/README.html ) ? I asked my hosting company (a2hosting.com) about XSLT processors for Rails and mentioned this one. Four hours later I get email that they''ve installed it. Thing is, the documentation didn''t generate, and when I execute ''gem list --local''...
2011 Oct 19
1
Failed dependencies for libxslt-ruby on CentOS 6
I'm trying to install a gem named Fabulator on CentOS 6 CR x86_64. It's failing on libxslt-ruby. This is the error I get when trying the gem manually... ------------------------------ # gem install libxslt-ruby --no-rdoc --no-ri Building native extensions. This could take a while... ERROR: Error installing libxslt-ruby: ERROR: Failed to build gem native extension. /usr/bin/ru...
2004 Aug 06
2
compile error in the new icecast 2
hello! While trying to compile the new and final icecast2, I got this compile error on the make: make[3]: *** [xslt.o] Error 1 make[3]: Leaving directory `/home/boink/icecast-2.0.0/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/boink/icecast-2.0.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/boink/icecast-2.0.0' make: *** [all] Error 2 hmm,...
2004 Oct 20
2
a few questions
Ok, I think I see. The xslt files are kind of a template which tells icecast how to format the xml file that is the admin interface? Where can I get either an example xslt file or information on how this works? I didn't see details in the icecast docs. I have now skimmed the information on xml.com, but don't I nee...
2005 Mar 10
2
Could not parse XSLT file
Hi There... I just installed icecast-2.2.0 ok, the stream server works, however when I try to access the web interface, my browser displays the message "Could not parse XSLT file". XSLT seems to be configured as there were no compile problems. Google hasn't yielded much help.. Any Ideas? QuickFix
2007 Sep 22
2
Rails + XSLT
hey all, i wanna learn how to use and integrate XSLT with RoR but i don''t find any resources so if any one know any good resources i will be appreciated thanks -- Mohamed Saeed software engineer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Ra...
2004 Aug 06
2
xslt-config
after running sh autogen.sh and Icecast begins to complie (is this the correct term) I get the folling: .. checking for getaddrinfo... yes checking for inet_pton... yes checking for xslt-config... no configure: error: xslt-config could not be found Could some one please explain. Thanks ! <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-requ...
2004 Oct 21
2
a few questions
I don't have any there; I suppose that is the problem. I did a locate *.xslt and nothing pertaining to icecast came up. I suppose I should grab the source and check it out. I installed from the rpm. Thanks, Richard Michael Smith wrote: >On Thursday 21 October 2004 14:50, Richard Morey wrote: > > >>Ok, I think I see. The xslt files are kind of a template...
2004 Aug 06
2
configure: error: xslt-config could not be found
...-d :pserver:anoncvs@xiph.org:/usr/local/cvsroot -z 9 co icecast hangs after timing.h: ... U timing/TODO U timing/timing.c U timing/timing.h (pressing Ctrl-C) cvs [checkout aborted]: received interrupt signal I continue anyway... 3a. ./autogen.sh ... checking for working const... yes checking for xslt-config... no configure: error: xslt-config could not be found Huh? What am I missing? Redhat 7.3 % uname -a Linux manitu 2.4.18-10 #1 Wed Aug 7 11:39:21 EDT 2002 i686 unknown % rpm -q automake autoconf gettext libtool libxslt libxml2 automake-1.4p5-4 autoconf-2.13-17 gettext-0.11.1-2 libtool-1.4.2...
2006 May 10
1
Documentation for the PHP OO wrapper
...9;s idea about generating documentation for the object-oriented PHP wrapper http://www.oligarchy.co.uk/xapian/patches/xapian9.phps >Another way to approach it might be to postprocess Doxygen's XML output >(which would allow mechanical changes to match PHP syntax). > > I wrote an xslt script to test the idea (It is one of the first I write, so there are surely a lot of "bad things" in it, don't hesitate to point them !). You can grab the xslt file from here (28 Kb) : http://www.bdsp.tm.fr/aed/xapian/wrapperDoc/doc.xslt It produces a all-in-one html file (331Kb)...
2006 Aug 16
1
XSLT support
Anybody got any experience using this XSLT processor? http://raa.ruby-lang.org/project/ruby-xslt/ I need one. Are there alternatives? Thanks, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060816/b66b934a/attachment.html
2004 Oct 20
2
a few questions
I was under the impression icecast wrote useage statistics to that directory, and you accessed them via http://host:port/admin/ Where does the xslt file come from that it tries to access when you attempt to access the admin page? Michael Smith wrote: >On Thursday 21 October 2004 05:36, Richard Morey wrote: > > >>I have just gotten a stream working and it is very cool. I am using >>ices0.4 to stream mp3s to icecast2 un...
2014 Jan 23
1
[Bug 887] New: iptables.xslt wrong "match" -m handling
https://bugzilla.netfilter.org/show_bug.cgi?id=887 Summary: iptables.xslt wrong "match" -m handling Product: iptables Version: 1.4.x Platform: All OS/Version: Debian GNU/Linux Status: NEW Severity: major Priority: P5 Component: unknown AssignedTo: netfilter-buglog at lists....
2006 Jan 24
2
Ruby on Rails using XML and XSLT
Hello, I''m building an ruby on rails application right now and i get an XML document from a specific url. Is it in rails possible to transform the XML document with an XSLT document? Thanks in advance Daan -- Posted via http://www.ruby-forum.com/.
2004 Aug 06
2
Custom .xsl files?
...l:template match = "/icestats" > > <HTML> > <HEAD> > <title>Simple Icecast stats</title> > </HEAD> > <BODY> > <xsl:for-each select="source"> > <xsl:value-of select="@mount" /> > <br> Your XSLT must be valid.This isn't well-formed XML, you need: <br/>. The rest looks ok. Mike
2004 Aug 06
2
&quot;Could not parse XSLT file&quot;
"Matt Trim" <matt@sv.net.au> writes: > [2004-01-18 19:47:06] DBUG admin/admin_send_response Sending XSLT > (/usr/share/iceast/admin/stats.xsl) ^^^^^^ ? > Any ideas? /Rolf --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' co...
2006 May 30
11
Display XML file, with some formatting.
Hi. Im quite new to this Rails thing, but it seems like a good product so why not try it out whit a little prototype i need to build. What i want is to load any given XML file, and display it with some formatting. I have some XSD shemes to validate the XML files against, but its not vital rigth now. But how should i approach this task? At first it would proberly be a good idea to load the
2004 Aug 06
1
Could not parse XSLT file
...01 on a suse system (hmm didn't have any imapct to the desicion for suse) and compiled every myself. the streaming server itself runs, i can steam and receive the stream but i cant get the web-admin interface via host:8000/admin/. the following error occurs in the web browser: Could not parse XSLT file XSLT: current tarball (cvs snapshot) libxml2-2.6.9 icecast-2.0.1 any ideas? best regards, armin.
2009 Nov 05
0
how ot remove the highest value from total time jmeter xslt
Hi, I am new to xslt and I need some help removing the highest value from the 'total time' and then calculating the 'average time' for jmeter reports Thanks, Hema -- View this message in context: http://old.nabble.com/how-ot-remove-the-highest-value-from-total-time-jmeter-xslt-tp26208608p26208608.html...
2006 Feb 17
1
Scriptaculous XSLT-sheet available for download
Hiya! Being very impressed and pleased with scriptaculous I decided to add several features of it into a Web Publishing System I’m building. This WPS (as I fondly call it) makes extensive use of XML/XSLt translations. To offer some nice visual effects to customers I made a XSL-stylesheet which allows my customers to access these effects by enclosing some content into scriptaculous-tags. I decided to distribute this XSL-sheet free for anyone to use. (any suggestions on how to release stuff like this...