<!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.2658.34">
<TITLE>RE: FW: [jdom-interest] &amp; in namespace</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>Just resubmitting a patch for the List Iterator in the Content.</FONT>
</P>
<P><FONT SIZE=2>keeps falling through cracks..</FONT>
</P>
<BR>
<BR>
<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: jdom-interest-bounces@jdom.org</FONT>
<BR><FONT SIZE=2>[<A HREF="mailto:jdom-interest-bounces@jdom.org">mailto:jdom-interest-bounces@jdom.org</A>]On Behalf Of Jason Hunter</FONT>
<BR><FONT SIZE=2>Sent: Wednesday, May 03, 2006 12:44 PM</FONT>
<BR><FONT SIZE=2>To: Bradley S. Huffman</FONT>
<BR><FONT SIZE=2>Cc: jdom-interest@jdom.org; Deshpande,Aniruddha</FONT>
<BR><FONT SIZE=2>Subject: Re: FW: [jdom-interest] &amp; in namespace</FONT>
</P>
<BR>
<P><FONT SIZE=2>Bradley S. Huffman wrote:</FONT>
<BR><FONT SIZE=2>> "Deshpande, Aniruddha" writes:</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>>> What do you feel? Is this a bug in JDOM? How should we proceed?</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> You look at the code to see what's going on, and if needed make a patch</FONT>
<BR><FONT SIZE=2>> like this. Brad</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> *** XMLOutputter.java Fri Dec 10 19:31:50 2004</FONT>
<BR><FONT SIZE=2>> --- XMLOutputter.new Wed May 3 09:03:19 2006</FONT>
<BR><FONT SIZE=2>> ***************</FONT>
<BR><FONT SIZE=2>> *** 1118,1124 ****</FONT>
<BR><FONT SIZE=2>> out.write(prefix);</FONT>
<BR><FONT SIZE=2>> }</FONT>
<BR><FONT SIZE=2>> out.write("=\"");</FONT>
<BR><FONT SIZE=2>> ! out.write(uri);</FONT>
<BR><FONT SIZE=2>> out.write("\"");</FONT>
<BR><FONT SIZE=2>> namespaces.push(ns);</FONT>
<BR><FONT SIZE=2>> }</FONT>
<BR><FONT SIZE=2>> --- 1118,1124 ----</FONT>
<BR><FONT SIZE=2>> out.write(prefix);</FONT>
<BR><FONT SIZE=2>> }</FONT>
<BR><FONT SIZE=2>> out.write("=\"");</FONT>
<BR><FONT SIZE=2>> ! out.write(escapeAttributeEntities(uri));</FONT>
<BR><FONT SIZE=2>> out.write("\"");</FONT>
<BR><FONT SIZE=2>> namespaces.push(ns);</FONT>
<BR><FONT SIZE=2>> }</FONT>
</P>
<P><FONT SIZE=2>Bingo. Anyone see a reason this wouldn't be spec conformant?</FONT>
</P>
<P><FONT SIZE=2>BTW, JDOM's not dead. I'm still engaged, just need to get off my duff </FONT>
<BR><FONT SIZE=2>and do a 1.0.1 with the few small bugs we fixed since 1.0. There hasn't </FONT>
<BR><FONT SIZE=2>been much interest expressed in a 1.1 release. JDOM already does </FONT>
<BR><FONT SIZE=2>everything *I* care about. Are there things people want in a 1.1 or </FONT>
<BR><FONT SIZE=2>2.0, or should we stay in happy maintenance mode.</FONT>
</P>
<P><FONT SIZE=2>-jh-</FONT>
<BR><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>To control your jdom-interest membership:</FONT>
<BR><FONT SIZE=2><A HREF="http://www.jdom.org/mailman/options/jdom-interest/youraddr@yourhost.com" TARGET="_blank">http://www.jdom.org/mailman/options/jdom-interest/youraddr@yourhost.com</A></FONT>
</P>
<P>This email and any files transmitted with it are confidential and proprietary to Algorithmics Incorporated and its affiliates ("Algorithmics"). If received in error, use is prohibited. Please destroy, and notify sender. Sender does not waive confidentiality or privilege. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. Algorithmics does not accept liability for any errors or omissions. Any commitment intended to bind Algorithmics must be reduced to writing and signed by an authorized signatory.</P>
<P>
</P>
<P><FONT FACE="Arial" SIZE=2 COLOR="#000000"></FONT>
</BODY>
</HTML>