aspose file tools
The moose likes XML and Related Technologies and the fly likes XML Transform Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "XML Transform" Watch "XML Transform" New topic
Author

XML Transform

lavanya Ananth
Ranch Hand

Joined: Apr 04, 2005
Posts: 40
I need to transform an XML document. Is XSLT theonly etchnology or do I have any alternatives?


Thanks
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
There are a lots of ways to manipulate XML documents. Choosing the approach depends on things like:

1. input document size
2. output document format and size
3. is the input document organization close to the desired output organization?
.. and of course the always important..
4. which tools are you already familiar with?

Bill


Java Resources at www.wbrogden.com
Jimmy Clark
Ranch Hand

Joined: Apr 16, 2008
Posts: 2187
For working with XML data, check out OmniMark
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: XML Transform
 
Similar Threads
Java XML parser to parse the XML file
about transforming data
Which one is the best XML parser?
xml file transform to serializable object.
Royally stumped with jstl <c:if test of request.method