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