<!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.2650.12">
<TITLE>RE: [jdom-interest] jdom for servlet / jsp</TITLE>
</HEAD>
<BODY>
<BR>
<BR>
<BR>

<P><FONT SIZE=2>&gt;&gt;You don't really say what you're trying to do with XML and JDOM here. </FONT>
<BR><FONT SIZE=2>&gt;&gt;These technologies are so flexible that I suspect it's possible to do</FONT>
<BR><FONT SIZE=2>&gt;&gt;what you want, but I also think you might be wanting something that's</FONT>
<BR><FONT SIZE=2>&gt;&gt;not healthy for you.&nbsp; :-)</FONT>
</P>
<BR>

<P><FONT SIZE=2>First servlet converts Oracle BLOB field (image) to binary base 64 encoding. Then servlet uses JDOM to parse image to XML document (preferable using DTD because I read Bob Gray's sample in vb and asp only using XML Schema).</FONT></P>

<P><FONT SIZE=2>Client browser receives XML Doc and activeX in client browser handles the decoding from bin base 64 to stream/olestream (delphi data type).</FONT></P>
<BR>
<BR>

<P><FONT SIZE=2>Hendy</FONT>
</P>

</BODY>
</HTML>