Re: Question on validation

2007-03-02 Thread Chris
Radu, thank you for the response. I agree with Johannes, that it would be an useful feature. Best regards, Chris Johannes Echterhoff schrieb: Too bad because that would have been a nice feature of xmlbeans. Well, I do not know exactly how xmlbeans handles substitution groups internally,

RE: xmlbeans-2.2.0 and error running XQueryXPath sample

2007-03-02 Thread Cezar Andrei
XMLBeans has just a few tests in the checkin tests that are using saxon, but they were working when I upgraded to saxonb8-8j and they still seem to be working with the current sources in SVN. Cezar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: Set() of a nil element leaves element in invalid state

2007-03-02 Thread Cezar Andrei
Joseph, Do I understand correctly that when running with asserts disabled it works fine? Please file a bug in JIRA to track of it, and if you can include a small repro would be even better. Cezar From: Joseph Campolongo [mailto:[EMAIL PROTECTED]

RE: How to add DOCTYPE to my XmlObject

2007-03-02 Thread Christopher . Mathrusse
I found it. XmlDocumentProperties props = confirmDoc.documentProperties();props.setVersion(orderRequest.documentProperties().getVersion());props.setEncoding(orderRequest.documentProperties().getEncoding());props.setDoctypeSystemId(DOCTYPE_SYSTEM_ID);props.setDoctypeName(DOCTYPE_NAME); From: