[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
#PCDATA with other elements
- From: Huaxin Zhang <hxzhang@cs.ualberta.ca>
- To: unlisted-recipients: ; (no To-header on input)
- Date: Sun, 28 Jan 2001 14:34:19 -0700 (MST)
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?