|
I found this comment for the uri attribute
in the schema for xsdconfig files: <xs:attribute name="uri"
type="xb:namespaceList"> <xs:annotation> <xs:documentation> A list of any number of
namespace URIs or ##local for the no-namespace, or ##any for all namespaces. </xs:documentation> </xs:annotation> </xs:attribute> “##any” will probably work but
will have that effect on any schema you compile using that xsdconfig. Try using
“##local”. Cheers, From: Beagan, Patrick
[mailto:[EMAIL PROTECTED] Shaun - Try using <xb:namespace
uri="##any"> instead of <xb:namespace uri="">
|
Title: Message
- noNamespace to somethingElse - Shaun Farrugia
- RE: noNamespace to somethingElse - Beagan, Patrick
- RE: noNamespace to somethingElse - Shaun Farrugia
- RE: noNamespace to somethingElse - Lawrence Jones

