<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi ,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I tried the Oracle's SQL - XML utility and it does 
what i want.&nbsp;&nbsp;Except a few things.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I generated the following XML file as a result to a 
query to my oracle database.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;ROWSET&gt;<BR>&nbsp;&lt;ROW 
num="1"&gt;<BR>&nbsp; &lt;SPNAME&gt;Huntington services 
Company&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/SPNAME&gt;<BR>&nbsp; 
&lt;CUSTPERMID&gt;123456789123456&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/CUSTPERMID&gt;<BR>&nbsp; 
&lt;CUSTLOGINID&gt;jamesb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/CUSTLOGINID&gt;<BR>&nbsp; 
&lt;FIRSTNAME&gt;james&nbsp;&lt;/FIRSTNAME&gt;<BR>&nbsp; 
&lt;LASTNAME&gt;Bond&nbsp;&lt;/LASTNAME&gt;<BR>&nbsp;&lt;/ROW&gt;<BR>&nbsp;&lt;/ROW&gt;<BR>&lt;/ROWSET&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The ROWSET&nbsp;and the ROW tags were introduced by 
the builder itself. I would like the document to look like :</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;CUSTID&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;SPNAME&gt;My Own Business&nbsp; Services 
Company&nbsp; &lt;/SPNAME&gt;<BR>&nbsp; 
&lt;CUSTPERMID&gt;123456789123456&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/CUSTPERMID&gt;<BR>&nbsp; 
&lt;CUSTLOGINID&gt;jamesb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/CUSTLOGINID&gt;<BR>&nbsp; 
&lt;FIRSTNAME&gt;james&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/FIRSTNAME&gt;<BR>&nbsp; 
&lt;LASTNAME&gt;Bond&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/LASTNAME&gt;<BR>&nbsp;&lt;/CUSTID&gt;<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>This is very important because this xml file will 
be sent to the client who will "validate" it. Since ROWSET and ROW are not a 
part of standard message format we use... an exception will be 
thrown.</FONT></DIV>
<DIV><FONT face=Arial size=2>Is there any way to customize the output from the 
builder so that it conforms to a predefined DTD ?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Abhishek.</FONT></DIV>
<DIV><FONT face=Arial 
size=2>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<BR>&nbsp;&nbsp;&nbsp; 
_/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Abhishek Srivastava<BR>&nbsp;&nbsp; 
_/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Hewlett Packard ISO&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp; 
_/_/_/&nbsp;&nbsp; _/_/_/&nbsp;&nbsp;&nbsp; -------------------&nbsp;&nbsp; 
<BR>&nbsp;_/&nbsp;&nbsp; /&nbsp;&nbsp; _/&nbsp; _/&nbsp;&nbsp;&nbsp;&nbsp; 
(Work)&nbsp;&nbsp; +91-80-2251554 x1190<BR>_/&nbsp; _/&nbsp;&nbsp; 
_/_/_/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Ip)&nbsp;&nbsp;&nbsp;&nbsp; 
15.10.47.37&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
_/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(Url)&nbsp;&nbsp;&nbsp; <A 
href="http://sites.netscape.net/abhishes/homepage">http://sites.netscape.net/abhishes/homepage</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
_/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; You've 
heard it all by now. Get wired or get whacked. 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
You're networking or you're not working. Dot-com or die 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
- SUN 
MICROSYSTEMS&nbsp;<BR>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</FONT></DIV></BODY></HTML>