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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to