[Home] [By Thread] [By Date] [Recent Entries]
At 01:12 PM 25/07/00 -0400, Michel Rodriguez wrote: >I came accross an interesting albeit theoretical problem today: can an >element in a well-formed XML document be sometimes empty and sometimes >not? > ><doc> > <weird_element/> > <weird_element>with a content </weird_element> ></doc> Well, the following DTD validates it: <!ELEMENT doc (weird_element)+> <!ELEMENT weird_element (#PCDATA)> But I'm not sure that addresses your question. -T.
|

Cart



