Re: Multiple xml declaration

Henri Fallon <henri@w3.org> wrote:

>it seems the validator doesn't detect multiple xml declaration [1].

This is one of the limitations in the XML support that are noted in result
pages (IOW, a known issue). The XML Parser we use (OpenSP) does not
restrict Processing Instructions with a target matching /[xX][mM][lL]/ as
required by the XML Recommendation.

Note that, AFAICT, what you have there is _not_ extraneous "XML
Declarations"! There can be only one such and the grammar restricts where
in the document it may appear. The later instances are merely generic
Processing Instructions with the target "xml".

Thanks for the feedback.

-- 
These are the same customers you are referring to whom Microsoft thought
would need MS Bob and the Talking Paperclip?   One thing is to give them
enough rope to hang themselves,  but a boobytrapped thermonuclear weapon
running on a rand(time) countdown... Is that really wise? - Me to MS rep.

Received on Monday, 2 December 2002 21:51:26 UTC