[
Lists Home |
Date Index |
Thread Index
]
> Debating the pros and cons of XML namespaces is like arguing about
> whether the internal combustion engine is a good idea. The world has
> moved on.
Of course it would be helpful if common XML parsers implemented them as
specified,
<!DOCTYPE a [
<!ELEMENT a EMPTY>
<!ATTLIST a xmlns CDATA "http://www.example.com" >
]>
<a/>
the above is a well formed, valid and namespace conforming document I
believe, msxml3/IE says:
Use of default namespace declaration attribute in DTD not
supported. Error processing resource 'file:///C:/tmp/ns.xml'. Line 5,
Position 5
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|