You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Tasso Angelidis <Ta...@trustmarque.ca> on 2001/08/29 22:08:34 UTC

Alternatives to StrX.

I am writing an ISAPI server xtension which parses XML...

I have a custom made function for outputing data through the socket. This
function works exactly as printf.

myFunction("Message: %s", StrX(exception.getMessage());

This seems to be hagning the server extension. Is it possible to convert the
exception messages to char using another method??

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org