[Xsltforms-support] Hints on using the transform function
Brought to you by:
alain-couthures
From: Philip F. <Phi...@ma...> - 2011-05-10 06:49:24
|
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')"/> I've tested the transform in the browser and it does work, I also know that the plain insert works but when I invoke the 'insert' in my form with the transform function as described above - nothing happens. How should I be invoking the transform function? Regards Philip |