Eduardo Zurita wrote:
2) Why the parser says "Content is not allowed in prolog"?
Because there is something which is not allowed before the document element (the <BAPI...>). I guess it's the DOCTYPE declaration going the wrong way. I suggest deleting the DOCTYPE template from the JSP. Other possibilities are a linefeed (empty line) before the <?xml ...?> in the JSP or encoding problems.
3) Why in the second pipeline the serialized output includes an "encoding=UTF-8"
UTF-8 is the default encoding, just declared again to be sure. > and deletes all the defined entities? The Cocoon XML serializer can't output an internal subset. J.Pietschmann --------------------------------------------------------------------- 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]>
