Page 1 of 1

XML and XSLT in Jade

Posted: Fri Aug 07, 2009 11:33 am
by ConvertFromOldNGs
by Anonymous >> Fri, 3 Feb 2006 11:38:16 GMT

Hi all,

I'm currently trying to transform an XML document into another XML document structure. To do this outside of Jade would normally involve tranforming it via XSLT. In jade however I haven't seen any mention of XSLT processing. Ideally what I'd like is be able to do is apply an XSLT string/file to an XML document in Jade to apply the transformation, resulting in a new XML structure. But looks like I may have to do this via an imported DLL call to an XSLT processor.

Regards,
Sandy

Re: XML and XSLT in Jade

Posted: Fri Aug 07, 2009 11:33 am
by ConvertFromOldNGs
by dcooper@jade.co.nz >> Sat, 4 Feb 2006 1:43:34 GMT

Hi Sandy,

Correct. You'll need to call an external XSLT processor to do this.

Dean.

Re: XML and XSLT in Jade

Posted: Fri Aug 07, 2009 11:33 am
by ConvertFromOldNGs
by Sandy >> Wed, 8 Feb 2006 21:36:42 GMT

Cheers Dean,

Sandy.