You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to be able to get the position number of xml elements (even with additional option).
My use case is for referring to the location of the original xml source, so the api could be like xml.node.$$.col or xml.node.$$.line
Since saxjs does support location info, I've hacked an implementation with the JS file, but wanted to see if this is desirable before trying my hands on the coffeescript source yet.
The text was updated successfully, but these errors were encountered:
Would be nice to be able to get the position number of xml elements (even with additional option).
My use case is for referring to the location of the original xml source, so the api could be like
xml.node.$$.col
orxml.node.$$.line
Since saxjs does support location info, I've hacked an implementation with the JS file, but wanted to see if this is desirable before trying my hands on the coffeescript source yet.
The text was updated successfully, but these errors were encountered: