Re: File encoding strategy question

2006-05-21 Thread John Machin
Andrew > I would like to be able to view the contents of the file if it is text while still maintaining the ability to transmit binary data. Like Dennis said ... and once you have read the RFC and understood it thoroughly :-) don't start writing code; it's one of the included batteries -- but bewa

Re: File encoding strategy question

2006-05-21 Thread Dennis Benzinger
Andrew Robert schrieb: > Hi everyone, > > I am in the process of creating a file transmit/receiver program using > MQSeries. > > The way it works is through creation of an XML message. > > Elements within the XML message contain things such as file name, size, > and the file contents. > > The f

File encoding strategy question

2006-05-20 Thread Andrew Robert
Hi everyone, I am in the process of creating a file transmit/receiver program using MQSeries. The way it works is through creation of an XML message. Elements within the XML message contain things such as file name, size, and the file contents. The file contents are encoded, currently using Bas