Re: [wxCode-users] Problem with wxXml2

2007-01-03 Thread Francesco Montorsi
Hi, cecilio ha scritto: > Hi Francesco, > Sorry for the delay. > >>> could you submit it as a patch? >>> It's much easier to apply in that form (just do a "cvs diff -bu2 > >sample.patch" in wxXml2\sample). > > Well I am very new to CVS and SVN so I dont know how to prepare the > patch. But in a

Re: [wxCode-users] Problem with wxXml2

2006-12-29 Thread cecilio
Hi Francesco, Sorry for the delay. could you submit it as a patch? It's much easier to apply in that form (just do a "cvs diff -bu2 >sample.patch" in wxXml2\sample). Well I am very new to CVS and SVN so I dont know how to prepare the patch. But in any case, I moved to SVN and currently I don't

Re: [wxCode-users] Problem with wxXml2

2006-12-13 Thread Francesco Montorsi
Hi Cecilio, sorry again for the delay... cecilio ha scritto: > This is just to confirm you that replacing external entities on the > fly works. very good! > The following code is the modification to add to your > sample code: > > else if (node.GetType() == wxXML_ENTITY_DECL) > { >

Re: [wxCode-users] Problem with wxXml2

2006-12-09 Thread cecilio
Hi Francesco, This is just to confirm you that replacing external entities on the fly works. The following code is the modification to add to your sample code: else if (node.GetType() == wxXML_ENTITY_DECL) { wxXml2EntityDecl* pNode = (wxXml2EntityDecl*)&node; toadd += wxSt

Re: [wxCode-users] Problem with wxXml2

2006-12-08 Thread cecilio
Hi Francesco, I briefly inform you about situation: >> 1) after loading your doc, you need wxXml2Document::GetDTD >> 2) inside your wxXml2DTD you'll find the wxXml2EntityDecl nodes >> 3) for each of those node you need to use the GetContent() function and if a >> valid filename is returned load i

Re: [wxCode-users] Problem with wxXml2

2006-12-05 Thread cecilio
Many thanks. I will try and tell you about. Thanks again. Cecilio 2006/12/5, Francesco Montorsi <[EMAIL PROTECTED]>: > cecilio ha scritto: > > Thanks, Francesco, > > > >>> Any clue about where should I start looking in wxXml2? > >> the problem is probably to understand how to do it in libxml2 (wh

Re: [wxCode-users] Problem with wxXml2

2006-12-05 Thread Francesco Montorsi
cecilio ha scritto: > Thanks, Francesco, > >>> Any clue about where should I start looking in wxXml2? >> the problem is probably to understand how to do it in libxml2 (which api >> call in which order, etc) - then the wrapping should be easy (maybe just >> a matter of adding some functions to wxXm

Re: [wxCode-users] Problem with wxXml2

2006-12-05 Thread cecilio
Thanks, Francesco, > > Any clue about where should I start looking in wxXml2? > the problem is probably to understand how to do it in libxml2 (which api > call in which order, etc) - then the wrapping should be easy (maybe just > a matter of adding some functions to wxXml2Document)... Sorry, I wr

Re: [wxCode-users] Problem with wxXml2

2006-12-05 Thread Francesco Montorsi
cecilio ha scritto: > HI Francesco, > >> Very strange - I'm rebuilding wx now in Unicode mode so that I can test it. > OK. Thank you. sorry - I have been very busy and didn't manage to take a look at this yet... > >> sincerely I don't remember if I ever added support for external entities >> in

Re: [wxCode-users] Problem with wxXml2

2006-11-29 Thread cecilio
HI Francesco, > Very strange - I'm rebuilding wx now in Unicode mode so that I can test it. OK. Thank you. > 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

Re: [wxCode-users] Problem with wxXml2

2006-11-29 Thread Francesco Montorsi
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 th