a.xml
--------
<!DOCTYPE A [
    <!ELEMENT A ANY>
    <!ELEMENT B (C)>
]>
<A/>

Run EnumVal.exe a.xml

Output
---------

ELEMENTS:
----------------------------
  Name: A
  Content Model: ANY

  Name: B
  Content Model: (C)

  Name: C
  Content Model: ANY

I think that Content Model of element C should be Unknown, rather then ANY.
Objections?


Peter A. Volchek
Software Engineer
Metis International, Inc.
[EMAIL PROTECTED]



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

Reply via email to