Hi, > why the DOM version 1 didn't specify a means of getting the actual XML out > of the DOM document. DOM hasn't the opposite method ( XML(String) --> DOM or XML(File) --> DOM) like to do this you need a parser (and it isn't into the DOM specification) to "serialize" a DOM tree you need a DOM Serializer Usually parsers have both of this features (XercesJ...for instance). Another important think is that DOM serialization is implementation independent - Xerces serialization use the tree at Document-Element level. btw, serialization is easy to do. bye Fabio GurgoneReceived on Wednesday, 13 June 2001 06:09:46 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:53 GMT