assistunion / xml-stream

XML stream parser based on Expat. Made for Node.
MIT License
318 stars 110 forks source link

Allow single quotes in encoding parsing regexp #83

Open RedMickey opened 2 years ago

RedMickey commented 2 years ago

Now xml-stream can only parse an encoding attribute enclosed in double quotes, while xml standard supports single quotes too. This PR is intended to allow using single quotes in the encoding attribute as well.