rdfjs/rdfxml-streaming-parser.js

Is it possible to print line numbers for parse errors?

wouterbeek opened this issue · 2 comments

When an error occurs, it would be nice to know which line in the file caused the error.

Should definitely be possible!

Note to self: SAX exposes the current line, column and position: https://github.com/isaacs/sax-js#members

Added in 1.3.0.