From: Graham B. <gb...@po...> - 2002-07-29 14:54:39
|
On Mon, Jul 29, 2002 at 09:24:21AM -0500, Clif Harden wrote: > > Graham, > > I found another problem with the dsml module. > It is not base64 encoding binary attributes. Can you send a testcase. Soon I should have the cpan RT system sending/monitoring the mailing list so that bugs would then be sent to bug...@rt... > Also do we still need the DSML directory since > we are no longer using XML::Parser. No we don't. The tarball should not create it. If you have one it will be a leftover from a previous install. > Now for the pretty print option request. > > Currently when we do a pretty print we use 1 as the > option value. This will insert a "\n" between elements > so that it can be read easily on a UNIX system. > > It would be nice to have an option value of 2 so that > we could insert a "\r\n" between elements so that > the data could be easily read on a PC. I have a soap > server and Visual Basic system that could use the > option. You mean you are creating the file on a UNIX box, and transfering to a PC ? Rather than adding a option 2, I would preer the user to specify the line ending characters. Maybe we change the pretty option to pass the line ending characters wanted, or we add another option to do that. Graham. |