RE: Need help with substitutionGroup

2006-02-09 Thread Vlad Mangeym
Correction about insertNewElement: my code does not illustrate the bug it should be like this: // if I need to insert a new elementapply.insertNewExpression(0);newName = new QName(apply.getDomNode().getNamespaceURI(), "Apply");applyDoc = ApplyDocument.Factory.newInstance();

RE: Need help with substitutionGroup

2006-02-09 Thread Lawrence Jones
think it should work here. Thanks for finding and reporting the bugs J. Cheers, Lawrence From: Vlad Mangeym [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 09, 2006 7:00 AM To: user@xmlbeans.apache.org Subject: RE: Need help with substitutionGroup Correction about

RE: Need help with substitutionGroup

2006-02-06 Thread Lawrence Jones
To: user@xmlbeans.apache.org Subject: RE: Need help with substitutionGroup Lawrence, Thank you for your reply. Sorry for the confusion, I have posted wrong part of the schema. The correct part for the AttributeValue: xs:element name=AttributeValue type=xacml:AttributeValueType

RE: Need help with substitutionGroup

2006-02-06 Thread Lawrence Jones
, Lawrence From: Lawrence Jones Sent: Monday, February 06, 2006 11:06 AM To: 'user@xmlbeans.apache.org'; '[EMAIL PROTECTED]' Subject: RE: Need help with substitutionGroup Hi Vlad I wouldn’t use changeName() unless you know exactly what you are doing