[xml] xmlChar double ptr



Hei,
how do i define a double ptr xmlChar? is it possible at all?
static xmlChar* mapper[] = {"bla", "blubber"} ;

doesn't work. g++ says
XMLStructure.h:75: error: invalid conversion from ?const char*? to ?xmlChar*?

XMLStructure.h also includes:
<libxml/parser.h>
<libxml/tree.h>

Thanx in advance,







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