Re: [xml-dev] anyAttribute

From
David Carlisle <>
To
Date
2007-05-02T21:48:14Z
ID
<>
Thread
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. 
________________________________________________________________________