[Home] [By Thread] [By Date] [Recent Entries]

  • From: Bob Kline <bkline@r...>
  • To: Huaxin Zhang <hxzhang@c...>
  • Date: Sun, 28 Jan 2001 17:38:22 -0500 (EST)

On Sun, 28 Jan 2001, Huaxin Zhang wrote:

> I forget if this is allowed in DTD
> 
> An element has PCDATA as well as other element under it. Seems for
> sure this is allowed, but I tried several ways to define it, all
> failed by standard parsers.
> 
> <!ELEMENT sth (#PCDATA)| (other_element, another_element)>
> 
> ...          
> 
> what is the correct way to write it?
> 

<!ELEMENT sth (#PCDATA|other_element|another_element)*>

-- 
Bob Kline
mailto:bkline@r...
http://www.rksystems.com


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member