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 "Williamson, Siehnai" <sw...@docucorp.com> on 2002/02/12 19:50:21 UTC

Schema content model

Hi,

While running the SEnumVal example using the personal-schema.xml file, I
realized that getFormattedContentModel() returns nothing when the complex
type for the element equals "All" (see element "name" in
personal-schemal.xml).  After further research, it appears that the switch
statement in the method formatNode(...) of the ContentSpecNode class does
not check for an "All" event.  As a result, the content model for the
element is never formatted when its complex type is "All."  

My application needs this data--is there an alternative way to get it or do
I have to wait for a fix?