From: Olivier G. <o.g...@no...> - 2007-11-26 11:05:12
|
> Olivier, > > Not sure if this helps you, but this: > > rdf:ID="Foo" > > is exactly equivalent to > > rdf:about="#Foo" > > It is not allowed to have duplicate rdf:ID in an RDF/XML > document. But the rdf:about form is allowed to occur multiple times. > > Best, > Richard Thanks Richard, that's a interesting turnaround, i'll try this. But I wished RAP to do it by himself, instead of allowing to save an invalid document... Again, perhaps my script is wrong... |