Re: need for template rules to specify namespace?
"rvj" <[email protected]> Fri, 4 Apr 2008 12:40:11 +0100
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Message-ID | <[email protected]> |
ok please ignore - must have been some kind of typo in my test data "rvj" <[email protected]> wrote in message news:[email protected]... > is it really necessary for a rule to require a namespace even thought the > template builder does not expect them? > > <treecell label="rdf:mytitle" /> > <treecell label="rdf:mydescription/> > > yet it appears that using a rule requires introducing an unnecessary > namespace for the datasources > > eg rule for mytitle = mozilla > > <rule namespace:mytitle="mozilla" /> > > is this true and if so couldnt it be simplified allowing a null namespace > ? > > <rule null:mytitle="mozilla" /> > > > > >