From: cecilio <s.c...@gm...> - 2006-11-29 11:08:14
|
Hi Francesco, I'm trying to use wxXml2 and I've found two problems. I am using Windows XP, MSVC and wxWidgets 2.8.0rc1. The problems are: 1. In Unicode build (Debug Unicode) messages from libxml2 are not properly displayed. See attached filed: - 'ok.jpg' for the right output (minimal sample build in 'Debug' configuration) - 'wrong.jpg' for the same xml file processed with minimal sample build in 'Debug Unicode' configuration. 2. External entities are not properly included in the processed file. Just the name of the entity is included. As an example find attached three files: - 'document.xml' the XML document to process (menu LoadXML in minimal sample). This xml file is copied from book 'The XML bible, listing 9-4 - 'signature.xml' this file is the content of the external entity. Copied from the same book, listing 9-3 - 'output.jpg' is the output window of minimal sample. You can see that external entity &SIG; has been replaced just by its name instead of include its content. Am I doing something wrong? Regards, Cecilio |