Hi Stefan, Stefan Eder <[EMAIL PROTECTED]> wrote on 04/18/2007 09:54:33 AM:
> 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>". This is a well-formedness error; has nothing to do with schema validation. Presumably you're actually missing an end-tag somewhere. Can you post the entire document? > <xddl:column-ref name="column"> > </xddl:column-ref> > works fine. Are you sure this is the only thing you changed? > 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] Thanks. Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]