Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabulator code for rdf/xml parsing + browser-based test #31

Merged

Conversation

jmandel
Copy link
Contributor

@jmandel jmandel commented May 30, 2012

I could really use support for browser-based RDF/XML parsing. This gets things going with the Tabulator code.

I couldn't find a non-buggy W3C DOM parser for node (I tried jsdom and node-o3-xml with poor results), so this is a browser-only feature for now.

@agrueneberg
Copy link

This is exactly what I was looking for! Works great! Thanks!

@agrueneberg
Copy link

I'd register your parser not only for application/rdf+xml but for text/xml and application/xml as well, just like Antonio did for application/ld+json and application/json.

@ktk
Copy link

ktk commented Aug 27, 2013

According to http://lists.w3.org/Archives/Public/public-rww/2013Aug/0074.html there is now a node-compatible version of this parser, at least it looks like the one you were using: https://github.com/linkeddata/rdflib.js/blob/master/rdfparser.js

Would be great if one could include this version so it works on node as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants