"PCDATA invalid Char value 2" error in XML file I generate using chrome. I would like to fix it, however I don't understand what "Char value 2" is. Is there some sort of list of Char values in XMLs that are not supported, so I can view them and fix this issue.
I am using Saxy parser in Elixir.
I reviewed that thread: PHP generated XML shows invalid Char value 27 message but it didn't help me