Martin Klang <[EMAIL PROTECTED]> wrote: > i was under the impression that attribute order was not significant..
Well, _attribute_ order is not significant. But the parts of the XML declaration aren't attributes -- they're just... parts of the XML declaration. (I often wish that XML 1.0 had chosen to use a slightly different syntax for the XML decl. The decl looks like a PI, but it's _not_ a PI. The declarations within the XML decl look like attributes, but they're not attributes. And the rules for a text decl, which at first glance looks exactly like an XML decl, are slightly different.) --Bill