Re: Seg Fault when transcoding a XalanDOMString

2003-04-01 Thread David N Bertoni/Cambridge/IBM
| |cc: (bcc: David N Bertoni/Cambridge/IBM) | | Subject: Re: Seg Fault when transcod

Re: Seg Fault when transcoding a XalanDOMString

2003-04-01 Thread Ryan Sawatzky
Hello Dave, I have posted the code that calls the function below. First let me explain some. The code that calls the below function is written in C not C++. This is why the first parameter is a void pointer instead of a XalanParsedSource pointer. But I am sure that the parameters passed int

Re: Seg Fault when transcoding a XalanDOMString

2003-04-01 Thread David N Bertoni/Cambridge/IBM
ROTECTED] To: [email protected] ox.com> cc: (bcc: David N Bertoni/Cambridge/IBM) Subject: Seg Fault when tr

Seg Fault when transcoding a XalanDOMString

2003-04-01 Thread Ryan Sawatzky
Hi, I am running into a strange problem trying to transcode a XalanDOMString into a C-style character array. The program keeps seg faulting when I try to delete the CharVectorType object returned by the XalanDOMString::transcode() function. Here is the code for my function. void ConvertDOMStr