RE: [xml] Build DOM tree manually from ASCII file and getting da ta into xmlChar



Hi,

Why is it "unsigned char* out" and not "xmlChar* out" ?
Or are they actually made the same by some macro ?

not by a macro. from tree.h:

typedef unsigned char xmlChar;

Why in isolat1ToUTF8 xmlChar is not used I don't know either. Perhaps the
meaning of xmlChar is still supposed to be changeable? Otherwise there would
probably be a function like isolat1ToXmlChar?

marcus



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]