| Source path: hg/ src/ main/ scala/ RDFXMLParser.scala |
|
|
|
|
Change log
5883022c6bac
by Dan Connolly <http://www.w3.org/People/Connolly/>
on Feb 11, 2010
Diff
- integrated rdfstdtest.scala with new layering - moved Graph to webdata; integrated with new layering - integrated swap.turtle.TurtleSyntax with new layering (untested) - got ECFormula layering working 21/21 - moved much of ConjuctiveKB up to ECProver - RDFNodeBuilder factored out of RDFGraphParts - integrated (tiny) SPARQL parser with new ...
| Go to: |
Project members,
sign in to write a code review
Older revisions
142a4cb38f7f
by Dan Connolly <http://www.w3.org/People/Connolly/>
on Feb 11, 2010
Diff
RDF/XML parser, webdata integrated with new layering - rdfgraph.RDFGraph becomes rdf.RDFGraphParts - concrete parsers move to webdata
a5cca8176a7c
by Dan Connolly <http://www.w3.org/People/Connolly/>
on Feb 8, 2010
Diff
add byName() next to XMLNameScope.fresh() to fix RDFa Test0017 regression
1f96295eee87
by Dan Connolly <http://www.w3.org/People/Connolly/>
on Feb 8, 2010
Diff
walking RDF/XML is now lazy and functional (aside from vars.fresh()). 49/49