On Tue, 2012-06-05 at 11:48 +0100, Andy Seaborne wrote: > On 05/06/12 11:28, Pierre-Yves Chibon wrote: > > So the problem seems to rely on the fact that my string "0000003" > > contains only number. > > > > Is there a way to fix this or got around it ? > > This is a limitation of (RDF/)XML. Qnames must not begin a number; > properties must be qnames. [...] > Can you use Turtle or N-triples (both of which will soon be W3C standards)?
Indeed switching to N-triples solved the problem. I will stick with that for the moment then. Thanks for your help, Pierre
