Re: Misbehaving with the <rule> syntax
Neil <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
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. -- Warning: May contain traces of nuts.