Re: rules and ids
"rvj" <[email protected]> Wed, 30 Nov 2005 09:48:20 -0000
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
PS even if I do provide a valid example (uri:2) ! "rvj" <[email protected]> wrote in message news:[email protected]... > or is it a namespace issue? > > <template> > > <rule RDF:about="urn:2" > > > or > > <template> > > <rule http://www.w3.org/1999/02/22-rdf-syntax-ns#about="urn:2" > > > > "rvj" <[email protected]> wrote in message > news:[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 ? > > > > > > > > > > > > > > > > > > > > > > > > > >