Support for saxon:column-number
Replies (2)
Please register to reply
Added by Alf Eaton about 3 years ago
It's great to see saxon:line-number
in the list of Saxon extensions supported by Saxon-JS.
Would it be possible to also add saxon:column-number
?
Being able to pinpoint the location of specific nodes would be useful when displaying the results of a Schematron validation.
It could be done in principle in node.js (the SAX parser tracks line number and column number, but we only save the line number in the DOM node).
We can't do it in the browser because we don't have any control over XML parsing.
saxon:column-number
in node.js would be helpful, certainly.
Please register to reply