I would like to pass a list of data I have in a php array into my xslt so that I can compare elements of the array with a sequence of XML (this is actually so I can have a DDLB which has some selected elements in it).
On the xslt side, can it handle such a variable as an xslaram?
How do I access the individual elements/traverse the array?
What would the xsl:for-each look like?
Should I encode the array into XML and add it to my XML string and get it into the xslt that way?
Thanks,
Joseppic.
On the xslt side, can it handle such a variable as an xslaram?
How do I access the individual elements/traverse the array?
What would the xsl:for-each look like?
Should I encode the array into XML and add it to my XML string and get it into the xslt that way?
Thanks,
Joseppic.