You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Igor PARTL <xe...@schweers-net.de> on 2001/11/09 16:00:52 UTC

Working with DTD

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: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org