Tag
Hash :
118aed78
Author :
Date :
2002-09-24T14:13:13
fixed the data callback on transition functionality which was broken when * xmlregexp.c: fixed the data callback on transition functionality which was broken when using the compact form * result/schemas/*: updated the results, less verbose, all tests pass like before * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of annoying warnings * xpath.c: try to provide better error report when possible Daniel
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
Type of sequence 1 : ./test/schemas/po0_0.xsd:12 :elements
Type of PurchaseOrderType : ./test/schemas/po0_0.xsd:11 :elements
Type of restriction 8 : ./test/schemas/po0_0.xsd:38 :empty
Type of sequence 4 : ./test/schemas/po0_0.xsd:31 :elements
Type of Items : ./test/schemas/po0_0.xsd:30 :elements
Type of sequence 3 : ./test/schemas/po0_0.xsd:21 :elements
Type of USAddress : ./test/schemas/po0_0.xsd:20 :elements
Type of sequence 6 : ./test/schemas/po0_0.xsd:34 :elements
Type of anontype5 : ./test/schemas/po0_0.xsd:33 :elements
Type of sequence 3 : ./test/schemas/po0_0.xsd:21 :elements
Type of restriction 10 : ./test/schemas/po0_0.xsd:54 :empty
Type of sequence 4 : ./test/schemas/po0_0.xsd:31 :elements
Type of sequence 6 : ./test/schemas/po0_0.xsd:34 :elements
Type of simpletype7 : ./test/schemas/po0_0.xsd:37 :simple
Type of sequence 1 : ./test/schemas/po0_0.xsd:12 :elements
Type of SKU : ./test/schemas/po0_0.xsd:53 :simple
Building content model for purchaseOrder
Building content model for items
Building content model for item
Building content model for shipTo
Building content model for billTo
xmlSchemaValidateCallback: shipTo, shipTo, shipTo
xmlSchemaValidateCallback: name, name, name
xmlSchemaValidateCallback: street, street, street
xmlSchemaValidateCallback: city, city, city
xmlSchemaValidateCallback: state, state, state
xmlSchemaValidateCallback: zip, zip, zip
Element shipTo content check succeeded
xmlSchemaValidateCallback: billTo, billTo, billTo
xmlSchemaValidateCallback: name, name, name
xmlSchemaValidateCallback: street, street, street
xmlSchemaValidateCallback: city, city, city
xmlSchemaValidateCallback: state, state, state
xmlSchemaValidateCallback: zip, zip, zip
Element billTo content check succeeded
xmlSchemaValidateCallback: comment, comment, comment
xmlSchemaValidateCallback: items, items, items
xmlSchemaValidateCallback: item, item, item
xmlSchemaValidateCallback: productName, productName, productName
xmlSchemaValidateCallback: quantity, quantity, quantity
xmlSchemaValidateCallback: USPrice, USPrice, USPrice
xmlSchemaValidateCallback: comment, comment, comment
Element item content check succeeded
xmlSchemaValidateCallback: item, item, item
xmlSchemaValidateCallback: productName, productName, productName
xmlSchemaValidateCallback: quantity, quantity, quantity
xmlSchemaValidateCallback: USPrice, USPrice, USPrice
xmlSchemaValidateCallback: shipDate, shipDate, shipDate
Element item content check succeeded
Element items content check succeeded
Element purchaseOrder content check succeeded