Hi All, In the
schema module of libxml(2.6.31), the function xmlSchemaValidateLengthFacetInternal(
) takes the type of the second parameter as xmlSchemaTypeType but the caller
functions passes the type to be of xmlSchemaValType. And also the function xmlSchemaValidateLengthFacetInternal(
) has a switch statement switching on the type defined by xmlSchemaValType. So the type
of the second parameter to the function should be changed to xmlSchemaValType
instead of type xmlSchemaTypeType. Thanks and Regards, Nagesh. **************************************************************************************************************************************************************************************************************************************************** This e-mail and attachments contain confidential information
from HUAWEI, which is intended only for the person or entity whose address is
listed above. Any use of the information contained herein in anyway (including,
but not limited to, total or partial disclosure, reproduction, or
dissemination) by persons other than the intended recipient's) is prohibited.
If you receive this e-mail in error, please notify the sender by phone or email
immediately and delete it! |