in reply to Converting a data structure to XML
I find that rolling your own is the best way to create XML, especially when you have simple, consistent and well understood data structures like the above. Its much faster and simpler than using any parser. To then parse that XML, or alter it after its initial creation, use a parser.
-stvn
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Converting a data structure to XML
by chromatic (Archbishop) on Jan 14, 2004 at 18:48 UTC | |
by stvn (Monsignor) on Jan 14, 2004 at 19:00 UTC |