XML-Parser
XML-Parser copied to clipboard
TypeError: context.replaceWithinQuotes is not a function
Hi,
I was trying to use your library, but I´m getting
TypeError: context.replaceWithinQuotes is not a function
Hi - Is there any fix for this ?
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?
I had the same error, when passing a nodejs Buffer to the parse method, try to cast it to string first.