This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


<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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]