Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I need some help in writing an XSLT(version 1.0) code to parse a string of an XML file.
The output should be an XML.
For example:
<cpe-item name="cpe:/a:mozilla:firefox:8.0" /> is the XML input code and I need the string to be separated as:

<vendor>mozilla</vendor>
<technology>firefox</technology>
<version>8.0</version>

I am new to XSL. Please help...


Thanks,
Varsha.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900