D
Dingus
I have XML in a string/memory buffer, which I converted to a
MemBufInputSource. I would like to make a DOM from this data, but I
cannot see how to do this.
Is there a way to easily create a DOM from memory/MemBufInputSource
much like the way the DOMCount example creates the DOM from an xml
file? I don't want to write the memory to a file then pass the
filename that to DOMBuilder:arseURI, that would ge grossly
inefficient.
Thanks,
Tim
MemBufInputSource. I would like to make a DOM from this data, but I
cannot see how to do this.
Is there a way to easily create a DOM from memory/MemBufInputSource
much like the way the DOMCount example creates the DOM from an xml
file? I don't want to write the memory to a file then pass the
filename that to DOMBuilder:arseURI, that would ge grossly
inefficient.
Thanks,
Tim