>
> Don't get hand up on the textual  representation of the XML file. This
>
> <foo>&#10;</foo>
>
> and this
>
> <foo>
> </foo>
>
> is exactly the same thing as far as XML is concerned.
>
>
And what about:

<foo attr="beforenewline&#10;afternewline">

which ends up like this after 'echoxml'...

<foo attr="beforenewline
afternewline" />

?

jon

Reply via email to