We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you have the handler
parser.on('text', s => { console.log(s) }
and the parser encounters:
<description><![CDATA[<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3"> <th>ZCTA5CE10</th> <td>36426</td> </tr><tr bgcolor=""> <th>AFFGEOID10</th> <td>8600000US36426</td> </tr><tr bgcolor="#E3E3F3"> <th>GEOID10</th> <td>36426</td> </tr><tr bgcolor=""> <th>ALAND10</th> <td>1258584220</td> </tr><tr bgcolor="#E3E3F3"> <th>AWATER10</th> <td>12694318</td> </tr></table></center>]]></description>
You will a result string of the single character ">"
The text was updated successfully, but these errors were encountered:
Same here. It looks like this
node-xml-stream/src/parser.js
Line 76 in 663955d
>
Does project still alive?
Sorry, something went wrong.
Oh, I see in this fork it is solved https://github.com/mfahlandt/node-xml-stream-parser/blob/4b8a6ffc87d47a700160d3f264dd20b8d569ba16/src/parser.js#L165
No branches or pull requests
If you have the handler
parser.on('text', s => { console.log(s) }
and the parser encounters:
You will a result string of the single character ">"
The text was updated successfully, but these errors were encountered: