Ticket #14 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

SPARQL xml result error

Reported by: http://openvest.myopenid.com/ Owned by: phil
Priority: major Milestone: RDFAlchemy 0.2
Component: rdfAlchemy Keywords:
Cc:

Description

parse error on xml method

# these should all be the same
b = set(list(g.query(q,resultMethod='brtr')))
x = set(list(g.query(q,resultMethod='xml')))
j = set(list(g.query(q,resultMethod='json')))

Change History

Changed 9 months ago by http://astro.pip.verisignlabs.com/

  • status changed from new to closed
  • resolution set to fixed

fixed in changeset:101 added test for this Updated pulldom -> expand node Not sure about performance moving forward

Note: See TracTickets for help on using tickets.