Hello,
I'm getting this strange error while using transcode
on the followin code. The xml file am using is the
sample personal.xml file.

for (int i=0; i <= AttrCount; i++)
{
const XMLCh* AttributeName  = attr.getQName(i);
const XMLCh* AttributeType  =
attr.getType(AttributeName);
const XMLCh* AttributeValue =
attr.getValue(AttributeName);

std::cout  << "Name: " <<
XMLString::transcode(AttributeName)<< std::endl;
 
>Message: An exception occurred!
Type:UTFDataFormatException, Message:invalid byte 2 ()
of a 2-byte sequence.



        

        
                
Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! 
Cr�ez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Dialoguez en direct avec vos amis gr�ce � Yahoo! Messenger !T�l�chargez Yahoo! 
Messenger sur http://fr.messenger.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to