Re: Creating DOM that is encoded in "ISO-8859-1"

The DOM data structure always uses the UTF-16 encoding.

When you write it out as textual XML, most serializers will let you specify
the encoding; see the documentation for the serializer you're using (the
DOM Level 3 load/save chapters, or the documentation for whatever other
tool you're using.)

______________________________________
"... Three things see no end: A loop with exit code done wrong,
A semaphore untested, And the change that comes along. ..."
  -- "Threes" Rev 1.1 - Duane Elms / Leslie Fish
(http://www.ovff.org/pegasus/songs/threes-rev-11.html)

Received on Thursday, 20 July 2006 14:46:19 UTC