I want to ask if it is possible to configure the SAX Poco parser so that it returns the original characters of the xml file. In fact, when i have in the xlm file & lt; to encode < i have as a result of the SAX parser < while i want to have the original encoded characters as it is & lt; How do i avoid this decoding happening form SAX parser.
Thanks