Rajiv Mordani [CONTRACTOR] <[EMAIL PROTECTED]> wrote:
>
> P.S. A step aside just curious on how do you plan to use the DOM nodes in
> other applications???
In some cases, I don't need to PARSE XML streams... In some cases I can just
generate a memory representation of a XML document, and then print it...
Imagine a stupid tool that convert Java properties into something like
<properties>
<propery name="name">value</property>
....
</properties>
Or, in a more complex case, ECS (see java.apache.org) can produce a DOM set
of objects without any parsing, wich then can be styled and printed using
DOM based XML tools... (no parser, no parser)
Pier