[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DTDs and namespaces (was: using namespaces to version)
- From: james anderson <james.anderson@setf.de>
- To: xml-dev@lists.xml.org
- Date: Wed, 09 May 2001 01:32:16 +0200
Wayne Steele wrote:
>
> [or, actually]
>
> <![%ns-aware;[
> <!ELEMENT A:x (#PCDATA)* >
<!ATTLIST A:x xmlns:A CDATA 'uri:foobar'>
> <!-- since we know all about namespaces -->
> <!-- there is no need for any additional notation -->
> ]]>
>
...