[
Lists Home |
Date Index |
Thread Index
]
- From: Crystian <cmatei@agora.ro>
- To: "'xml-dev@ic.ac.uk'" <xml-dev@ic.ac.uk>
- Date: Sat, 2 May 1998 15:39:11 +-300
Hi,
I make an vadidating XML processor. Until now, the processor can make a complex tree from data from Document Type Definition and validat the declaration from it. I am not sure if this tree can contain loops.
I mean something like this:
<!DOCTYPE root [
...
<!ELEMENT element1 (element2*)>
...
<!ELEMENT element2 (element1?)>
...
]>
Thank you,
Cristian Matei
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|