[
Lists Home |
Date Index |
Thread Index
]
- From: "Gregory M. Messner" <greg.messner@breezefactor.com>
- To: xml-dev@lists.xml.org
- Date: Fri, 01 Dec 2000 11:36:27 -0800
Is the following content model valid? Notice "Name" being the element and a
particle in the content model.
<!ELEMENT Name (#PCDATA | Name)*>
After reading the XML specification I believe this is valid, but am not
positive. Any insight here is appreciated.
Greg
|