[
Lists Home |
Date Index |
Thread Index
]
- From: "B. Tommie Usdin" <btusdin@mulberrytech.com>
- To: xml-dev@lists.xml.org
- Date: Fri, 01 Dec 2000 15:44:22 -0500
Greg --
It's fine! There may be times when that type of recursion is
confusing, but it is legal and often useful.
-- Tommie
>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
--
======================================================================
B. Tommie Usdin mailto:btusdin@mulberrytech.com
Mulberry Technologies, Inc. http://www.mulberrytech.com
17 West Jefferson Street Phone: 301/315-9631
Suite 207 Direct Line: 301/315-9634
Rockville, MD 20850 Fax: 301/315-8285
----------------------------------------------------------------------
Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================
- References:
- DTD Question
- From: "Gregory M. Messner" <greg.messner@breezefactor.com>
|