  | |  | Include XML fragment that does not contain root element | Include XML fragment that does not contain root element 2004-05-28 - By Leszek Gawron
Back 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 lgawron@(protected)
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|
 |