similar to: Rails + XSLT

Displaying 20 results from an estimated 3000 matches similar to: "Rails + XSLT"

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/.
2008 Jun 26
9
find_by_sql + Join + Rails 2
Hello I have write a code to select data from two tables (T1,T2) but the problem is @tables= T1.find_by_sql("select T1.*,T2.* from T1inner join T2on T1.followup_id = T2.id where followups.userid = ''41'' ") THe problem all values that is returned from running only T1 variables,why? Where are T2 variables?? -- Posted via http://www.ruby-forum.com/.
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
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
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:
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'' it''s
2004 Aug 06
2
configure: error: xslt-config could not be found
Hi. I just tried to compile icecast2 my self from cvs. 1. cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login 2. cvs -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
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.netfilter.org
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
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
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
2020 Aug 05
2
[PATCH V4 linux-next 00/12] VDPA support for Mellanox ConnectX devices
On Wed, Aug 05, 2020 at 04:01:58PM +0300, Eli Cohen wrote: > On Wed, Aug 05, 2020 at 08:48:52AM -0400, Michael S. Tsirkin wrote: > > > > > > Did you merge this?: > > > git pull git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux.git mlx5-next > > > > > > I can only merge this tree if no one else will. Linus does not like > > getting
2020 Aug 05
2
[PATCH V4 linux-next 00/12] VDPA support for Mellanox ConnectX devices
On Wed, Aug 05, 2020 at 04:01:58PM +0300, Eli Cohen wrote: > On Wed, Aug 05, 2020 at 08:48:52AM -0400, Michael S. Tsirkin wrote: > > > > > > Did you merge this?: > > > git pull git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux.git mlx5-next > > > > > > I can only merge this tree if no one else will. Linus does not like > > getting
2008 Apr 01
1
Write file with binary mode on linux
Hello, I wanna write files on Linux platform but with binary mode. On windows we use "wb" but on Linux what do we have to do? Thanks. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2006 Apr 28
8
Rails magic for MySQL -> XML file -> MySQL and back again ??
Greetings! My little app collects data from the user, persists it in about a dozen tables during the session, writes out / saves an XML file that''s downloaded to the user''s PC when they''re done, then clears the db of all data entered, and deletes the XML file from the server. Now I need to allow the user to upload the same XML file they created earlier and put it back
2020 Sep 24
4
[PATCH v3 -next] vdpa: mlx5: change Kconfig depends to fix build errors
On 9/24/20 3:24 AM, Eli Cohen wrote: > On Thu, Sep 24, 2020 at 05:30:55AM -0400, Michael S. Tsirkin wrote: >>>> --- linux-next-20200917.orig/drivers/vdpa/Kconfig >>>> +++ linux-next-20200917/drivers/vdpa/Kconfig >>>> @@ -31,7 +31,7 @@ config IFCVF >>>> >>>> config MLX5_VDPA >>>> bool "MLX5 VDPA support library for
2020 Sep 24
4
[PATCH v3 -next] vdpa: mlx5: change Kconfig depends to fix build errors
On 9/24/20 3:24 AM, Eli Cohen wrote: > On Thu, Sep 24, 2020 at 05:30:55AM -0400, Michael S. Tsirkin wrote: >>>> --- linux-next-20200917.orig/drivers/vdpa/Kconfig >>>> +++ linux-next-20200917/drivers/vdpa/Kconfig >>>> @@ -31,7 +31,7 @@ config IFCVF >>>> >>>> config MLX5_VDPA >>>> bool "MLX5 VDPA support library for
2023 Apr 03
1
[PATCH 0/1] posted interrtups support for mlx5
On 4/3/2023 12:20 PM, Eli Cohen wrote: > Hi, > > the single patch in this series adds support for posted interrupts in > mlx5. > > It depends on the patch series already accpted can be seen here: > https://patchwork.kernel.org/project/netdevbpf/patch/20230324231341.29808-1-saeed at kernel.org/ > > git pull git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git
2023 Apr 03
1
[PATCH 0/1] posted interrtups support for mlx5
On Mon, Apr 03, 2023 at 01:00:16PM -0400, Parav Pandit wrote: > > > On 4/3/2023 12:20 PM, Eli Cohen wrote: > > Hi, > > > > the single patch in this series adds support for posted interrupts in > > mlx5. > > > > It depends on the patch series already accpted can be seen here: > >
2014 Jul 21
1
Hold ,UnHold Via AMI
Hi, I want to write API for doing some actions. I want to write function for hold special call via AMI.But I can not find any action for this purpose. Is there any action for holding special channel? Regards, Mahdieh Saeed -------------- next part -------------- An HTML attachment was scrubbed... URL: