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
Hi Jim I can answer your first question. I'll have to leave someone else to answer your second. Your schema defines a targetNamespace of http://www.aptas.com/ontology;. datafeed is defined as a top-level (i.e. global) element. This means that instance documents need to refer to that element

RE: good way of writing xs:any

2005-05-24 Thread Kuketayev, Argyn \(Contractor\)
Title: Message Steven thanks for an advice. It works, but I thought there's a nicer way to do it. This method makes me jump between object model and cursors, which is inconvinient. thanks, Argyn -Original Message-From: Steven Traut [mailto:[EMAIL PROTECTED] Sent: Monday,

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