XML-Parser icon indicating copy to clipboard operation
XML-Parser copied to clipboard

TypeError: context.replaceWithinQuotes is not a function

Open mklueh opened this issue 8 years ago • 3 comments

Hi,

I was trying to use your library, but I´m getting

TypeError: context.replaceWithinQuotes is not a function

mklueh avatar Jan 21 '18 11:01 mklueh

Hi - Is there any fix for this ?

codeMinter avatar Jun 03 '18 19:06 codeMinter

I cannot reproduce the error at the moment because I did not recognised such an error in my use cases. If you have such an error, can you send me your XML string?

ElyaConrad avatar Jun 06 '18 13:06 ElyaConrad

I had the same error, when passing a nodejs Buffer to the parse method, try to cast it to string first.

MuwuM avatar Jul 27 '18 09:07 MuwuM