I have a string with xml fragment that is "half-valid" - it does not contain root element. I would like to generate sax events from that string without having to wrap it with any tag.
The usage is : I want to integrate a radeox wiki parser into my web application. So if user enters "__test__ abc" it is converted to :


<b class="bold">test</b> abc

I would like that string to be parsed into sax events and be a part of page output.
--
Leszek Gawron [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to