Re: Misbehaving with the <rule> syntax
Neil Stansbury <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Hi Neil, No unfortunately even the observes element doesn't forward namespace attribute - it forwards it minus the namespace - as the attribute "reason" rather than "urn:reason" The DOM inspector also shows the <rule> with a "reason" rather than a <urn:reason"> attribute. Cheers, Neil wrote: > Neil Stansbury wrote: > >> <rule urn:reason="abc"> >> <observes element="ruleBroadcaster" attribute="urn:reason"/> >> [..] >> </rule> > > > Sadly the observes element is not namespace-aware, it can only observe > non-namespaced attributes (you should search for/file a bug). However > you may be able to use <rule urn:reason="abc" > observes="ruleBroadcaster"/> which will observe namespaced attributes. >