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
Before, we used Parboiled parser for parsing text. Now we need to parse XML using our own sematics in xml (not JAXB compatible). We read it using STAX parser. It would be nice to pass XMLEventReader to Parboiled parser and define rules against XMLEvent objects.
The text was updated successfully, but these errors were encountered:
Before, we used Parboiled parser for parsing text. Now we need to parse XML using our own sematics in xml (not JAXB compatible). We read it using STAX parser. It would be nice to pass XMLEventReader to Parboiled parser and define rules against XMLEvent objects.
The text was updated successfully, but these errors were encountered: