Hello,
This question is regarding applying an XSL transformation to map one XML file to another. Im posting this question again.
Say I have original XML attributes like:
<series>
<number>1</number>
<series>
and the final XML output file as:
<series number="1"/>
I'm trying to use
<xsl:variable name="number"...
User Profile
Collapse
-
Obtaining variable information from an XML file using xslt.
-
XSLT question
XSL gurus,
I'm trying to create an XSLT file to go from one XML document type to another.
The first document type has values likes
<series>
<number>1</number>
<id>232</id>
<name>JohnDoe ></name>
</series>
and it has to be transformed to
<NewField number="1" id="232" name="JohnDoe"/>...
No activity results to display
Show More