XercesStdOutputWriterException

2007-05-21 Thread Ryan Sawatzky
Hello, I was wondering if anyone could shed a little light on the following exception that is thrown from my transformer->transform() function call. XercesStdOutputStreamWriteException: Error writing to standard stream!.  The error code was 12. (, line -1, column -1) I tried to look for infor

Re: XercesStdOutputWriterException

2007-05-21 Thread David Bertoni
Ryan Sawatzky wrote: Hello, I was wondering if anyone could shed a little light on the following exception that is thrown from my transformer->transform() function call. XercesStdOutputStreamWriteException: Error writing to standard stream!. The error code was 12. (, line -1, column -1) I tri

Re: XercesStdOutputWriterException

2007-05-21 Thread Ryan Sawatzky
Hi David, Thanks for the quick reply and the info. Yes, I did mean Xalan. Somehow we're running out of memory, (12 = ENOMEM on our system). Thanks again, -Ryan David Bertoni wrote: Ryan Sawatzky wrote: Hello, I was wondering if anyone could shed a little light on the following exception

Re: XercesStdOutputWriterException

2007-05-21 Thread David Bertoni
Ryan Sawatzky wrote: Hi David, Thanks for the quick reply and the info. Yes, I did mean Xalan. Somehow we're running out of memory, (12 = ENOMEM on our system). That seems strange, since I would expect the stream would already be open and ready for writing. Is the document you're trying t