Ticket #14 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
