OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

#PCDATA with other elements



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?