Re: [xml] xmlChar * to char *



Hi Manu,

How can i convert xmlChar* to char *?

When you are expecting to handle UTF-8, just cast. Otherwise this is a good
place to engage an application specific character conversion routine.

When i parsed an  xml file the white space characters also get included.How
can i eliminate white space chararcters from the parsed xml.

Doyouwantreallynowhitespaceinyourparseddata?

Generally speaking, the app -i.e. you- should handle this, according to
its specific needs.

Regards,
Peter Jacobi




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