Just attach the code to a message.  I'd recommend making the simplest possible 
test case out of it first.  This has a couple of advantages: first, it's 
possible that you will find the problem yourself in the course of simplifying 
it, and second, if you do need to ask for help, the simpler the code is, the 
more likely it is that someone will be willing and able to help.


-----Original Message-----
From: K.WIKI [mailto:[email protected]]
Sent: Thu 6/25/2009 10:59 AM
To: [email protected]
Subject: RE: Xerces and special caractere < >
 

There is some problem in my first Code, know I send you the two Files .h and
.cpp to have a real idea about wath I Do 





Jesse Pelton wrote:
> 
> The code is incomplete.  For one thing, there's no code for
> PrepareDocumentTree().  For another, xmlDoc is never initialized.  Still,
> a couple of possible problems stand out.
> 
> First, you shouldn't just ignore an initialization failure.  If
> XMLPlatformUtils::Initialize() fails, you should assume that all Xerces
> calls will fail.  Make sure you're performing initialization and
> termination as described in the programming guide link I sent earlier.
> 
> Second, you appear to have two documents (m_xmlDoc and xmlDoc).  Is that
> intentional?  I suspect that your serialized document has no MyString
> element because you sometimes use one document, sometimes the other.
> 
> 
http://www.nabble.com/file/p24204860/Files.rar Files.rar 
-- 
View this message in context: 
http://www.nabble.com/Xerces-and-special-caractere-%3C-%3E-tp24201194p24204860.html
Sent from the Xerces - C - Users mailing list archive at Nabble.com.


Reply via email to