XSLT vs. Java
843834Dec 21 2007 — edited Jan 10 2008I'm doing a project of converting XML from one format to another. The conversion is very complex. It contains hundreds of complex conversion rules and many calculations.
Should I do it with XSLT or with Java? (Using the Java XML parsers)
What are the advantages and disadvantages of each approach?
Thanks,
Daniel