verysimplexml
verysimplexml copied to clipboard
VerySimpleXML - a lightweight, one-unit, cross-platform XML reader/writer for Delphi
I was parsing Office-XML when I came towards an error where the XML had many carriage returns. Please accept this PR.
fix with this ``` function TXmlNodeList.FindNodes(const Name: String; NodeTypes: TXmlNodeTypes = [ntElement]): TXmlNodeList; var Node: TXmlNode; begin Result := TXmlNodeList.Create(False); Result.Document := Document; try for Node in Self do if...
raised exception class EEncodingError with message 'No mapping for the Unicode character exists in the target multi-byte code page'. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/68402622-error-by-txmlverysimple-parse?utm_campaign=plugin&utm_content=tracker%2F13496353&utm_medium=issues&utm_source=github)**...