I have an XML document that includes a processing instruction. But when I run it through xml2js, the processing instruction gets left behind. ```xml <?xml version="1.0"?> <?myapi version="13.0"?> ```
I have an XML document that includes a processing instruction. But when I run it through xml2js, the processing instruction gets left behind.