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
Actually, SAX is very low level, which i was looking for at the time. The purpose of this extension is to have basic XML functionality (tag complete, linter, format) with small dependency list (I was not able to find such extension for vscode).
I will check this Chevrotain, for now keeping this open.
Hello.
I see this project is using SAX to parse XML and then perform additional logic on the tags output stream.
Does SAX provide full parsing capabilities for the use case of building editor services?
The reason I am asking is because I've implemented a Parser building library in JS:
Which provides editor related infrastructure capabilities:
There is also an XML grammar example:
Feel free to contact me if this is of interest to you.
Cheers.
Shahar.
The text was updated successfully, but these errors were encountered: