[EMAIL PROTECTED] wrote on 09/04/2004 07:34:28 AM:

> Hi,
> I was wanting to continue writing xml documentation in which
> the well-formedness constraint on internal general entities
> does not result in a fatal error on parsing with the xerces XMLReader.
> That constraint says that document structures must start and end within 
> the same entity, whereas I would prefer, for legibility of the 
> authoring process, to split the start and end tags of overly verbose
> nested tags into two separate entities validated after the whole 
document
> has been expanded.
> 
> What do I have to do to switch off this particular validation 
> mechanism in xerces?

You cannot disable checking and error reporting for any of the 
well-formedness constraints. Well-formedness checking [1] is required by 
the XML spec. Violations of well-formedness constraints are fatal errors.

[1] http://www.w3.org/TR/2004/REC-xml-20040204/#sec-conformance

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

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]

Reply via email to