From: Clif H. <cl...@di...> - 2002-07-29 14:24:33
|
Graham, I found another problem with the dsml module. It is not base64 encoding binary attributes. Also do we still need the DSML directory since we are no longer using XML::Parser. 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. Regards, Clif |