Hi
I have an issue with <@DOMINSERT> command and accentuated characters
(like éèàî...)
This code works fine
---------------------------------------------
<@DOMINSERT OBJECT=myDom SCOPE=request>
<xml version="1.0" encoding="iso-8859-1" standalone="no">
<DIV ID="1">
<P>Ceci est une exemple de Document structure</P>
</DIV>
<DIV ID="2">
<P>Paragraphe de texte de test</P>
<P>Suite du paragraphe de texte de test</P>
</DIV>
</xml>
</@DOMINSERT>
@@request$myDom
---------------------------------------------
because there is no accentuated characters.
But this code ...
---------------------------------------------
<@DOMINSERT OBJECT=myDom SCOPE=request>
<xml version="1.0" encoding="iso-8859-1" standalone="no">
<DIV ID="1">
<P>Ceci est une exemple de Document structuré</P> <<<< the diff is
here
</DIV>
<DIV ID="2">
<P>Paragraphe de texte de test</P>
<P>Suite du paragraphe de texte de test</P>
</DIV>
</xml>
</@DOMINSERT>
@@request$myDom
---------------------------------------------
return an Error -902
An error occurred while parsing the XML.
Meta Stack Trace:
Line Meta Tag
0002 <@DOMINSERT OBJECT=myDom SCOPE=request> <xml version="1.0"
encoding="iso-8859-1" standalone="no"> <DIV ID="1"> <P>Ceci est une
exemple de Document structuré</P> </DIV> <DIV ID="2"> <P>Paragraphe
de texte de test</P> <P>Suite du paragraphe de texte de test</P> </
DIV> </xml> </@DOMINSERT>
*The meta stack is interpreted top-to-bottom: the top line shows the
inner metatag that caused the error.
I have read the archives of the mailing list but i have get nothing.
I have forgot something ?
Regards
Francis LEBOURQ
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf