|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: life support for DTDs? was RE: misprocessing nam
From: "Jonathan Borden" <jborden@m...>
> This applies to both namespace and DTDs. Perhaps if anyone is really
> interested in keeping DTDs alive, they might publish such a proposal to fix
> the problem, accompanied by some software that implements the proposal. Then
> we would be able to see if it flies.
Actually, it does not even need any change in DTD syntax AFAIK.
It just needs a change in the way that validation is performed using DTDs.
The validator needs to understand that given
<!ATTLIST x xmlns CDATA "123">
or
<!ATTLIST x xmlns CDATA #FIXED "123">
etc. that an instance with
<y:x xmlns:y="123">
is correct.
You would also need the rule that an unprefixed element name
could only be declared once per DTD, which is not particularly
objectionable.
Cheers
Rick Jelliffe
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||






