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
Trying to parse this document in node.js produces following error:
message:"content is not defined"
stack:"ReferenceError: content is not defined
at module.exports.peg$c121 (\projectRoot\Source\Api\node_modules\xmlchecker\lib\xml2jsonModule.js:197:31)
at peg$parseCdata (\projectRoot\Source\Api\node_modules\xmlchecker\lib\xml2jsonModule.js:1856:16)
at peg$parseElementContent (\projectRoot\Source\Api\node_modules\xmlchecker\lib\xml2jsonModule.js:1364:12)
at peg$parseElement (\projectRoot\Source\Api\node_modules\xmlchecker\lib\xml2jsonModule.js:1273:18)
at peg$parseElementContent (\projectRoot\Source\Api\node_modules\xmlchecker\lib\xml2jsonModule.js:1368:16)
at peg$parseElement (\projectRoot\Source\Api\node_modules\xmlchecker\lib\xml2jsonModule.js:1273:18)
at peg$parseElementContent (\projectRoot\Source\Api\node_modules\xmlchecker\lib\xml2jsonModule.js:1368:16)
at peg$parseElement (\projectRoot\Source\Api\node_modules\xmlchecker\lib\xml2jsonModule.js:1291:20)
at peg$parseStart (\projectRoot\Source\Api\node_mod...
Hope that helps
The text was updated successfully, but these errors were encountered:
I've tried to parse following xml:
When I tried to do this on pegjs.org site using grammar you've provided I have this output (notice
<div id="content">
):Trying to parse this document in node.js produces following error:
Hope that helps
The text was updated successfully, but these errors were encountered: