rules and ids

"rvj" <[email protected]> Tue, 29 Nov 2005 15:03:56 -0000
Newsgroups gmane.comp.mozilla.devel.rdf
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
I think I have a problem which may be related to  my earlier post

... I want the rule to select by  id


 <RDF:Description about="uri:1"  attribute="x" />
 <RDF:Description about="uri:2"   attribute="y" />
 <RDF:Description about="uri:3"  attribute="z" />

but when I attempt to create a rule to select a specific node it is ignored

    <template>
       <rule  about="urn:2" >

or

      <template>
       <rule  id="urn:2" >

or

  <template>
       <rule  uri="urn:2" >


- should n't this be possible ?