Hi all , for me DOM seems to be buggy

this works
<@ASSIGN NAME="apoDOM" VALUE="<@DOM VALUE='<TEST><NAME>Koenig</NAME></TEST>'>" SCOPE="request">

this not (An error occurred while parsing the XML.)

<@ASSIGN NAME="apoDOM" VALUE="<@DOM VALUE='<TEST><NAME>K�nig</NAME></TEST>'>" SCOPE="request">
and it does not work to use html encoded result (does not work)
<@ASSIGN NAME="apoDOM" VALUE="<@DOM VALUE='<TEST><NAME>K&ouml;nig</NAME></TEST>'>" SCOPE="request">

I do not think that xml says that you must not use international charaters...

Any idea?

Christian

Reply via email to