I have a DocumentFragment supposebly looking
like this:
<one>
<two/>
</one>
Now I try to create SAX events from it:
DOMStreamer streamer = new DOMStreamer(handler);
streamer.stream(fragment);
Unfortunately this is also fireing the following
events:
[setDocumentLocator]
[startDocument]
[endDocument]
Why is that so? Anyone a clue?
--
Torsten
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]