Is there any trick to match two XML by one XSLT?
- by brain_pusher
Is there any trick to match two XML by one XSLT? I mean the way I can apply XSLT to a parameter passed.
For example (I missed declarations to be short). XML1: XML to be transformed:
<myData>
<Collection>
</Collection>
</myData>
XSLT need to be applied to the previous XML:
<xsl:param name='items' />…