XM to XSLT Newbie
Posted: Tue Oct 02, 2012 5:03 am
Hello Gurus,
I'm new to XSLT and have so far only seen XML documents. But now I have been given a task to convert a XML document to XSLT. I downloaded Oxygen but do not know where to start etc.
If I have this dummy.xml file.How would I start this in Oxygen and write code for xslt and see th output as pipe delimited file. Output should be Professional JINI|Sing Li|Wrox Publications.
I know i'm probably asking the basic question, but since im new to this technology and the tool, I thought I would ask for help. Any help will be greatly appreciated.
Thanks
Ash
I'm new to XSLT and have so far only seen XML documents. But now I have been given a task to convert a XML document to XSLT. I downloaded Oxygen but do not know where to start etc.
If I have this dummy.xml file.How would I start this in Oxygen and write code for xslt and see th output as pipe delimited file. Output should be Professional JINI|Sing Li|Wrox Publications.
Code: Select all
<?xml version="1.0" encoding="ISO-8859-1" ?>
<LIBRARY>
<BOOK>
<TITLE>Professional JINI</TITLE>
<AUTHOR>Sing Li</AUTHOR>
<PUBLISHER>Wrox Publications</PUBLISHER>
</BOOK>
</LIBRARY>
Thanks
Ash