Search found 1 match

by wangyf2010
Tue Nov 22, 2005 12:22 pm
Forum: General XML Questions
Topic: how to convert One format Xml to another format Xml?
Replies: 8
Views: 26375

how to convert One format Xml to another format Xml?

It'll be a jscript function to transform a given format of XML input to another XML format. The input would be like: <?xml version="1.0"?> <menu xmlns=""> <menuitem> <node>1</node> <parent>1</parent> <name>parent</name> </menuitem> <menuitem> <node>2</node> <parent>1</parent> <na...