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