Hi Boris,

I use Xerces 3.0 in conjunction with XQilla (latest SVN version).
The error arose invoking: insert node ... into ... 
whereby a datetime node was left empty.
The node in the schema has the following info:

type: xsd:date
minOcc: 1
maxOcc: 1
content: Simple

So I do think the error is correct but the XQilla schema validator only
passes on the Xerces error message, not the Xerces error code.
And 'buffer not initialized' won't tell me too much, is too generic.

It would even be nicer if the name of field being validated would be given,
but that's another subject.

Peter


Boris Kolpackov-2 wrote:
> 
> Hi Peter,
> 
> bspeter <[EMAIL PROTECTED]> writes:
> 
>> On schema validation I've got an error message: "buffer not initialized".
>> The XMLExcepts code however is DateTime_Assert_Buffer_Fail.
>> Could the message made more precisely to something like: dateTime buffer
>> not
>> initialized?
> 
> Can you let us know which version of Xerces-C++ you are using as well
> as show the schema and XML fragments that cause this error?
> 
> Boris
> 
> -- 
> Boris Kolpackov, Code Synthesis Tools  
> http://codesynthesis.com/~boris/blog
> Open source XML data binding for C++:  
> http://codesynthesis.com/products/xsd
> Mobile/embedded validating XML parsing:
> http://codesynthesis.com/products/xsde
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/error-message-DateTime_Assert_Buffer_Fail-tp20298393p20300110.html
Sent from the Xerces - C - Dev mailing list archive at Nabble.com.


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

Reply via email to