RE: Need sample using ostream

2003-07-17 Thread David Fishburn
Thanks for both of those suggestions. That probably has enough to get me working. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 1:48 PM To: xalan-c-users@xml.apache.org Subject: Re: Need sample using ostream > I have recompi

Re: Need sample using ostream

2003-07-17 Thread david_n_bertoni
> I have recompiled Xalan 1.5, Xerces 2.2.0. > I have also flipped through and tried some of the various examples. > I decided I would start with XalanTransform sample. > > My C++ skills are pretty well novice. I can usually deal with a sample > and modify it to get what I need working. I hav

Re: Need sample using ostream

2003-07-17 Thread Matthew Hoyt
I believe this is a general C++ I/O questions rather than a Xalan one. I'm not entirely clear what you require, but an ostream is acceptable for the result parameter. You can buffer the result by using a stringstream. For example, XalanTransform: 1. add "#include " 2. For the transformati