LEBRETON Philippe wrote:
>Ludovic de Beaurepaire wrote:
>
>
>
>>Hi Philippe,
>>
>>- try to have your 3 tags on one line only (!)
>>- or insert the java generated code directly :
>> XSPUtil.includeString(SortieXML,this.manager, this.contentHandler);
>>
>>
>
>I try tis two method and i have the same problem.
>I think it is a bug
>
>
Is the content of "SortieXML" a syntactically correct XML document ?
You have to be aware that, even if included, this cannot be an XML
fragment but must be a _full_ XML document, i.e. with one root element
and no text outside that root element. The error message seems to reveal
some text outside the root element.
Sylvain
--
Sylvain Wallez Anyware Technologies
http://www.apache.org/~sylvain http://www.anyware-tech.com
{ XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects }
---------------------------------------------------------------------
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: <cocoon-users-unsubscribe@xml.apache.org>
For additional commands, e-mail: <cocoon-users-help@xml.apache.org>
|