[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xml-dev] Question on Allowing null values iin DTD
> How can I declare that element in DTD allows null values?
You can represent absent data using an absent element, or using an element
with no content.
You can also represent it using the xsi:nil attribute if you really want
(but no-one does).
It's up to you.
Michael Kay
http://www.saxonica.com/
|