Re: [xml] best way of converting xmlChar* to char*

2009-12-25 Thread Daniel Veillard
On Wed, Dec 23, 2009 at 10:40:21AM -0500, Michel Audette wrote: Dear fellow XML developers, I was able to find a way of converting from char* to xmlChar* via xmlCharStrdup, but my collaborators and I were wondering if there were a function that does the reverser conversion, from xmlChar* to

[xml] best way of converting xmlChar* to char*

2009-12-23 Thread Michel Audette
Dear fellow XML developers, I was able to find a way of converting from char* to xmlChar* via xmlCharStrdup, but my collaborators and I were wondering if there were a function that does the reverser conversion, from xmlChar* to char*, other than a cast. We prefer to do this with a function than