Hi!

I've no suggestion, where I could begin. Perhaps someone can give me a
point to start (better: parts of code):

I want to read an dtd.
Then I want to build a xml-file.

Now I've been searching for a method, that give me the possible
elements at one point in the xml-file.

Example:
<!ELEMENT a (b|c)*>
...

<xml>
 <a>
  <b/>
  POINT ...-> The answer is: Possible elements are 'b' or 'c'.
 </a>
</xml>


Igor PARTL


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to