File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes XML and Related Technologies and the fly likes XML,XSLT Conversion Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "XML,XSLT Conversion" Watch "XML,XSLT Conversion" New topic
Author

XML,XSLT Conversion

Rahul Dixit
Greenhorn

Joined: Jan 31, 2001
Posts: 2
I am trying to convert XML to XML using XSLT.My original XML file is
<a>
<b>rd</b>
<c>25</c>
</a>
I want to convert this file to another XML file
<p number="25">rd</p>
I have tried this using
<p number={c}><xsl:apply-templates/></p>
it's working partly
Pl.Help
 
 
subject: XML,XSLT Conversion
 
Threads others viewed
XSLT equality test
Need help regarding <p>
Converting CSV to XML
Namespace question
Conversion of Raw Soap Response Into HTML
MyEclipse, The Clear Choice