OK, it's allmost working because i still have :
<?xml version="1.0" encoding="UTF-8"?>
and In my browser I have :
<?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"?>
<test/>
</ixia-query:document>
</xsp:page>
I would like the parser to not keep the <?xml version="1.0" encoding="UTF-8"?>.
Is it possible ?
---------------------------------------------------------------------
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]>
- AW: convert String into Sax events into my own transformer Jan Harms
- Lionel Crine