[Xsltforms-support] Using transform()
Brought to you by:
alain-couthures
|
From: Mark S. <m_s...@ma...> - 2016-01-19 11:58:22
|
Hi, I am experimenting with using the transform() function and would like to pass an XML instance into a stylesheet as a parameter value. Using something along the lines of transform(instance(‘myInstance'), 'xslt/test.xsl',false, 'theTestXML', instance(’newCodes’)) I can access the instance within my stylesheet as a string, but not as a nodeset. Is it possible to do this? Best wishes Mark |