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