You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Peter A. Volchek" <Pe...@ti.com.od.ua> on 2001/06/15 13:25:04 UTC

Unknown content model: continue

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.
PeterV@ti.com.od.ua



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org