Loops in DTD?

Crystian (cmatei@agora.ro)
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