Next in thread → Next in month →

RE: [xml-dev] anyAttribute

From
Brad Harper <>
To
xml-dev <>
Date
2007-05-02T22:07:47Z
ID
<H000020901503b83.1178143662.carbon.epsiia.com@MHS>
Thread
RE: [xml-dev] anyAttribute
Thank you, all.

I tried the additional namespace; works great.

That's cleared up a long-running issue for me.

Brad 

> -----Original Message-----
> From: David Carlisle [mailto:] 
> Sent: Wednesday, May 02, 2007 4:48 PM
> To: Brad Harper
> Cc: 
> Subject: Re: [xml-dev] anyAttribute
> 
> 
> > Per http://www.w3.org/2001/XMLSchema.xsd, it appears that 
> > <anyAttribute> is valid for most parts of the schema.
> 
> they have <xs:anyAttribute namespace="##other" 
> which means that they have to be in a namespace (other than the xsd
> namespace) your example attribute was uprefixed so in 
> no-namespace, try adding an extension namespace of your 
> choosing xmlns:foo="data:,foo"
> then foo:classifier="zzz" should work (be ignored) I think.
> 
> David
> 
> 
> ______________________________________________________________
> __________
> The Numerical Algorithms Group Ltd is a company registered in 
> England and Wales with company number 1249803. The registered 
> office is:
> Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
> 
> This e-mail has been scanned for all viruses by Star. The 
> service is powered by MessageLabs. 
> ______________________________________________________________
> __________
> 
>
Next in thread → Next in month →