cecilio ha scritto:
> 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.
Very strange - I'm rebuilding wx now in Unicode mode so that I can test it.


> 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.
sincerely I don't remember if I ever added support for external entities 
in wxXml2... I'll have a look at it when I have time (which means not so 
soon unfortunately): if you need this feature in brief time you may want 
to look at libxml2 documentation and see how you can enable that in 
libxml2 and then wrap required function calls in wxXml2...

Francesco


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to