I am a bit of a novice at xslt.
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?
Thanks,
Joseppic.
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?
Thanks,
Joseppic.