You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Lionel Crine <cr...@4dconcept.fr> on 2003/02/06 10:57:17 UTC

remove header in the sax parser

I'm using the avalon component sax parser and I parse a string value. but 
it returns
the header .

I don't want it because the String value is inline in the document :

here is what I have in my browser :



<?xml version="1.0" encoding="UTF-8"?>
<xsp:page xmlns:xsp="http://apache.org/xsp" 
xmlns:ixia-query="http://www.ixiasoft.com/ixia/query/1.0">


<ixia-query:document>
   <?xml version="1.0" encoding="UTF-8"?>
<coucou/>
</ixia-query:document>

</xsp:page>

How do I not handle the header during the parsing ? 


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>