Re: [Xsltforms-support] Hints on using the transform function
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2011-05-10 06:57:43
|
Hello Philip, > I've been experimenting with XSLTForms' extension transform function > but I can't seem to get it to work or, maybe, I'm not using it > correctly. I had hoped I could use it to apply a transform to one > instance and deposit the result into another by using an xf:insert: > <xf:insert origin="transform(instance('source'), > '/resources/schemas/schematron/atom-feed.xsl')" position="after" > nodeset="." context="instance('svrlReport')"/> The current transform() function in XSLTForms returns a string. A parse() function could be added to get an XML Document instead. Regards, -Alain |