Re: Specifying namespaces with prefixes or URIs (Was: Re: [xsl] html tags in xml elements)

Subject: Re: Specifying namespaces with prefixes or URIs (Was: Re: [xsl] html tags in xml elements)
From: Peter Davis <pdavis152@xxxxxxxxx>
Date: Fri, 1 Mar 2002 03:03:45 -0800
<offtopic from="xslt">
I've never actually used xs:any, but reading the schema spec had an example 
with <xs:any namespace="##prefix"/>.  Was I just reading it wrong?  Thanks 
for your explanation, btw.

On Friday 01 March 2002 01:55, Jeni Tennison wrote:
> For what it's worth, the namespace attribute on xs:any actually takes
> the namespace URI rather than listing prefixes. So you probably need:
>
>   <xs:any namespace="http://www.w3.org/1999/xhtml";
>           minOccurs="0" maxOccurs="unbounded"
>           processContents="lax" />

-- 
Peter Davis
How can you work when the system's so crowded?

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread