[Home] [By Thread] [By Date] [Recent Entries]
Hello Mr. Kay, When you say, "probably not to encode it at all, i.e. send the XML document as is", do you mean send the XML document as a string? My sending application will create XML (for e.g. from browser input). I think best way to create a XML structure from discreet input values, would to use a DOM parser, and then serializing the DOM object into string? Is this the best way to create XML string at source application! I recently came to know about 2 applications exchanging XML via email as transport. The sending application sends "XML file" attachments to a specific email address. The receiving application extracts the XML attachments from email. Is this a practical approach? I am curious to know about "binary XML" approach.. Can you please provide some reading reference? Is binary XML approach being used today in production systems, or is it a research topic today? Regards, Mukul --- Michael Kay <mike@s...> wrote: > I mean that the best practical way of encoding an > XML document as a stream > of bytes for transmission over the wire is probably > not to encode it at all, > i.e. send the XML document as is. > > (Of course there may be better ways in particular > cases, see the binary XML > permathread; but a Java serialization of a DOM is > unlikely to be such a > candidate.) > > Michael Kay > http://www.saxonica.com/ __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250
|

Cart



