[xml] Content normalization



Hi,

i have a text node where i add a vcard as text. a vcard has \r\n as line delimiters.

Now when i dump the resulting xml tree i get this as output:
<Data>BEGIN:VCALENDAR&#xD;
VERSION:1.0&#xD;
BEGIN:VTODO&#xD;
SUMMARY:Jmj&#xD;
END:VTODO&#xD;
END:VCALENDAR&#xD;
</Data>

but what i would like to get is the output with the "&#xD;" replaced by 0x0D.
so is it possible to disable this normalization of text nodes?

Armin



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]