[
Lists Home |
Date Index |
Thread Index
]
On 01-11-2006 2:03 PM, chandrashekar bodla wrote:
> Hi All,
>
> Currently i have a task to convert XML to XML. Basic
> the sourceXML format is differnt from target XML
> format.
> I am new to this converion , can any one please send
> me a sample file for doing this converison in java.
>
> Thanks for all your help.
>
> Shekar
XSLT is probably the best choice for XML to XML, since that's
exactly what it was designed for.
There are many options for XSLT engines, including Saxon at
www.saxonica.com and Apache Xalan at xalan.apache.org, both of
which have the feature of having source code available.
Stylus Studio includes several tools to help with this, including
a graphical mapping to that not only generates XSLT or XQuery,
but allows you to see the generated code in real-time, change
it, and watch the graphical map update. It can also
reverse-engineer a diagram from existing XSLT or XQuery code.
Stylus Studio includes support for multiple XSLT and XQuery
engines, including those mentioned above.
A free download is available from
http://www.stylusstudio.com/xml_download.html
See also http://www.stylusstudio.com/xml_mapper.html for
an overview of the mapping tools included.
--
Sincerely,
Tony Lavinio
Stylus Studio Principal Software Architect
http://www.stylusstudio.com/
|