<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2232.0">
<TITLE>RE: Is there anyone working on a binary version of XML?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>&gt; I have come to feel however that there is room for a </FONT>
<BR><FONT SIZE=2>&gt; &quot;works-as-if&quot; binary analogue to text based XML.</FONT>
</P>

<P><FONT SIZE=2>I did various experiments with this a while back. I tried a serialised SAX event stream, a simple canonicalisation and transcoding in which the special characters like &quot;&lt;&quot; were replaced with octet values &lt;x20, a Java serialisation of the DOM, etc. None gave a worthwhile saving over a stright reparsing of the original XML text stream, in fact most performed worse. So I gave up.</FONT></P>

<P><FONT SIZE=2>Mike Kay </FONT>
</P>

</BODY>
</HTML>