You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Leszek Gawron <lg...@mobilebox.pl> on 2004/05/28 15:22:12 UTC

Include XML fragment that does not contain root element

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@mobilebox.pl


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org