Re: Programmatically creating an XML file

2000-01-13 Thread roddey
The parser is not involved in creating XML files. There are some editor type tools out there that will aid you in creating XML files, but that's not something that the parser has anything to do with. If you are just looking for help on learning about XML and how to write it, there are plenty of

RE: Programmatically creating an XML file

2000-01-13 Thread XML @ Four J's
Hi,I had such problems as I started, I do not have a proper sample but here is a code fragment that illustrates the building of a DOM tree from scratch.This sample is in C++, I guess it can be easily converted to Java if needed.int test002 (void) {  int status;  cout << "* 002 - Creates