Problems with namespace prefixes in version 2

2005-05-24 Thread Jim McMaster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am using XmlBeans v2 to access appinfo elements in a schema, which I then process to create XML based on that schema. A portion of the schema is: ?xml version=1.0? xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema;

RE: Problems with namespace prefixes in version 2

2005-05-24 Thread Lawrence Jones
elements to be namespace-qualified and you can use the instance document you have below. Cheers, Lawrence -Original Message- From: Jim McMaster [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 1:06 PM To: user@xmlbeans.apache.org Subject: Problems with namespace prefixes

RE: Problems with namespace prefixes in version 2

2005-05-24 Thread Jim McMaster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, May 24, 2005 4:17 PM, Lawrence Jones mailto:[EMAIL PROTECTED] wrote: Hi Jim One further thing. The prefixes used in the schema document and the prefixes used in the instance document do not have to be the same. The only thing that