- From: Micah Dubinko <MDubinko@cardiff.com>
- Date: Tue, 28 May 2002 15:28:29 -0700
- To: "'Roman Huditsch'" <roman.huditsch@hico.com>, "'www-forms@w3.org'" <www-forms@w3.org>
By "schema reference", do you mean the xsi:schemaLocation attribute? We do say: "Attributes xsi:schemaLocation and xsi:noNamespaceSchemaLocation are ignored for purposes for locating a Schema." So, to refer to datatypes/etc. defined in a Schema, you'd need to either inline it or link to it from <xforms:schema>. Thanks, .micah -----Original Message----- From: Roman Huditsch [mailto:roman.huditsch@hico.com] Sent: Thursday, May 16, 2002 12:10 AM To: www-forms@w3.org Subject: namespace and schema reference issues Well I have just another (hope so) easy to answer question. If I load an XML instance, which has a schema reference and a default namespace attached to it, into my xform document, how should the namespace and the refernce to treated? It seems like that the schema reference is not always needed because it could be already declared in the xform:schema element. Or am I something missing? The problem with the default namespace is that we have tried to navigated through our Xform document with XPath, but MSXML was unfortunately not able to do that properly (although the syntax was definitely rigth ;) ). I hope you can help me :) wbr, Roman Huditsch
Received on Tuesday, 28 May 2002 18:29:38 UTC