<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>Building and XML Spreadsheet for Microsoft Excel - Office XP Professional</TITLE>
</HEAD>
<BODY>

<P><FONT FACE="Verdana">Hi all</FONT>
</P>

<P><FONT FACE="Verdana">Looking into a new project, i.e. generating a MS Excel XML compliant document (Office XP Pro) to be used downstream for reporting purposes.</FONT></P>

<P><FONT FACE="Verdana">I have been playing around with it and I seem to be stumped with the namespaces they (MS) use. </FONT>
</P>

<P><FONT FACE="Verdana">For example:</FONT>
</P>

<P><FONT FACE="Verdana">&lt;Workbook xmlns=&quot;urn:schemas-microsoft-com:office:spreadsheet&quot;</FONT>
<BR><FONT FACE="Verdana">&nbsp;xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot;</FONT>
<BR><FONT FACE="Verdana">&nbsp;xmlns:x=&quot;urn:schemas-microsoft-com:office:excel&quot;</FONT>
<BR><FONT FACE="Verdana">&nbsp;xmlns:dt=&quot;uuid:C2F41010-65B3-11d1-A29F-00AA00C14882&quot;</FONT>
<BR><FONT FACE="Verdana">&nbsp;xmlns:ss=&quot;urn:schemas-microsoft-com:office:spreadsheet&quot;</FONT>
<BR><FONT FACE="Verdana">&nbsp;xmlns:html=&quot;<A HREF="http://www.w3.org/TR/REC-html40" TARGET="_blank">http://www.w3.org/TR/REC-html40</A>&quot;&gt;</FONT>
</P>

<P><FONT FACE="Verdana">Has anyone done this before? How do I get JDOM to create these specific types of namespaces? (or even multiple ones . . .)</FONT></P>

<P><FONT FACE="Verdana">Thanks in advance.</FONT>
</P>

<P><FONT FACE="Verdana">Ben Brand</FONT>
</P>

</BODY>
</HTML>