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
posted
0
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?