Hi All,
Currently I am encountering a pretty strange problem.
    <xddl:column-ref name="column1"/>
brings me: The element type "xddl:column-ref" must be terminated by the
matching end-tag "</xddl:column-ref>".
    <xddl:column-ref name="column">
    </xddl:column-ref>
works fine.

Related schema spippet:
    <xs:element name="column-ref">
        <xs:complexType>
            <xs:attribute name="name" type="xs:string" use="required"/>
        </xs:complexType>
    </xs:element>

Product: Xerces2 Java Parser 2.8.1
Using org.apache.xerces.parsers.XMLGrammarCachingConfiguration, one
parent for global configuration, one child to be able to supply a task
specific error reporter.
Explicit feature settings:
NAMESPACES_FEATURE                    true
SCHEMA_VALIDATION_FEATURE:            true
DYNAMIC_VALIDATION_FEATURE:           true
HONOUR_ALL_SCHEMALOCATIONS_FEATURE:   true
XINCLUDE_FEATURE:                     true
XINCLUDE_FIXUP_BASE_URIS_FEATURE:     true
XINCLUDE_FIXUP_LANGUAGE_FEATURE:      true

Creating parent XMLGrammarCachingConfiguration with
org.apache.xerces.util.XMLGrammarPoolImpl and
org.apache.xerces.util.SymbolTable.
Supplying own property for ENTITY_RESOLVER_PROPERTY (parent) inherited
from org.apache.xerces.xni.parser.XMLEntityResolver.
Supplying own property for ERROR_REPORTER_PROPERTY (child) inherited
from org.apache.xerces.impl.XMLErrorReporter.
Both components are working as expected.

Any ideas/hints/suggestions?
Thanks, Stefan



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

Reply via email to