From: Richard C. <ri...@cy...> - 2006-03-01 00:59:52
|
Hi Geraint, On 28 Feb 2006, at 12:20, Geraint Edwards wrote: > I am building a mozilla datasource but am having some difficulties > with RDF containers. As far as I can tell Mozilla cannot handle > Seq or Bag entries of type RDF:_n , expecting an RDF:li in both cases. That's weird, because rdf:_n is the basic form, and rdf:li is the syntactic sugar. (Does it work when you change the rdf:_n to rdf:li manually?) > RAP serializes these nodes as RDF:_n in all cases (as far as I can > tell). > > Am I missing something or is there a way to tell RAP to serialize > these nodes as RDF:li Sorry, no, RAP has no support for this at the moment. Richard > (tracking the order with another attribute possibly?) or does > someone have experience in getting gecko/mozilla to recognise > RDF:_n nodes within containers? > > thanks > > Geraint |