<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-265</id>
	<title>Nabble - Apache XML - General</title>
	<updated>2009-11-15T06:35:47Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Apache-XML---General-f265.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-XML---General-f265.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26359622</id>
	<title>XSD: Allow any combination of subelements</title>
	<published>2009-11-15T06:35:47Z</published>
	<updated>2009-11-15T06:35:47Z</updated>
	<author>
		<name>Ralph Kutschera-5</name>
	</author>
	<content type="html">Hallo!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;I'm trying to represent a mathematical formula with XML and cannot 
&lt;br&gt;find the correct schema definition.
&lt;br&gt;&lt;br&gt;I.e:
&lt;br&gt;&amp;lt;formula&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;plus&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;minus&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;..
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/minus&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plus&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;..
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plus&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;minus&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;..
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/minus&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/plus&amp;gt;
&lt;br&gt;&amp;lt;/formula&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;What I want is that, for example, &amp;lt;plus&amp;gt; can have any number of 
&lt;br&gt;unordered &amp;lt;plus&amp;gt; and &amp;lt;minus&amp;gt; elements.
&lt;br&gt;&lt;br&gt;This does not work:
&lt;br&gt;&amp;lt;xsd:complexType name=&amp;quot;plus&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;xsd:sequence&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xsd:choice&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xsd:element name=&amp;quot;plus&amp;quot; type=&amp;quot;plus&amp;quot;&amp;gt;&amp;lt;/xsd:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;xsd:element name=&amp;quot;minus&amp;quot; type=&amp;quot;minus&amp;quot;&amp;gt;&amp;lt;/xsd:element&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/xsd:choice&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/xsd:sequence&amp;gt;
&lt;br&gt;&amp;lt;/xsd:complexType&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&amp;nbsp; &amp;nbsp;Ralph
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26359622&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26359622&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XSD%3A-Allow-any-combination-of-subelements-tp26359622p26359622.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26158149</id>
	<title>assistance with Apache Forrest</title>
	<published>2009-11-01T20:04:38Z</published>
	<updated>2009-11-01T20:04:38Z</updated>
	<author>
		<name>David Crossley</name>
	</author>
	<content type="html">I did some research to find the ASF projects that
&lt;br&gt;manage their websites with Apache Forrest, and am
&lt;br&gt;sending similar email to each project's dev mail list.
&lt;br&gt;Already sent to the Xindice sub-project.
&lt;br&gt;&lt;br&gt;The purposes of this email are to remind people
&lt;br&gt;about some of the useful facilities of Forrest,
&lt;br&gt;and also alert them to discussion about the status
&lt;br&gt;and future directions of Forrest, and to appeal for
&lt;br&gt;people to assist Forrest.
&lt;br&gt;&lt;br&gt;--- oOo ---
&lt;br&gt;&lt;br&gt;These are useful facilities to assist with developing
&lt;br&gt;and managing a Forrest solution for your project's website.
&lt;br&gt;&lt;br&gt;&amp;quot;How to deploy documentation with the Forrestbot
&lt;br&gt;svn workstage&amp;quot;
&lt;br&gt;This explains how the Forrest project manages our
&lt;br&gt;own documentation.
&lt;br&gt;&lt;a href=&quot;http://forrest.apache.org/howto-forrestbot-svn.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/howto-forrestbot-svn.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;Generate an ASF mirrors page using interactive web form&amp;quot;
&lt;br&gt;&lt;a href=&quot;http://forrest.apache.org/docs/dev/howto/howto-asf-mirror.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/docs/dev/howto/howto-asf-mirror.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;ForrestBar - Firefox toolbar to ease navigation
&lt;br&gt;and search of Forrest resources&amp;quot;
&lt;br&gt;&lt;a href=&quot;http://forrest.apache.org/tools/forrestbar.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/tools/forrestbar.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;How to do development with Apache Forrest&amp;quot;
&lt;br&gt;&lt;a href=&quot;http://forrest.apache.org/howto-dev.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/howto-dev.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;Frequently Asked Questions&amp;quot;
&lt;br&gt;&lt;a href=&quot;http://forrest.apache.org/faq.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/faq.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;quot;The Anakia output plugin&amp;quot;
&lt;br&gt;This was developed to assist the old Incubator
&lt;br&gt;website to stop using Forrest and export all content
&lt;br&gt;to an Anakia &amp;quot;xdoc&amp;quot; format. From there it could used
&lt;br&gt;by an Anakia-based build system, or be further transformed.
&lt;br&gt;&lt;a href=&quot;http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Anakia/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Anakia/&lt;/a&gt;&lt;br&gt;&lt;br&gt;As usual, if you need further assistance with anything
&lt;br&gt;then please ask on the Forrest mail lists.
&lt;br&gt;&lt;br&gt;--- oOo ---
&lt;br&gt;&lt;br&gt;There is discussion currently underway on the Forrest
&lt;br&gt;dev mail list about the current status and future
&lt;br&gt;direction of Forrest.
&lt;br&gt;&lt;a href=&quot;http://thread.gmane.org/gmane.text.xml.forrest.devel/27325&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://thread.gmane.org/gmane.text.xml.forrest.devel/27325&lt;/a&gt;&lt;br&gt;&lt;br&gt;If anyone can assist Forrest, in any capacity, then
&lt;br&gt;please do.
&lt;br&gt;&lt;br&gt;-David
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26158149&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26158149&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/assistance-with-Apache-Forrest-tp26158149p26158149.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25931869</id>
	<title>Re: Query on crimson.jar</title>
	<published>2009-10-16T13:28:12Z</published>
	<updated>2009-10-16T13:28:12Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Hi,&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;There hasn't been any development on Crimson in years. It is a dead project, replaced by Xerces-J. At this point you're better off switching (if you can) to Xerces-J or just relying on the JAXP API in a later JDK which likely contains Xerces-J or some derivative of it.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25931869&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25931869&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;sayantan mitra &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25931869&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sayantanm@...&lt;/a&gt;&amp;gt; wrote on 10/15/2009 02:56:29 PM:&lt;br&gt;
&lt;br&gt;
&amp;gt; Hi,&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt;  &lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; Wanted to check if the Crimson.jar issue as mentioned by  http:&lt;br&gt;
&amp;gt; //bugs.sun.com/bugdatabase/view_bug.do?bug_id=4766061 has been &lt;br&gt;
&amp;gt; rectified ? If so can you please tell me which version of JDK has &lt;br&gt;
&amp;gt; the fix. Also can you send me a copy of the jar at my id. Many thanks.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; Regards,&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; Sayantan&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Query-on-crimson.jar-tp25915018p25931869.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25915018</id>
	<title>Query on crimson.jar</title>
	<published>2009-10-15T11:56:29Z</published>
	<updated>2009-10-15T11:56:29Z</updated>
	<author>
		<name>sayantan mitra</name>
	</author>
	<content type="html">&lt;div&gt;&lt;font face=&quot;Verdana&quot; color=&quot;#000000&quot;&gt;Hi,&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;Verdana&quot;&gt;&lt;/font&gt;&lt;font color=&quot;#000000&quot;&gt; &lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;Verdana&quot; color=&quot;#0000ff&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;Wanted to check if the Crimson.jar issue as mentioned by&lt;/font&gt; &lt;/font&gt; &lt;a title=&quot;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4766061&quot; href=&quot;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4766061&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;font face=&quot;Verdana&quot;&gt;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4766061&lt;/font&gt;&lt;/a&gt; has been rectified ? If so can you please tell me which version of JDK has the fix. Also can you send me a copy of the jar at my id. Many thanks.&lt;br clear=&quot;all&quot;&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Regards,&lt;/div&gt;
&lt;div&gt;Sayantan&lt;br&gt;&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Query-on-crimson.jar-tp25915018p25915018.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25852238</id>
	<title>Moving Xang to the Attic</title>
	<published>2009-10-12T01:38:24Z</published>
	<updated>2009-10-12T01:38:24Z</updated>
	<author>
		<name>Gianugo Rabellino-2</name>
	</author>
	<content type="html">Folks,
&lt;br&gt;&lt;br&gt;this is an heads-up to let you know that the XML PMC has voted to move
&lt;br&gt;Xang to the Attic, and I am hereby requesting the Attic PMC to take
&lt;br&gt;ownership of the issue and start the move in the upcoming days. In the
&lt;br&gt;meantime, if you need any further information, please do not hesitate
&lt;br&gt;to ask.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Gianugo Rabellino
&lt;br&gt;Sourcesense, making sense of Open Source: &lt;a href=&quot;http://www.sourcesense.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sourcesense.com&lt;/a&gt;&lt;br&gt;(blogging at &lt;a href=&quot;http://www.rabellino.it/blog/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.rabellino.it/blog/&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25852238&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25852238&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Moving-Xang-to-the-Attic-tp25852238p25852238.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25218666</id>
	<title>Re: More AxKit Retirement</title>
	<published>2009-08-30T23:02:38Z</published>
	<updated>2009-08-30T23:02:38Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">Oops, two different distribution directories. Anyway, I've copied the
&lt;br&gt;HEADER.html over so we have it in both places.
&lt;br&gt;&lt;br&gt;On 29.08.2009 00:24:29 Greg Reddin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; On 26.08.2009 18:59:29 Greg Reddin wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; On Thu, Aug 13, 2009 at 9:45 PM, Greg Reddin&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25218666&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gredbug@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; I also have a HEADER.html file for the axkit dist directory, but I
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; would need permissions to copy it there. It is attached to this
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; ticket.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;    &lt;a href=&quot;https://issues.apache.org/jira/browse/ATTIC-37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/ATTIC-37&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; If you would place this file in
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; /www/www.apache.org/dist/xml/axkit/HEADER.html and let me know I'd
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; appreciate it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hmm, sorry to bother again, but it looks like the file made it into
&lt;br&gt;&amp;gt; /www/xml.apache.org/dist/xml/axkit/HEADER.html, and not
&lt;br&gt;&amp;gt; /www/www.apache.org/dist/xml/axkit/HEADER.html. I think you'll have to
&lt;br&gt;&amp;gt; update it in the www.apache.org directory for it to sync to the dist
&lt;br&gt;&amp;gt; site. Am I misdirected?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Greg
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25218666&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25218666&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-AxKit-Retirement-tp24965664p25218666.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25197945</id>
	<title>Re: More AxKit Retirement</title>
	<published>2009-08-28T15:24:29Z</published>
	<updated>2009-08-28T15:24:29Z</updated>
	<author>
		<name>Greg Reddin-4</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; On 26.08.2009 18:59:29 Greg Reddin wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Thu, Aug 13, 2009 at 9:45 PM, Greg Reddin&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25197945&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gredbug@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I also have a HEADER.html file for the axkit dist directory, but I
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; would need permissions to copy it there. It is attached to this
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; ticket.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;    &lt;a href=&quot;https://issues.apache.org/jira/browse/ATTIC-37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/ATTIC-37&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; If you would place this file in
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; /www/www.apache.org/dist/xml/axkit/HEADER.html and let me know I'd
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; appreciate it.
&lt;/div&gt;&lt;br&gt;Hmm, sorry to bother again, but it looks like the file made it into
&lt;br&gt;/www/xml.apache.org/dist/xml/axkit/HEADER.html, and not
&lt;br&gt;/www/www.apache.org/dist/xml/axkit/HEADER.html. I think you'll have to
&lt;br&gt;update it in the www.apache.org directory for it to sync to the dist
&lt;br&gt;site. Am I misdirected?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Greg
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25197945&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25197945&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-AxKit-Retirement-tp24965664p25197945.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25185402</id>
	<title>Re: More AxKit Retirement</title>
	<published>2009-08-28T00:37:06Z</published>
	<updated>2009-08-28T00:37:06Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">Sorry, Grep, I missed that. Should be fixed now.
&lt;br&gt;&lt;br&gt;On 26.08.2009 18:59:29 Greg Reddin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Aug 13, 2009 at 9:45 PM, Greg Reddin&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25185402&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gredbug@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; I also have a HEADER.html file for the axkit dist directory, but I
&lt;br&gt;&amp;gt; &amp;gt; would need permissions to copy it there. It is attached to this
&lt;br&gt;&amp;gt; &amp;gt; ticket.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;    &lt;a href=&quot;https://issues.apache.org/jira/browse/ATTIC-37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/ATTIC-37&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; If you would place this file in
&lt;br&gt;&amp;gt; &amp;gt; /www/www.apache.org/dist/xml/axkit/HEADER.html and let me know I'd
&lt;br&gt;&amp;gt; &amp;gt; appreciate it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; *ping*
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sorry to be a pest, but best I can tell, this hasn't been done yet.
&lt;br&gt;&amp;gt; Can someone with appropriate permissions please add this file to the
&lt;br&gt;&amp;gt; /www/www.apache.org/dist/xml/axkit/ directory on people.a.o?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks much!
&lt;br&gt;&amp;gt; Greg
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25185402&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25185402&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-AxKit-Retirement-tp24965664p25185402.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25157224</id>
	<title>Re: More AxKit Retirement</title>
	<published>2009-08-26T09:59:29Z</published>
	<updated>2009-08-26T09:59:29Z</updated>
	<author>
		<name>Greg Reddin-4</name>
	</author>
	<content type="html">On Thu, Aug 13, 2009 at 9:45 PM, Greg Reddin&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25157224&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gredbug@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I also have a HEADER.html file for the axkit dist directory, but I
&lt;br&gt;&amp;gt; would need permissions to copy it there. It is attached to this
&lt;br&gt;&amp;gt; ticket.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    &lt;a href=&quot;https://issues.apache.org/jira/browse/ATTIC-37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/ATTIC-37&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If you would place this file in
&lt;br&gt;&amp;gt; /www/www.apache.org/dist/xml/axkit/HEADER.html and let me know I'd
&lt;br&gt;&amp;gt; appreciate it.
&lt;br&gt;&lt;br&gt;*ping*
&lt;br&gt;&lt;br&gt;Sorry to be a pest, but best I can tell, this hasn't been done yet.
&lt;br&gt;Can someone with appropriate permissions please add this file to the
&lt;br&gt;/www/www.apache.org/dist/xml/axkit/ directory on people.a.o?
&lt;br&gt;&lt;br&gt;Thanks much!
&lt;br&gt;Greg
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25157224&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25157224&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-AxKit-Retirement-tp24965664p25157224.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25013339</id>
	<title>Re: AxKit Retirement</title>
	<published>2009-08-17T13:07:44Z</published>
	<updated>2009-08-17T13:07:44Z</updated>
	<author>
		<name>Greg Reddin-4</name>
	</author>
	<content type="html">Awesome. Thanks!
&lt;br&gt;&lt;br&gt;Greg
&lt;br&gt;&lt;br&gt;On Mon, Aug 17, 2009 at 2:06 PM, Jeremias Maerki&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25013339&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Done in SVN. I'll see that the website is updated from there.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 17.08.2009 20:46:45 Greg Reddin wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Fri, Aug 14, 2009 at 1:56 AM, Jeremias Maerki&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25013339&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Hi Greg
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Please just reply
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; here and attach the patch. I'll try to address the XML website changes
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; within the next couple of days.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Sorry for the delayed response. I've attached the patch for the site
&lt;br&gt;&amp;gt;&amp;gt; to the Attic JIRA ticket linked below:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;     &lt;a href=&quot;https://issues.apache.org/jira/browse/ATTIC-36&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/ATTIC-36&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Please let me know when this is done or if you have any questions and
&lt;br&gt;&amp;gt;&amp;gt; we'll proceed.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt; Greg
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jeremias Maerki
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25013339&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25013339&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25013339&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25013339&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AxKit-Retirement-tp24961570p25013339.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25012394</id>
	<title>Re: AxKit Retirement</title>
	<published>2009-08-17T12:06:37Z</published>
	<updated>2009-08-17T12:06:37Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">Done in SVN. I'll see that the website is updated from there.
&lt;br&gt;&lt;br&gt;On 17.08.2009 20:46:45 Greg Reddin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Fri, Aug 14, 2009 at 1:56 AM, Jeremias Maerki&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25012394&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi Greg
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Please just reply
&lt;br&gt;&amp;gt; &amp;gt; here and attach the patch. I'll try to address the XML website changes
&lt;br&gt;&amp;gt; &amp;gt; within the next couple of days.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sorry for the delayed response. I've attached the patch for the site
&lt;br&gt;&amp;gt; to the Attic JIRA ticket linked below:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://issues.apache.org/jira/browse/ATTIC-36&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/ATTIC-36&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please let me know when this is done or if you have any questions and
&lt;br&gt;&amp;gt; we'll proceed.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Greg
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25012394&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25012394&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AxKit-Retirement-tp24961570p25012394.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25012102</id>
	<title>Re: AxKit Retirement</title>
	<published>2009-08-17T11:46:45Z</published>
	<updated>2009-08-17T11:46:45Z</updated>
	<author>
		<name>Greg Reddin-4</name>
	</author>
	<content type="html">On Fri, Aug 14, 2009 at 1:56 AM, Jeremias Maerki&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25012102&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hi Greg
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please just reply
&lt;br&gt;&amp;gt; here and attach the patch. I'll try to address the XML website changes
&lt;br&gt;&amp;gt; within the next couple of days.
&lt;br&gt;&lt;br&gt;Sorry for the delayed response. I've attached the patch for the site
&lt;br&gt;to the Attic JIRA ticket linked below:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://issues.apache.org/jira/browse/ATTIC-36&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/ATTIC-36&lt;/a&gt;&lt;br&gt;&lt;br&gt;Please let me know when this is done or if you have any questions and
&lt;br&gt;we'll proceed.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Greg
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25012102&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25012102&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AxKit-Retirement-tp24961570p25012102.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24967129</id>
	<title>Re: AxKit Retirement</title>
	<published>2009-08-13T23:56:25Z</published>
	<updated>2009-08-13T23:56:25Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">Hi Greg
&lt;br&gt;&lt;br&gt;I don't think we have a tracker for XML in general. Please just reply
&lt;br&gt;here and attach the patch. I'll try to address the XML website changes
&lt;br&gt;within the next couple of days. Thanks for handling the mothballing of
&lt;br&gt;AxKit!
&lt;br&gt;&lt;br&gt;On 13.08.2009 22:13:50 Greg Reddin wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm working on behalf of the Apache Attic to help with the AxKit
&lt;br&gt;&amp;gt; retirement. I have a suggested patch for the xml.apache.org website
&lt;br&gt;&amp;gt; that will help to note the AxKit project is retired. Should I submit
&lt;br&gt;&amp;gt; the patch here or is there a tracking system you'd prefer me to use?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Greg Reddin
&lt;br&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24967129&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24967129&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AxKit-Retirement-tp24961570p24967129.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24965664</id>
	<title>More AxKit Retirement</title>
	<published>2009-08-13T19:45:19Z</published>
	<updated>2009-08-13T19:45:19Z</updated>
	<author>
		<name>Greg Reddin-4</name>
	</author>
	<content type="html">I also have a HEADER.html file for the axkit dist directory, but I
&lt;br&gt;would need permissions to copy it there. It is attached to this
&lt;br&gt;ticket.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://issues.apache.org/jira/browse/ATTIC-37&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/ATTIC-37&lt;/a&gt;&lt;br&gt;&lt;br&gt;If you would place this file in
&lt;br&gt;/www/www.apache.org/dist/xml/axkit/HEADER.html and let me know I'd
&lt;br&gt;appreciate it.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Greg
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24965664&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24965664&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/More-AxKit-Retirement-tp24965664p24965664.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24961570</id>
	<title>AxKit Retirement</title>
	<published>2009-08-13T13:13:50Z</published>
	<updated>2009-08-13T13:13:50Z</updated>
	<author>
		<name>Greg Reddin-4</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm working on behalf of the Apache Attic to help with the AxKit
&lt;br&gt;retirement. I have a suggested patch for the xml.apache.org website
&lt;br&gt;that will help to note the AxKit project is retired. Should I submit
&lt;br&gt;the patch here or is there a tracking system you'd prefer me to use?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Greg Reddin
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24961570&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24961570&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/AxKit-Retirement-tp24961570p24961570.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24928097</id>
	<title>FOP - Escaped HTML</title>
	<published>2009-08-11T17:31:09Z</published>
	<updated>2009-08-11T17:31:09Z</updated>
	<author>
		<name>zakas</name>
	</author>
	<content type="html">Hi All
&lt;br&gt;&lt;br&gt;I need your help ... I am generating PDF out of my reports using Apache FOP. Following is the flow of actions ..
&lt;br&gt;&lt;br&gt;Report data =&amp;gt; XML =&amp;gt; XSL-FO =&amp;gt; PDF ...
&lt;br&gt;&lt;br&gt;Now the report can have html formatted data ... and therefore XML generated out of it has ESCAPED html ... I use JAXB marshaller and the marshaller by default escapes all the angle brackets etc ... 
&lt;br&gt;Is there any way to either instruct marshaller so that it does not escape html OR if there is anyway I can UNSCAPE these in XSLT?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;-Zac
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FOP---Escaped-HTML-tp24928097p24928097.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23935319</id>
	<title>Re: Apache crimson 1.1</title>
	<published>2009-06-08T19:16:29Z</published>
	<updated>2009-06-08T19:16:29Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Hi,&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Like many open source projects there's &amp;quot;support&amp;quot; as long as there are volunteers maintaining the codebase. That dried up a long time ago for Crimson. The project has been dead / inactive for over 7 years. Xerces-J [1] is its successor and is actively maintained.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;[1] &lt;a href=&quot;http://xerces.apache.org/xerces2-j/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xerces.apache.org/xerces2-j/&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23935319&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23935319&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;&amp;quot;Thomas Darren&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23935319&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Darren.Thomas@...&lt;/a&gt;&amp;gt; wrote on 06/08/2009 05:26:21 AM:&lt;br&gt;
&lt;br&gt;
&amp;gt; HI,&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &amp;nbsp;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; We are currently updating our database concerning software we have &lt;br&gt;
&amp;gt; in use, we require dates of when support finished for the software &lt;br&gt;
&amp;gt; or if the software is still live,&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; It would be of great help if you could &amp;nbsp;email me any details and &lt;br&gt;
&amp;gt; dates of apache crimson software regarding product end dates etc.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &amp;nbsp;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; Thanks&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &amp;nbsp;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; Darren Thomas&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &amp;nbsp;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; PactConfiguration Audit and Conformance&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &amp;nbsp;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; Fujitsu&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &amp;nbsp;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; Ffynnon Menter, Phoenix way, Enterprise Park, Swansea SA7 9HZ&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &amp;nbsp;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; Tel: +44 (0)8703254167&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &amp;nbsp;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23935319&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Darren.thomas@...&lt;/a&gt;&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-crimson-1.1-tp23925616p23935319.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23925616</id>
	<title>Apache crimson 1.1</title>
	<published>2009-06-08T02:26:21Z</published>
	<updated>2009-06-08T02:26:21Z</updated>
	<author>
		<name>Thomas Darren</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:st1=&quot;urn:schemas-microsoft-com:office:smarttags&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;PlaceType&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;PlaceName&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;City&quot; /&gt;
&lt;o:SmartTagType namespaceuri=&quot;urn:schemas-microsoft-com:office:smarttags&quot; name=&quot;place&quot; /&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
st1\:*{behavior:url(#default#ieooui) }
&lt;/style&gt;
&lt;![endif]--&gt;


&lt;/head&gt;

&lt;body lang=EN-GB link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;HI,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;We are currently updating our database concerning software we
have in use, we require dates of when support finished for the software or if
the software is still live,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;It would be of great help if you could &amp;nbsp;email me any details
and dates of apache crimson software regarding product end dates etc.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Thanks&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Darren Thomas&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;PactConfiguration Audit and Conformance&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Fujitsu&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=1 color=gray face=Arial&gt;&lt;span style='font-size:
7.5pt;font-family:Arial;color:gray'&gt;Ffynnon Menter, &lt;st1:City w:st=&quot;on&quot;&gt;Phoenix&lt;/st1:City&gt;
way, &lt;st1:place w:st=&quot;on&quot;&gt;&lt;st1:PlaceName w:st=&quot;on&quot;&gt;Enterprise&lt;/st1:PlaceName&gt; &lt;st1:PlaceType w:st=&quot;on&quot;&gt;Park&lt;/st1:PlaceType&gt;&lt;/st1:place&gt;, Swansea SA7 9HZ&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=gray face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:gray'&gt;Tel: +44 (0)8703254167&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=gray face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:gray'&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23925616&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Darren.thomas@...&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-crimson-1.1-tp23925616p23925616.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23761666</id>
	<title>Re: XML parse DOM Connection time out</title>
	<published>2009-05-28T06:22:22Z</published>
	<updated>2009-05-28T06:22:22Z</updated>
	<author>
		<name>Jacob Kjome</name>
	</author>
	<content type="html">&lt;br&gt;Looks like it is trying to obtain the declared DTD of the XML document and 
&lt;br&gt;can't access it.  You should set up an XML catalog resolver to allow for 
&lt;br&gt;loading a local copy of the DTD rather than going out to the internet.
&lt;br&gt;&lt;br&gt;See:
&lt;br&gt;&lt;a href=&quot;http://xml.apache.org/commons/components/resolver/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xml.apache.org/commons/components/resolver/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://xml.apache.org/mirrors.cgi#N1010F&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xml.apache.org/mirrors.cgi#N1010F&lt;/a&gt;&lt;br&gt;&lt;br&gt;Jake
&lt;br&gt;&lt;br&gt;On Thu, 28 May 2009 05:03:40 -0700 (PDT)
&lt;br&gt;&amp;nbsp; gnix infosoft noida &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23761666&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;garg.mayur8@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I created a document factory object and tried to parse an existing XML
&lt;br&gt;&amp;gt; file....
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Here is my code
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;File xmlFile = new File(&amp;quot;C:/jboss-config.xml&amp;quot;);
&lt;br&gt;&amp;gt; DocumentBuilderFactory docFactory = DocumentBuilderFactory.newInstance();
&lt;br&gt;&amp;gt; DocumentBuilder docBuilder = docFactory.newDocumentBuilder();
&lt;br&gt;&amp;gt; Document doc = docBuilder.parse(xmlFile);
&lt;br&gt;&amp;gt; int elementType = doc.getNodeType();
&lt;br&gt;&amp;gt; switch(elementType)
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; case Node.ELEMENT_NODE:
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; String nodeElement = doc.getNodeName() ;
&lt;br&gt;&amp;gt; if(nodeElement.equals(&amp;quot;policy&amp;quot;))
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; Element policyElement = doc.createElement(&amp;quot;policy_new&amp;quot;);
&lt;br&gt;&amp;gt; doc.appendChild(policyElement);
&lt;br&gt;&amp;gt; break;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; When I run the code I get the following error......
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; java.net.ConnectException: Operation timed out: connect
&lt;br&gt;&amp;gt; at java.net.PlainSocketImpl.socketConnect(Native Method)
&lt;br&gt;&amp;gt; at java.net.PlainSocketImpl.doConnect(Unknown Source)
&lt;br&gt;&amp;gt; at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
&lt;br&gt;&amp;gt; at java.net.PlainSocketImpl.connect(Unknown Source)
&lt;br&gt;&amp;gt; at java.net.Socket.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;&amp;gt; at java.net.Socket.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;&amp;gt; at sun.net.NetworkClient.doConnect(Unknown Source)
&lt;br&gt;&amp;gt; at sun.net.www.http.HttpClient.openServer(Unknown Source)
&lt;br&gt;&amp;gt; at sun.net.www.http.HttpClient.openServer(Unknown Source)
&lt;br&gt;&amp;gt; at sun.net.www.http.HttpClient.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;&amp;gt; at sun.net.www.http.HttpClient.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;&amp;gt; at sun.net.www.http.HttpClient.New(Unknown Source)
&lt;br&gt;&amp;gt; at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
&lt;br&gt;&amp;gt; at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
&lt;br&gt;&amp;gt; Source)
&lt;br&gt;&amp;gt; at java.net.URL.openStream(Unknown Source)
&lt;br&gt;&amp;gt; at
&lt;br&gt;&amp;gt; weblogic.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultReaderFactory.java:149)
&lt;br&gt;&amp;gt; at
&lt;br&gt;&amp;gt; weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalEntity(DefaultEntityHandler.java:786)
&lt;br&gt;&amp;gt; at
&lt;br&gt;&amp;gt; weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalSubset(DefaultEntityHandler.java:583)
&lt;br&gt;&amp;gt; at
&lt;br&gt;&amp;gt; weblogic.apache.xerces.framework.XMLDTDScanner.scanDoctypeDecl(XMLDTDScanner.java:1161)
&lt;br&gt;&amp;gt; at
&lt;br&gt;&amp;gt; weblogic.apache.xerces.framework.XMLDocumentScanner.scanDoctypeDecl(XMLDocumentScanner.java:2189)
&lt;br&gt;&amp;gt; at
&lt;br&gt;&amp;gt; weblogic.apache.xerces.framework.XMLDocumentScanner.access$0(XMLDocumentScanner.java:2143)
&lt;br&gt;&amp;gt; at
&lt;br&gt;&amp;gt; weblogic.apache.xerces.framework.XMLDocumentScanner$PrologDispatcher.dispatch(XMLDocumentScanner.java:856)
&lt;br&gt;&amp;gt; at
&lt;br&gt;&amp;gt; weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:399)
&lt;br&gt;&amp;gt; at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:1147)
&lt;br&gt;&amp;gt; at
&lt;br&gt;&amp;gt; weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:203)
&lt;br&gt;&amp;gt; at
&lt;br&gt;&amp;gt; weblogic.xml.jaxp.RegistryDocumentBuilder.parse(RegistryDocumentBuilder.java:144)
&lt;br&gt;&amp;gt; at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:161)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please help
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; View this message in context: 
&lt;br&gt;&amp;gt;&lt;a href=&quot;http://www.nabble.com/XML-parse-DOM-Connection-time-out-tp23760394p23760394.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/XML-parse-DOM-Connection-time-out-tp23760394p23760394.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Apache XML - General mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23761666&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23761666&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23761666&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=23761666&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XML-parse-DOM-Connection-time-out-tp23760394p23761666.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23760394</id>
	<title>XML parse DOM Connection time out</title>
	<published>2009-05-28T05:03:39Z</published>
	<updated>2009-05-28T05:03:39Z</updated>
	<author>
		<name>gnix infosoft noida</name>
	</author>
	<content type="html">I created a document factory object and tried to parse an existing XML file....
&lt;br&gt;&lt;br&gt;Here is my code
&lt;br&gt;&lt;br&gt;File xmlFile = new File(&amp;quot;C:/jboss-config.xml&amp;quot;);
&lt;br&gt;DocumentBuilderFactory docFactory = DocumentBuilderFactory.newInstance();
&lt;br&gt;DocumentBuilder docBuilder = docFactory.newDocumentBuilder();
&lt;br&gt;Document doc = docBuilder.parse(xmlFile);
&lt;br&gt;int elementType = doc.getNodeType();
&lt;br&gt;switch(elementType)
&lt;br&gt;{
&lt;br&gt;case Node.ELEMENT_NODE:
&lt;br&gt;{
&lt;br&gt;String nodeElement = doc.getNodeName() ;
&lt;br&gt;if(nodeElement.equals(&amp;quot;policy&amp;quot;))
&lt;br&gt;{
&lt;br&gt;Element policyElement = doc.createElement(&amp;quot;policy_new&amp;quot;);
&lt;br&gt;doc.appendChild(policyElement);
&lt;br&gt;break;
&lt;br&gt;}
&lt;br&gt;}
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;When I run the code I get the following error......
&lt;br&gt;&lt;br&gt;java.net.ConnectException: Operation timed out: connect
&lt;br&gt;at java.net.PlainSocketImpl.socketConnect(Native Method)
&lt;br&gt;at java.net.PlainSocketImpl.doConnect(Unknown Source)
&lt;br&gt;at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
&lt;br&gt;at java.net.PlainSocketImpl.connect(Unknown Source)
&lt;br&gt;at java.net.Socket.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;at java.net.Socket.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;at sun.net.NetworkClient.doConnect(Unknown Source)
&lt;br&gt;at sun.net.www.http.HttpClient.openServer(Unknown Source)
&lt;br&gt;at sun.net.www.http.HttpClient.openServer(Unknown Source)
&lt;br&gt;at sun.net.www.http.HttpClient.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;at sun.net.www.http.HttpClient.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;at sun.net.www.http.HttpClient.New(Unknown Source)
&lt;br&gt;at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
&lt;br&gt;at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
&lt;br&gt;at java.net.URL.openStream(Unknown Source)
&lt;br&gt;at weblogic.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultReaderFactory.java:149)
&lt;br&gt;at weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalEntity(DefaultEntityHandler.java:786)
&lt;br&gt;at weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalSubset(DefaultEntityHandler.java:583)
&lt;br&gt;at weblogic.apache.xerces.framework.XMLDTDScanner.scanDoctypeDecl(XMLDTDScanner.java:1161)
&lt;br&gt;at weblogic.apache.xerces.framework.XMLDocumentScanner.scanDoctypeDecl(XMLDocumentScanner.java:2189)
&lt;br&gt;at weblogic.apache.xerces.framework.XMLDocumentScanner.access$0(XMLDocumentScanner.java:2143)
&lt;br&gt;at weblogic.apache.xerces.framework.XMLDocumentScanner$PrologDispatcher.dispatch(XMLDocumentScanner.java:856)
&lt;br&gt;at weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:399)
&lt;br&gt;at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:1147)
&lt;br&gt;at weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:203)
&lt;br&gt;at weblogic.xml.jaxp.RegistryDocumentBuilder.parse(RegistryDocumentBuilder.java:144)
&lt;br&gt;at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:161)
&lt;br&gt;&lt;br&gt;Please help
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XML-parse-DOM-Connection-time-out-tp23760394p23760394.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22471159</id>
	<title>Re: Is Crimson compatible with JDK 1.5?</title>
	<published>2009-03-12T00:35:38Z</published>
	<updated>2009-03-12T00:35:38Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">Crimson is retired and horribly outdated. If there's a task to move to
&lt;br&gt;JDK 1.5 and your question pops up, I can only recommend to migrate to a
&lt;br&gt;new XML parser (like Apache Xerces-J) if you have to interact directly
&lt;br&gt;with a particular XML parser. Better is to rely just on the JAXP API if
&lt;br&gt;that's possible.
&lt;br&gt;&lt;br&gt;On 11.03.2009 17:51:20 ravish mody wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; I want to know is Crimson compatible with JDK 1.5 or not?
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Oracle &amp;lt;&lt;a href=&quot;http://www.oracle.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.oracle.com/&lt;/a&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Ravish Mody | Support Engineer
&lt;br&gt;&amp;gt; Oracle Global Support
&lt;br&gt;&amp;gt; Green Oracle &amp;lt;&lt;a href=&quot;http://www.oracle.com/commitment&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.oracle.com/commitment&lt;/a&gt;&amp;gt; 	 Oracle is
&lt;br&gt;&amp;gt; committed to developing practices and products that help protect the
&lt;br&gt;&amp;gt; environment	
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22471159&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22471159&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-Crimson-compatible-with-JDK-1.5--tp22467220p22471159.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22467220</id>
	<title>Is Crimson compatible with JDK 1.5?</title>
	<published>2009-03-11T09:51:20Z</published>
	<updated>2009-03-11T09:51:20Z</updated>
	<author>
		<name>ravish mody</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3492&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=074333716-11032009&gt;Hi,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=074333716-11032009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=074333716-11032009&gt;I want to 
know&amp;nbsp;is Crimson compatible with JDK 1.5 or not?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;SPAN class=074333716-11032009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial color=#000080 size=2&gt;Regards,&lt;/FONT&gt;&lt;BR&gt;&lt;A href=&quot;http://www.oracle.com/&quot; target=_blank rel=&quot;nofollow&quot;&gt;&lt;IMG height=26 alt=Oracle src=&quot;http://www.oracle.com/dm/design/images/oracle_sig_logo.gif&quot; width=114 border=0&gt;&lt;/A&gt;&lt;BR&gt;&lt;FONT face=Verdana color=#666666 size=2&gt;Ravish 
Mody&amp;nbsp;|&amp;nbsp;Support Engineer&lt;/FONT&gt;&lt;FONT face=Verdana color=#666666 size=2&gt;&lt;BR&gt;Oracle Global Support&lt;/FONT&gt;&lt;/DIV&gt;
&lt;TABLE cellSpacing=0 cellPadding=0 width=&quot;100%&quot; border=0&gt;
  &lt;TBODY&gt;
  &lt;TR&gt;
    &lt;TD vAlign=top align=left width=44 height=0&gt;&lt;A href=&quot;http://www.oracle.com/commitment&quot; target=_blank rel=&quot;nofollow&quot;&gt;&lt;STRONG&gt;&lt;IMG height=28 alt=&quot;Green Oracle&quot; src=&quot;http://www.oracle.com/dm/design/corp/misc/green-for-email-sig_0.gif&quot; width=44 align=absBottom border=0&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/TD&gt;
    &lt;TD vAlign=center align=left width=&quot;100%&quot;&gt;&lt;FONT face=&quot;Verdana, Arial, Helvetica, sans-serif&quot; color=#47aa42 size=1&gt;&lt;FONT color=#4b7d42&gt;&lt;STRONG&gt;Oracle is committed to developing practices and 
      products that help protect the 
  environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt; &lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;oracle_sig_logo.gif&lt;/strong&gt; (906 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/22467220/0/oracle_sig_logo.gif&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;green-for-email-sig_0.gif&lt;/strong&gt; (490 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/22467220/1/green-for-email-sig_0.gif&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-Crimson-compatible-with-JDK-1.5--tp22467220p22467220.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21742447</id>
	<title>Re: XML website status</title>
	<published>2009-01-29T23:16:43Z</published>
	<updated>2009-01-29T23:16:43Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">Good point. If noone beats me to it, I'll touch up the Commons site in
&lt;br&gt;the next few days and see to it that I can become usable once more. A
&lt;br&gt;short test showed that there is something DocBook-related that might
&lt;br&gt;need a second glance and never Forrest versions have a problem with the
&lt;br&gt;sources.
&lt;br&gt;&lt;br&gt;On 30.01.2009 04:35:55 Michael Glavassevich wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Jeremias Maerki &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21742447&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; wrote on 01/29/2009 04:24:52 PM:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; With the permissions fixed, I've now made a little progress cleaning up
&lt;br&gt;&amp;gt; &amp;gt; some more directories. Still some way to go but getting there...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Next step is figuring out if there's really still a cron job for
&lt;br&gt;&amp;gt; &amp;gt; updating the XML Commons website as the readme says.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Probably time that the XML Commons website moved under xerces.apache.org,
&lt;br&gt;&amp;gt; with a redirect from the old site (&lt;a href=&quot;http://xml.apache.org/commons/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xml.apache.org/commons/&lt;/a&gt;&amp;nbsp;-&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://xerces.apache.org/xml-commons/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xerces.apache.org/xml-commons/&lt;/a&gt;). I see it's already gone from the
&lt;br&gt;&amp;gt; project list on the main xml.apache.org page.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I doubt it, but we'll see what happens now that I've made a few small
&lt;br&gt;&amp;gt; &amp;gt; test modifications.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On 03.01.2009 23:59:42 Michael Glavassevich wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Jeremias Maerki &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21742447&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; wrote on 01/01/2009 12:13:34
&lt;br&gt;&amp;gt; PM:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I've tried to update the XML website today but was quite unlucky. I
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; currently can't do a &amp;quot;svn up&amp;quot; to update the XML website because
&lt;br&gt;&amp;gt; various
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; things are in the way:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; - files and directories with bad permissions from &amp;quot;apbackup&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; - Missing .svn directories due to unclean website updates
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; - .svn directories that should not be there
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; - a mix of the above
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Anyway, I've notified the necessary people to do the necessary
&lt;br&gt;&amp;gt; cleanups.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; After that I'll ask infra to fix/remove the bad &amp;quot;apbackup&amp;quot;
&lt;br&gt;&amp;gt; permissions.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; We have the same issue with the Xerces website (which I plan to update
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; soon). Just opened a JIRA against infra for that.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Finally, I should be able to get the XML website back into a usable
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; state. I'll stay on it.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Jeremias Maerki
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21742447&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21742447&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Michael Glavassevich
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; XML Parser Development
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; IBM Toronto Lab
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21742447&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21742447&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Jeremias Maerki
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21742447&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21742447&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Michael Glavassevich
&lt;br&gt;&amp;gt; XML Parser Development
&lt;br&gt;&amp;gt; IBM Toronto Lab
&lt;br&gt;&amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21742447&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;
&lt;br&gt;&amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21742447&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21742447&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21742447&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XML-website-status-tp21242864p21742447.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21740927</id>
	<title>Re: XML website status</title>
	<published>2009-01-29T19:35:55Z</published>
	<updated>2009-01-29T19:35:55Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Jeremias Maerki &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21740927&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; wrote on 01/29/2009 04:24:52 PM:&lt;br&gt;
&lt;br&gt;
&amp;gt; With the permissions fixed, I've now made a little progress cleaning up&lt;br&gt;
&amp;gt; some more directories. Still some way to go but getting there...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Next step is figuring out if there's really still a cron job for&lt;br&gt;
&amp;gt; updating the XML Commons website as the readme says.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Probably time that the XML Commons website moved under xerces.apache.org, with a redirect from the old site (&lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://xml.apache.org/commons/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xml.apache.org/commons/&lt;/a&gt; -&amp;gt; &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://xerces.apache.org/xml-commons/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xerces.apache.org/xml-commons/&lt;/a&gt;). I see it's already gone from the project list on the main xml.apache.org page.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;&amp;gt; I doubt it, but we'll see what happens now that I've made a few small &lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; test modifications.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; On 03.01.2009 23:59:42 Michael Glavassevich wrote:&lt;br&gt;
&amp;gt; &amp;gt; Jeremias Maerki &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21740927&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; wrote on 01/01/2009 12:13:34 PM:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I've tried to update the XML website today but was quite unlucky. I&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; currently can't do a &amp;quot;svn up&amp;quot; to update the XML website because various&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; things are in the way:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; - files and directories with bad permissions from &amp;quot;apbackup&amp;quot;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; - Missing .svn directories due to unclean website updates&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; - .svn directories that should not be there&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; - a mix of the above&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Anyway, I've notified the necessary people to do the necessary cleanups.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; After that I'll ask infra to fix/remove the bad &amp;quot;apbackup&amp;quot; permissions.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; We have the same issue with the Xerces website (which I plan to update&lt;br&gt;
&amp;gt; &amp;gt; soon). Just opened a JIRA against infra for that.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Finally, I should be able to get the XML website back into a usable&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; state. I'll stay on it.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Jeremias Maerki&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; ---------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21740927&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21740927&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Thanks.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Michael Glavassevich&lt;br&gt;
&amp;gt; &amp;gt; XML Parser Development&lt;br&gt;
&amp;gt; &amp;gt; IBM Toronto Lab&lt;br&gt;
&amp;gt; &amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21740927&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21740927&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Jeremias Maerki&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; ---------------------------------------------------------------------&lt;br&gt;
&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21740927&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;&lt;br&gt;
&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21740927&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;br&gt;
&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21740927&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21740927&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XML-website-status-tp21242864p21740927.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21736201</id>
	<title>Re: XML website status</title>
	<published>2009-01-29T13:24:38Z</published>
	<updated>2009-01-29T13:24:38Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">With the permissions fixed, I've now made a little progress cleaning up
&lt;br&gt;some more directories. Still some way to go but getting there...
&lt;br&gt;&lt;br&gt;Next step is figuring out if there's really still a cron job for
&lt;br&gt;updating the XML Commons website as the readme says. I doubt it, but
&lt;br&gt;we'll see what happens now that I've made a few small test modifications.
&lt;br&gt;&lt;br&gt;On 03.01.2009 23:59:42 Michael Glavassevich wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Jeremias Maerki &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21736201&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; wrote on 01/01/2009 12:13:34 PM:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I've tried to update the XML website today but was quite unlucky. I
&lt;br&gt;&amp;gt; &amp;gt; currently can't do a &amp;quot;svn up&amp;quot; to update the XML website because various
&lt;br&gt;&amp;gt; &amp;gt; things are in the way:
&lt;br&gt;&amp;gt; &amp;gt; - files and directories with bad permissions from &amp;quot;apbackup&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; - Missing .svn directories due to unclean website updates
&lt;br&gt;&amp;gt; &amp;gt; - .svn directories that should not be there
&lt;br&gt;&amp;gt; &amp;gt; - a mix of the above
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Anyway, I've notified the necessary people to do the necessary cleanups.
&lt;br&gt;&amp;gt; &amp;gt; After that I'll ask infra to fix/remove the bad &amp;quot;apbackup&amp;quot; permissions.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We have the same issue with the Xerces website (which I plan to update
&lt;br&gt;&amp;gt; soon). Just opened a JIRA against infra for that.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Finally, I should be able to get the XML website back into a usable
&lt;br&gt;&amp;gt; &amp;gt; state. I'll stay on it.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Jeremias Maerki
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21736201&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21736201&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Michael Glavassevich
&lt;br&gt;&amp;gt; XML Parser Development
&lt;br&gt;&amp;gt; IBM Toronto Lab
&lt;br&gt;&amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21736201&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;
&lt;br&gt;&amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21736201&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21736201&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21736201&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XML-website-status-tp21242864p21736201.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21270542</id>
	<title>Re: XML website status</title>
	<published>2009-01-03T14:59:42Z</published>
	<updated>2009-01-03T14:59:42Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Jeremias Maerki &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21270542&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; wrote on 01/01/2009 12:13:34 PM:&lt;br&gt;
&lt;br&gt;
&amp;gt; I've tried to update the XML website today but was quite unlucky. I&lt;br&gt;
&amp;gt; currently can't do a &amp;quot;svn up&amp;quot; to update the XML website because various&lt;br&gt;
&amp;gt; things are in the way:&lt;br&gt;
&amp;gt; - files and directories with bad permissions from &amp;quot;apbackup&amp;quot;&lt;br&gt;
&amp;gt; - Missing .svn directories due to unclean website updates&lt;br&gt;
&amp;gt; - .svn directories that should not be there&lt;br&gt;
&amp;gt; - a mix of the above&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Anyway, I've notified the necessary people to do the necessary cleanups.&lt;br&gt;
&amp;gt; After that I'll ask infra to fix/remove the bad &amp;quot;apbackup&amp;quot; permissions.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;We have the same issue with the Xerces website (which I plan to update soon). Just opened a JIRA against infra for that.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&lt;br&gt;
&amp;gt; Finally, I should be able to get the XML website back into a usable&lt;br&gt;
&amp;gt; state. I'll stay on it.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Jeremias Maerki&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; ---------------------------------------------------------------------&lt;br&gt;
&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21270542&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;&lt;br&gt;
&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21270542&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;br&gt;
&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21270542&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21270542&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;tt&gt;&lt;br&gt;
&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XML-website-status-tp21242864p21270542.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21242864</id>
	<title>XML website status</title>
	<published>2009-01-01T09:13:34Z</published>
	<updated>2009-01-01T09:13:34Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">I've tried to update the XML website today but was quite unlucky. I
&lt;br&gt;currently can't do a &amp;quot;svn up&amp;quot; to update the XML website because various
&lt;br&gt;things are in the way:
&lt;br&gt;- files and directories with bad permissions from &amp;quot;apbackup&amp;quot;
&lt;br&gt;- Missing .svn directories due to unclean website updates
&lt;br&gt;- .svn directories that should not be there
&lt;br&gt;- a mix of the above
&lt;br&gt;&lt;br&gt;Anyway, I've notified the necessary people to do the necessary cleanups.
&lt;br&gt;After that I'll ask infra to fix/remove the bad &amp;quot;apbackup&amp;quot; permissions.
&lt;br&gt;Finally, I should be able to get the XML website back into a usable
&lt;br&gt;state. I'll stay on it.
&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21242864&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=21242864&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XML-website-status-tp21242864p21242864.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20455088</id>
	<title>Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
	<published>2008-11-11T22:45:38Z</published>
	<updated>2008-11-11T22:45:38Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">Yes, Michael, I was the driving force behind that. I wanted to make sure
&lt;br&gt;that we've made an informed decision before dropping support for one JDK
&lt;br&gt;or another. Developers obviously like the new stuff but users are
&lt;br&gt;sometimes stuck with old stuff. It often takes them a bit longer to
&lt;br&gt;migrate although they usually skip a generation when they migrate.
&lt;br&gt;&lt;br&gt;Anyway. First, we talked about the questions we wanted to ask:
&lt;br&gt;&lt;a href=&quot;http://markmail.org/message/y6h6lfzcupbvuww3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/y6h6lfzcupbvuww3&lt;/a&gt;&lt;br&gt;Then I set up the survey with one of the online survey service providers.
&lt;br&gt;I chose one that was free.
&lt;br&gt;&lt;a href=&quot;http://markmail.org/message/xz72bqpkqy6dg5l5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/xz72bqpkqy6dg5l5&lt;/a&gt;&lt;br&gt;At the end of the survey, I downloaded the data and visualized selected
&lt;br&gt;items with OpenOffice. All put together that resulted in the Wiki page
&lt;br&gt;mentioned by Ludger Buenger:
&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/xmlgraphics/UserPollOct2007&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/xmlgraphics/UserPollOct2007&lt;/a&gt;&lt;br&gt;&lt;br&gt;I believe this survey, though took some time and effort to do, was worth
&lt;br&gt;it and it wasn't difficult to do. And I'll push for one again when we
&lt;br&gt;want to drop Java 1.4 support within the XML Graphics project. I expect
&lt;br&gt;it won't take too long until we do another as Java 1.4 has reached EOL
&lt;br&gt;last month. It's going to be interesting to see how the survey results
&lt;br&gt;change over time. But given the small data base, don't assume the
&lt;br&gt;results are 100% representative.
&lt;br&gt;&lt;br&gt;HTH
&lt;br&gt;&lt;br&gt;On 12.11.2008 06:42:33 Michael Glavassevich wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any idea how this poll was done? A form you could submit on a website?
&lt;br&gt;&amp;gt; Jeremias, seeing your name as the last editor on the Wiki I'm guessing you
&lt;br&gt;&amp;gt; had something to do with it. Was this poll easy to set up?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Michael Glavassevich
&lt;br&gt;&amp;gt; XML Parser Development
&lt;br&gt;&amp;gt; IBM Toronto Lab
&lt;br&gt;&amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20455088&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;
&lt;br&gt;&amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20455088&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;Ludger Buenger&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20455088&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ludger.buenger@...&lt;/a&gt;&amp;gt; wrote on 11/11/2008
&lt;br&gt;&amp;gt; 09:34:08 AM:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Before Advancing beyond 1.3 I?d suggest to maybe initiate a usage
&lt;br&gt;&amp;gt; &amp;gt; poll analogous to &lt;a href=&quot;http://wiki.apache.org/xmlgraphics/UserPollOct2007&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/xmlgraphics/UserPollOct2007&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; to get an overview which JDK version is still in use and required by
&lt;br&gt;&amp;gt; &amp;gt; Xerces-J users.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; That would give the community a foundation to base a good decision upon.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; From: Michael Glavassevich [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20455088&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; &amp;gt; Sent: Monday, November 10, 2008 4:52 AM
&lt;br&gt;&amp;gt; &amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20455088&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-dev@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20455088&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20455088&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; Subject: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.
&lt;br&gt;&amp;gt; &amp;gt; 3? 1.4? in the future)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi all,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; (including &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20455088&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general@...&lt;/a&gt; on the cc list to hopefully reach
&lt;br&gt;&amp;gt; &amp;gt; a wider audience)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I would like to propose that we officially drop support for JDK 1.2
&lt;br&gt;&amp;gt; &amp;gt; in the next release of Xerces-J. Though the documentation [1] states
&lt;br&gt;&amp;gt; &amp;gt; that Xerces supports JDK 1.2 it has been years since we have built
&lt;br&gt;&amp;gt; &amp;gt; or tested binaries with this level. All of the recent releases were
&lt;br&gt;&amp;gt; &amp;gt; built and tested with JDK 1.3. It was brought to my attention that
&lt;br&gt;&amp;gt; &amp;gt; the code [2] since at least 2006 has had a dependency on APIs
&lt;br&gt;&amp;gt; &amp;gt; introduced in JDK 1.3. So we inadvertently moved on awhile ago. It
&lt;br&gt;&amp;gt; &amp;gt; seems this has not been a practical issue for most users since we've
&lt;br&gt;&amp;gt; &amp;gt; received no posts on these lists about it and received no other bug
&lt;br&gt;&amp;gt; &amp;gt; reports. It's not clear that there would be much benefit in
&lt;br&gt;&amp;gt; &amp;gt; restoring JDK 1.2 compatibility at this point. It's been out of
&lt;br&gt;&amp;gt; &amp;gt; service for years and looking around Apache it seems most projects
&lt;br&gt;&amp;gt; &amp;gt; run on JDK 1.4 or higher with some of the stragglers [3][4] below
&lt;br&gt;&amp;gt; &amp;gt; that moving up soon.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; If you have serious concerns regarding Xerces abandoning JDK 1.2
&lt;br&gt;&amp;gt; &amp;gt; support please send an email to the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20455088&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-dev@...&lt;/a&gt; mailing
&lt;br&gt;&amp;gt; &amp;gt; list, specifying why you can't use a higher level of JDK and what
&lt;br&gt;&amp;gt; &amp;gt; parser features you are using.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; While on the subject I wonder what the community would think of us
&lt;br&gt;&amp;gt; &amp;gt; eventually dropping support for JDK 1.3 and possibly 1.4. There were
&lt;br&gt;&amp;gt; &amp;gt; features introduced in JDK 1.4 and 5 which Xerces could benefit from
&lt;br&gt;&amp;gt; &amp;gt; (e.g. NIO, java.lang.CharSequence, exception chaining, java.lang.
&lt;br&gt;&amp;gt; &amp;gt; StringBuilder, java.util.concurrent.*, etc...). That's not something
&lt;br&gt;&amp;gt; &amp;gt; I'm proposing today (or thinking of proposing for awhile) but would
&lt;br&gt;&amp;gt; &amp;gt; like to hear feedback from users (please send to j-dev@xerces.
&lt;br&gt;&amp;gt; &amp;gt; apache.org) who may still need new versions of Xerces which run on
&lt;br&gt;&amp;gt; &amp;gt; JDK 1.3 and 1.4. It would also be nice hear from folks who've long
&lt;br&gt;&amp;gt; &amp;gt; since moved on to Java 5 and beyond and would like to see Xerces
&lt;br&gt;&amp;gt; &amp;gt; take advantage of JDK 1.4 and 5 features.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [1] &lt;a href=&quot;http://xerces.apache.org/xerces2-j/faq-general.html#faq-11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xerces.apache.org/xerces2-j/faq-general.html#faq-11&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; [2] &lt;a href=&quot;http://issues.apache.org/jira/browse/XERCESJ-1297&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.apache.org/jira/browse/XERCESJ-1297&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; [3] &lt;a href=&quot;http://marc.info/?l=ant-dev&amp;m=122596549809889&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=ant-dev&amp;m=122596549809889&amp;w=2&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; [4] &lt;a href=&quot;http://marc.info/?l=fop-user&amp;m=119244442600564&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=fop-user&amp;m=119244442600564&amp;w=2&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Michael Glavassevich
&lt;br&gt;&amp;gt; &amp;gt; XML Parser Development
&lt;br&gt;&amp;gt; &amp;gt; IBM Toronto Lab
&lt;br&gt;&amp;gt; &amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20455088&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20455088&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; This message was scanned by ESVA and is believed to be clean.
&lt;br&gt;&amp;gt; &amp;gt; Click here to report this message as spam.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20455088&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20455088&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dropping-JDK-1.2-support-for-Xerces-J-%28and-possibly-JDK-1.3--1.4--in-the-future%29-tp20414038p20455088.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20454809</id>
	<title>Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
	<published>2008-11-11T22:07:57Z</published>
	<updated>2008-11-11T22:07:57Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Shane Curcuru &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454809&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asf@...&lt;/a&gt;&amp;gt; wrote on 11/11/2008 08:08:50 AM:&lt;br&gt;
&lt;br&gt;
&amp;gt; +1 to dropping 1.2 support.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Please - be sure that the main website clearly lists the last release we &lt;br&gt;
&amp;gt; think that Xerces worked on JDK version x.y. &amp;nbsp;Xerces is ubiquitous, and &lt;br&gt;
&amp;gt; is used directly or within other products virtually everywhere. &amp;nbsp;While &lt;br&gt;
&amp;gt; we don't need to spend developer time worrying about ancient JDK &lt;br&gt;
&amp;gt; versions, we should make it clear where people who have to stay on &lt;br&gt;
&amp;gt; legacy systems can get an appropriate release.&lt;br&gt;
&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;There's already an FAQ [1] and release notes [2] which say where we moved from JDK 1.1 to 1.2. We'll just add to it.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&lt;br&gt;
&amp;gt; I'd love it if we ensured that we feature a prominent link and host the &lt;br&gt;
&amp;gt; download for the zip/targz plus it's key file for &amp;quot;the last known good &lt;br&gt;
&amp;gt; Xerces with JDK x.y&amp;quot; as we drop support for earlier releases.&lt;br&gt;
&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;If someone wants to pick up an old version they will always be in the archives [3].&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&lt;br&gt;
&amp;gt; Thanks for bringing the item up!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; - Shane&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;[1] &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://xerces.apache.org/xerces2-j/faq-general.html#faq-11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xerces.apache.org/xerces2-j/faq-general.html#faq-11&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;[2] &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://xerces.apache.org/xerces2-j/releases.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xerces.apache.org/xerces2-j/releases.html&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;[3] &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://archive.apache.org/dist/xml/xerces-j/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://archive.apache.org/dist/xml/xerces-j/&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454809&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454809&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;tt&gt;&lt;br&gt;
&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dropping-JDK-1.2-support-for-Xerces-J-%28and-possibly-JDK-1.3--1.4--in-the-future%29-tp20414038p20454809.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20454600</id>
	<title>RE: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
	<published>2008-11-11T21:42:33Z</published>
	<updated>2008-11-11T21:42:33Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Any idea how this poll was done? A form you could submit on a website? Jeremias, seeing your name as the last editor on the Wiki I'm guessing you had something to do with it. Was this poll easy to set up?&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454600&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454600&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;&amp;quot;Ludger Buenger&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454600&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ludger.buenger@...&lt;/a&gt;&amp;gt; wrote on 11/11/2008 09:34:08 AM:&lt;br&gt;
&lt;br&gt;
&amp;gt; Before Advancing beyond 1.3 I&amp;#8217;d suggest to maybe initiate a usage &lt;br&gt;
&amp;gt; poll analogous to &lt;a href=&quot;http://wiki.apache.org/xmlgraphics/UserPollOct2007&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/xmlgraphics/UserPollOct2007&lt;/a&gt;&lt;br&gt;
&amp;gt; to get an overview which JDK version is still in use and required by&lt;br&gt;
&amp;gt; Xerces-J users.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &amp;nbsp;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; That would give the community a foundation to base a good decision upon.&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &amp;nbsp;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &amp;nbsp;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; From: Michael Glavassevich [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454600&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;] &lt;br&gt;
&amp;gt; Sent: Monday, November 10, 2008 4:52 AM&lt;br&gt;
&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454600&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-dev@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454600&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454600&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general@...&lt;/a&gt;&lt;br&gt;
&amp;gt; Subject: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.&lt;br&gt;
&amp;gt; 3? 1.4? in the future)&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &amp;nbsp;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; Hi all,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; (including &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454600&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general@...&lt;/a&gt; on the cc list to hopefully reach &lt;br&gt;
&amp;gt; a wider audience)&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I would like to propose that we officially drop support for JDK 1.2 &lt;br&gt;
&amp;gt; in the next release of Xerces-J. Though the documentation [1] states&lt;br&gt;
&amp;gt; that Xerces supports JDK 1.2 it has been years since we have built &lt;br&gt;
&amp;gt; or tested binaries with this level. All of the recent releases were &lt;br&gt;
&amp;gt; built and tested with JDK 1.3. It was brought to my attention that &lt;br&gt;
&amp;gt; the code [2] since at least 2006 has had a dependency on APIs &lt;br&gt;
&amp;gt; introduced in JDK 1.3. So we inadvertently moved on awhile ago. It &lt;br&gt;
&amp;gt; seems this has not been a practical issue for most users since we've&lt;br&gt;
&amp;gt; received no posts on these lists about it and received no other bug &lt;br&gt;
&amp;gt; reports. It's not clear that there would be much benefit in &lt;br&gt;
&amp;gt; restoring JDK 1.2 compatibility at this point. It's been out of &lt;br&gt;
&amp;gt; service for years and looking around Apache it seems most projects &lt;br&gt;
&amp;gt; run on JDK 1.4 or higher with some of the stragglers [3][4] below &lt;br&gt;
&amp;gt; that moving up soon.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; If you have serious concerns regarding Xerces abandoning JDK 1.2 &lt;br&gt;
&amp;gt; support please send an email to the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454600&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-dev@...&lt;/a&gt; mailing &lt;br&gt;
&amp;gt; list, specifying why you can't use a higher level of JDK and what &lt;br&gt;
&amp;gt; parser features you are using.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; While on the subject I wonder what the community would think of us &lt;br&gt;
&amp;gt; eventually dropping support for JDK 1.3 and possibly 1.4. There were&lt;br&gt;
&amp;gt; features introduced in JDK 1.4 and 5 which Xerces could benefit from&lt;br&gt;
&amp;gt; (e.g. NIO, java.lang.CharSequence, exception chaining, java.lang.&lt;br&gt;
&amp;gt; StringBuilder, java.util.concurrent.*, etc...). That's not something&lt;br&gt;
&amp;gt; I'm proposing today (or thinking of proposing for awhile) but would &lt;br&gt;
&amp;gt; like to hear feedback from users (please send to j-dev@xerces.&lt;br&gt;
&amp;gt; apache.org) who may still need new versions of Xerces which run on &lt;br&gt;
&amp;gt; JDK 1.3 and 1.4. It would also be nice hear from folks who've long &lt;br&gt;
&amp;gt; since moved on to Java 5 and beyond and would like to see Xerces &lt;br&gt;
&amp;gt; take advantage of JDK 1.4 and 5 features.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; [1] &lt;a href=&quot;http://xerces.apache.org/xerces2-j/faq-general.html#faq-11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xerces.apache.org/xerces2-j/faq-general.html#faq-11&lt;/a&gt;&lt;br&gt;
&amp;gt; [2] &lt;a href=&quot;http://issues.apache.org/jira/browse/XERCESJ-1297&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.apache.org/jira/browse/XERCESJ-1297&lt;/a&gt;&lt;br&gt;
&amp;gt; [3] &lt;a href=&quot;http://marc.info/?l=ant-dev&amp;m=122596549809889&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=ant-dev&amp;amp;m=122596549809889&amp;amp;w=2&lt;/a&gt;&lt;br&gt;
&amp;gt; [4] &lt;a href=&quot;http://marc.info/?l=fop-user&amp;m=119244442600564&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=fop-user&amp;amp;m=119244442600564&amp;amp;w=2&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Michael Glavassevich&lt;br&gt;
&amp;gt; XML Parser Development&lt;br&gt;
&amp;gt; IBM Toronto Lab&lt;br&gt;
&amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454600&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;br&gt;
&amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454600&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;&amp;gt; &lt;br&gt;
&amp;gt; -- &lt;br&gt;
&amp;gt; This message was scanned by ESVA and is believed to be clean. &lt;br&gt;
&amp;gt; Click here to report this message as spam. &lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dropping-JDK-1.2-support-for-Xerces-J-%28and-possibly-JDK-1.3--1.4--in-the-future%29-tp20414038p20454600.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20454545</id>
	<title>Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
	<published>2008-11-11T21:30:46Z</published>
	<updated>2008-11-11T21:30:46Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Worth nothing that although Java 1.4 may have passed Sun's EOL date there are other JDK vendors who may have end of service dates that are still in the future. So it may be that a user who is still stuck on that JDK level is still getting support and bug fixes that they wouldn't be getting anymore for the Sun version. I wouldn't assume that the eventual releases out of Apache Harmony would bind themselves to Sun's dates either (for when they'd stop maintenance).&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454545&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454545&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Jeremias Maerki &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454545&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev@...&lt;/a&gt;&amp;gt; wrote on 11/11/2008 08:59:38 AM:&lt;br&gt;
&lt;br&gt;
&amp;gt; On 11.11.2008 14:52:52 sebb wrote:&lt;br&gt;
&amp;gt; &amp;gt; On 11/11/2008, Shane Curcuru &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454545&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asf@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; +1 to dropping 1.2 support.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; +1 to dropping 1.2&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; +0 to dropping 1.3&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I think 1.4 support should be kept if possible for a while yet.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Agreed. Xerces is such a basic library and so many companies are still&lt;br&gt;
&amp;gt; stuck with Java 1.4 even though it's past EOL.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;nbsp;Please - be sure that the main website clearly lists the last release we&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; think that Xerces worked on JDK version x.y. &amp;nbsp;Xerces is ubiquitous, and is&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; used directly or within other products virtually everywhere. &amp;nbsp;&lt;br&gt;
&amp;gt; While we don't&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; need to spend developer time worrying about ancient JDK &lt;br&gt;
&amp;gt; versions, we should&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; make it clear where people who have to stay on legacy systems can get an&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; appropriate release.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; +1&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;nbsp;I'd love it if we ensured that we feature a prominent link and host the&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; download for the zip/targz plus it's key file for &amp;quot;the last known good&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Xerces with JDK x.y&amp;quot; as we drop support for earlier releases.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; +1&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;nbsp;Thanks for bringing the item up!&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;nbsp;- Shane&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Jeremias Maerki&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; ---------------------------------------------------------------------&lt;br&gt;
&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454545&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;&lt;br&gt;
&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454545&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dropping-JDK-1.2-support-for-Xerces-J-%28and-possibly-JDK-1.3--1.4--in-the-future%29-tp20414038p20454545.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20454373</id>
	<title>Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
	<published>2008-11-11T21:05:03Z</published>
	<updated>2008-11-11T21:05:03Z</updated>
	<author>
		<name>Michael Glavassevich-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;
&lt;p&gt;&lt;tt&gt;Xerces doesn't have maintenance releases in the sense that we'll ever have a 2.[x].y release after a 2.[x+1].0. The codebase is constantly moving forward with new development. It just happens that over some periods of time the only changes were bug fixes and minor improvements and if we have a release before something significant hits the trunk it ends up being a point release instead of the next in the series of 2.x. With the limited resources we have on the project (I find myself with less and less time for Xerces each year; the other developers have less than that) I'd say -1 to creating and maintaining branches ahead of time for hypothetical maintenance releases we may never have. I remember someone asking for a branch for JDK 1.1 based releases when we dropped support for that level. The need to have such releases never materialized. If there were to be a compelling reason to have one in the future the tags from the previous Xerces releases will always be there and we could create a branch from them if necessary. If it's just for the benefit of a handful of users (namely the individuals asking for the release) I would expect them to chip in in some way with patches and/or testing. If they really need it they'll help. If they're not willing to lift a finger then they don't need it badly enough yet.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;As for moving past Java 1.3, it's not just the features we could be using from later JDKs to improve the code and the user base still on old JDKs which would factor into a decision. I would expect a future version of JAXP [1] is going to start using generics [2] and APIs only available in Java 5 and beyond. So it may get to a point where Xerces just has to jump to Java 5, 6 or ??? in order to keep up with JAXP. This already happened to JAXB. The 2.0 version of that spec is impossible to implement and use without Java 5. As some of you know we're currently working on an implementation of XML Schema 1.1 and one of the significant features introduced in this new version of XML Schema is assertions [3]. For this feature to be of value to users you basically need a full-blown XPath 2.0 evaluator. Most likely we're going to have to rely on another processor for the XPath support and that other library may have a dependency on a later version of Java. So there are other things which could push Xerces past Java 1.3 and those may be coming sooner than some folks can move to later JDKs.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Anyway, in the immediate future I only recommend that we officially drop support for JDK 1.2. So far the folks who've been responding seem to be on board with that.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Thanks.&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;[1] &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://wiki.glassfish.java.net/Wiki.jsp?page=JaxpNextDiscussion&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.glassfish.java.net/Wiki.jsp?page=JaxpNextDiscussion&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;[2] &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6472193&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6472193&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;[3] &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://www.w3.org/TR/xmlschema11-1/#cAssertions&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/xmlschema11-1/#cAssertions&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;tt&gt;E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbeyer@...&lt;/a&gt; wrote on 11/11/2008 09:46:52 PM:&lt;br&gt;
&lt;br&gt;
&amp;gt; I doubt maintenance for the current codebase running on Java 1.3 would&lt;br&gt;
&amp;gt; be completely removed. I interpreted the original question as aimed at&lt;br&gt;
&amp;gt; new and future development. I don't want to speak for Michael, but&lt;br&gt;
&amp;gt; that's the way I read it.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -Nathan&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; On Tue, Nov 11, 2008 at 9:08 AM, Jacob Kjome &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hoju@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt; On Tue, 11 Nov 2008 09:36:26 -0500&lt;br&gt;
&amp;gt; &amp;gt; &amp;nbsp;&amp;quot;David Ezell&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;David_E3@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Well, one person's 4 is another person's 3.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; We're stuck on 1.3 for the foreseeable future.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; So -1 to drop 1.3.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; I partially agree with this. &amp;nbsp;There's no reason 1.3 needs to be dropped for&lt;br&gt;
&amp;gt; &amp;gt; the current 2.x.x codebase. &amp;nbsp;Why not maintain 2.x.x at 1.3 and move on to&lt;br&gt;
&amp;gt; &amp;gt; 3.x development which would be 1.5+ (or even 1.6+). &amp;nbsp;Xerces2 is very&lt;br&gt;
&amp;gt; &amp;gt; stable. &amp;nbsp;1.3 and 1.4 users can continue to depend on it. &amp;nbsp;I maintain the&lt;br&gt;
&amp;gt; &amp;gt; XMLC project, which is currently limited to JDK 1.3 anway. &amp;nbsp;If critical&lt;br&gt;
&amp;gt; &amp;gt; issues are found in Xerces2, they can be fixed on the Xerces2 branch where&lt;br&gt;
&amp;gt; &amp;gt; 1.3 and 1.4 users can benefit. &amp;nbsp;Of course, we can also expect that 1.3 and&lt;br&gt;
&amp;gt; &amp;gt; 1.4 users are in maintenance mode and won't require fancy new features. &amp;nbsp;All&lt;br&gt;
&amp;gt; &amp;gt; new feature development can take place on the trunk, which will represent&lt;br&gt;
&amp;gt; &amp;gt; the Xerces3 codebase, and will be able to take advantage of all the latest&lt;br&gt;
&amp;gt; &amp;gt; JDK features. &amp;nbsp;Who knows, maybe Sun can eventually drop the&lt;br&gt;
&amp;gt; &amp;gt; com.sun.apache.xerces stuff and migrate back to the original, stable, Xerces&lt;br&gt;
&amp;gt; &amp;gt; product once it is not limited by old VM's.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Jake&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; David Ezell&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; VeriFone&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; Chair, XML Schema WG&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; -----Original Message-----&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; From: Schmidlin, Franck [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Franck.Schmidlin@...&lt;/a&gt;] Sent:&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Tuesday, November 11, 2008 5:35 AM&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-dev@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Subject: RE: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3?&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; 1.4? in the future)&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;gt; a new infusion of activity and interest.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; you betcha, most of us would be up in arms!&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; I personally am stuck on 1.4.2 for the foreseeable future.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; So +1 to drop 1.2/3 support, but let's not get too drastic please.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; ______________________________&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Franck Schmidlin&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Corporate Integration Consultant&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Northgate Public Services&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Please consider the environment before printing this e-mail&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; -----Original Message-----&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbeyer@...&lt;/a&gt; [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nbeyer@...&lt;/a&gt;] On Behalf Of Nathan&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Beyer&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Sent: 11 November 2008 02:25&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-dev@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Subject: Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3?&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; 1.4? in the future)&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; +1&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; I'd suggest just jumping to Java 5 library, source and target&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; compilation. I think this would give the project a new infusion &lt;br&gt;
&amp;gt; of activity&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; and interest.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; -Nathan&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; On Sun, Nov 9, 2008 at 9:51 PM, Michael Glavassevich&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; Hi all,&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; (including &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general@...&lt;/a&gt; on the cc list to hopefully reach a &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; wider&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; audience)&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; I would like to propose that we officially drop support for JDK 1.2 in&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; the next release of Xerces-J. Though the documentation [1] states that&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; Xerces supports JDK 1.2 it has been years since we have built or &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; tested binaries with this level. All of the recent releases were built&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; and tested with JDK 1.3. It was brought to my attention that the code &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; [2] since at least 2006 has had a dependency on APIs introduced in JDK&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; 1.3. So we inadvertently moved on awhile ago. It seems this has not &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; been a practical issue for most users since we've received no posts on&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; these lists about it and received no other bug reports. It's not clear&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; that there would be much benefit in restoring JDK 1.2 compatibility at&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; this point. It's been out of service for years and looking around &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; Apache it seems most projects run on JDK 1.4 or higher with some of&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; the stragglers [3][4] below that moving up soon.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; If you have serious concerns regarding Xerces abandoning JDK 1.2 &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; support please send an email to the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-dev@...&lt;/a&gt; &lt;br&gt;
&amp;gt; mailing &amp;gt; list,&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; specifying why you can't use a higher level of JDK and what &amp;gt; parser&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; features you are using.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; While on the subject I wonder what the community would think of us &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; eventually dropping support for JDK 1.3 and possibly 1.4. There were &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; features introduced in JDK 1.4 and 5 which Xerces could benefit from&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; (e.g.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; NIO, java.lang.CharSequence, exception chaining, &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; java.lang.StringBuilder, java.util.concurrent.*, etc...). That's not &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; something I'm proposing today (or thinking of proposing for &lt;br&gt;
&amp;gt; awhile) &amp;gt; but&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; would like to hear feedback from users (please send to&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-dev@...&lt;/a&gt;) who may still need new versions of Xerces &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; which run on JDK 1.3 and 1.4. It would also be nice hear from &lt;br&gt;
&amp;gt; folks &amp;gt; who've&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; long since moved on to Java 5 and beyond and would like to see&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Xerces take advantage of JDK 1.4 and 5 features.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; Thanks.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; [1] &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://xerces.apache.org/xerces2-j/faq-general.html#faq-11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xerces.apache.org/xerces2-j/faq-general.html#faq-11&lt;/a&gt;&lt;/tt&gt;&lt;tt&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; [2] &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://issues.apache.org/jira/browse/XERCESJ-1297&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.apache.org/jira/browse/XERCESJ-1297&lt;/a&gt;&lt;/tt&gt;&lt;tt&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; [3] &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://marc.info/?l=ant-dev&amp;m=122596549809889&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=ant-dev&amp;amp;m=122596549809889&amp;amp;w=2&lt;/a&gt;&lt;/tt&gt;&lt;tt&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; [4] &lt;/tt&gt;&lt;tt&gt;&lt;a href=&quot;http://marc.info/?l=fop-user&amp;m=119244442600564&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=fop-user&amp;amp;m=119244442600564&amp;amp;w=2&lt;/a&gt;&lt;/tt&gt;&lt;tt&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; Michael Glavassevich&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; XML Parser Development&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; IBM Toronto Lab&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;gt; E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-dev-unsubscribe@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-dev-help@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp;Scanned for viruses by BlackSpider MailControl&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; This email is sent on behalf of Northgate Information Solutions Limited&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; and its associated companies (&amp;quot;Northgate&amp;quot;) and is strictly &lt;br&gt;
&amp;gt; confidential and&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; intended solely for the addressee(s).&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp;If you are not the intended recipient of this email you must: (i) not&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; disclose, copy or distribute its contents to any other person nor use its&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; contents in any way or you may be acting unlawfully; (ii) &lt;br&gt;
&amp;gt; contact Northgate&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; immediately on +44 (0)1442 232424 quoting the name of the sender and the&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; addressee then delete it from your system.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp;Northgate has taken reasonable precautions to ensure that no viruses are&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; contained in this email, but does not accept any responsibility once this&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; email has been transmitted. &amp;nbsp;You should scan attachments (if any) for&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; viruses.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp;Northgate Information Solutions Limited. Registered in England no.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; 06442582 &amp;nbsp;- &amp;nbsp;Northgate Information Solutions UK Limited. Registered in&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; England no. 968498 &amp;nbsp;- &amp;nbsp;NorthgateArinso UK Limited. Registered in&lt;br&gt;
&amp;gt; England no.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; 1587537 &amp;nbsp;- &amp;nbsp;Moorepay Limited. &amp;nbsp;Registered in England no. 891686 &amp;nbsp;-&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp;Northgate Land &amp;amp; Property Solutions Limited &amp;nbsp;- &amp;nbsp;Registered in England no.&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; 2149536 Registered Office: Peoplebuilding 2, Peoplebuilding &lt;br&gt;
&amp;gt; Estate, Maylands&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Avenue, Hemel Hempstead, Hertfordshire HP2 4NW&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; &amp;nbsp;Northgate Managed Services Limited (NI). &amp;nbsp;Registered in Northern Ireland&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; no. NI032979 &amp;nbsp;- &amp;nbsp;LearnServe Limited (NI). &amp;nbsp;Registered in Northern Ireland&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; no. NI043825 Registered Office: Hillview House, 61 Church Road,&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; Newtownabbey, Co. Antrim, BT36 7LQ&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-users-help@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; ---------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-users-help@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; ---------------------------------------------------------------------&lt;br&gt;
&amp;gt; &amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=26&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=27&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-users-help@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; ---------------------------------------------------------------------&lt;br&gt;
&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=28&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-users-unsubscribe@...&lt;/a&gt;&lt;br&gt;
&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20454373&amp;i=29&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-users-help@...&lt;/a&gt;&lt;/tt&gt;&lt;tt&gt;&lt;br&gt;
&lt;/tt&gt;&lt;/body&gt;&lt;/html&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dropping-JDK-1.2-support-for-Xerces-J-%28and-possibly-JDK-1.3--1.4--in-the-future%29-tp20414038p20454373.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20447211</id>
	<title>RE: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
	<published>2008-11-11T06:34:08Z</published>
	<updated>2008-11-11T06:34:08Z</updated>
	<author>
		<name>Ludger Buenger</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=DE link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;Before Advancing beyond 1.3 I&amp;#8217;d suggest to maybe initiate
a usage poll analogous to &lt;a href=&quot;http://wiki.apache.org/xmlgraphics/UserPollOct2007&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/xmlgraphics/UserPollOct2007&lt;/a&gt;
to get an overview which JDK version is still in use and required by Xerces-J
users.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;That would give the community a foundation to base a good decision
upon.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US style='font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
color:#1F497D'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:
&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt;From:&lt;/span&gt;&lt;/b&gt;&lt;span lang=EN-US style='font-size:10.0pt;
font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;'&gt; Michael Glavassevich
[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20447211&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;] &lt;br&gt;
&lt;b&gt;Sent:&lt;/b&gt; Monday, November 10, 2008 4:52 AM&lt;br&gt;
&lt;b&gt;To:&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20447211&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-dev@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20447211&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-users@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Cc:&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20447211&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;Subject:&lt;/b&gt; Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4?
in the future)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span lang=EN-US&gt;Hi all,&lt;br&gt;
&lt;br&gt;
(including &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20447211&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general@...&lt;/a&gt; on the cc list to hopefully reach a wider audience)&lt;br&gt;
&lt;br&gt;
I would like to propose that we officially drop support for JDK 1.2 in the next
release of Xerces-J. Though the documentation [1] states that Xerces supports
JDK 1.2 it has been years since we have built or tested binaries with this
level. All of the recent releases were built and tested with JDK 1.3. It was
brought to my attention that the code [2] since at least 2006 has had a
dependency on APIs introduced in JDK 1.3. So we inadvertently moved on awhile
ago. It seems this has not been a practical issue for most users since we've
received no posts on these lists about it and received no other bug reports.
It's not clear that there would be much benefit in restoring JDK 1.2
compatibility at this point. It's been out of service for years and looking around
Apache it seems most projects run on JDK 1.4 or higher with some of the
stragglers [3][4] below that moving up soon.&lt;br&gt;
&lt;br&gt;
If you have serious concerns regarding Xerces abandoning JDK 1.2 support please
send an email to the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20447211&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-dev@...&lt;/a&gt; mailing list, specifying why you
can't use a higher level of JDK and what parser features you are using.&lt;br&gt;
&lt;br&gt;
While on the subject I wonder what the community would think of us eventually
dropping support for JDK 1.3 and possibly 1.4. There were features introduced in
JDK 1.4 and 5 which Xerces could benefit from (e.g. NIO,
java.lang.CharSequence, exception chaining, java.lang.StringBuilder,
java.util.concurrent.*, etc...). That's not something I'm proposing today (or
thinking of proposing for awhile) but would like to hear feedback from users
(please send to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20447211&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;j-dev@...&lt;/a&gt;) who may still need new versions of
Xerces which run on JDK 1.3 and 1.4. It would also be nice hear from folks
who've long since moved on to Java 5 and beyond and would like to see Xerces take
advantage of JDK 1.4 and 5 features.&lt;br&gt;
&lt;br&gt;
Thanks.&lt;br&gt;
&lt;br&gt;
[1] &lt;/span&gt;&lt;a href=&quot;http://xerces.apache.org/xerces2-j/faq-general.html#faq-11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span lang=EN-US&gt;http://xerces.apache.org/xerces2-j/faq-general.html#faq-11&lt;/span&gt;&lt;/a&gt;&lt;span lang=EN-US&gt;&lt;br&gt;
[2] &lt;/span&gt;&lt;a href=&quot;http://issues.apache.org/jira/browse/XERCESJ-1297&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span lang=EN-US&gt;http://issues.apache.org/jira/browse/XERCESJ-1297&lt;/span&gt;&lt;/a&gt;&lt;span lang=EN-US&gt;&lt;br&gt;
[3] &lt;/span&gt;&lt;a href=&quot;http://marc.info/?l=ant-dev&amp;amp;m=122596549809889&amp;amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span lang=EN-US&gt;http://marc.info/?l=ant-dev&amp;amp;m=122596549809889&amp;amp;w=2&lt;/span&gt;&lt;/a&gt;&lt;span lang=EN-US&gt;&lt;br&gt;
[4] &lt;/span&gt;&lt;a href=&quot;http://marc.info/?l=fop-user&amp;amp;m=119244442600564&amp;amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;span lang=EN-US&gt;http://marc.info/?l=fop-user&amp;amp;m=119244442600564&amp;amp;w=2&lt;/span&gt;&lt;/a&gt;&lt;span lang=EN-US&gt;&lt;br&gt;
&lt;br&gt;
Michael Glavassevich&lt;br&gt;
XML Parser Development&lt;br&gt;
IBM Toronto Lab&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20447211&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;br&gt;
E-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20447211&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mrglavas@...&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;span lang=EN-US&gt;&lt;br&gt;
-- &lt;br&gt;
This message was scanned by ESVA and is believed to be clean. &lt;br&gt;
&lt;/span&gt;&lt;a href=&quot;http://mailfilter.nc-sb.de/cgi-bin/learn-msg.cgi?id=A2B9C27F01.AE332&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Click
here to report this message as spam.&lt;/a&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dropping-JDK-1.2-support-for-Xerces-J-%28and-possibly-JDK-1.3--1.4--in-the-future%29-tp20414038p20447211.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20440096</id>
	<title>Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
	<published>2008-11-11T05:59:38Z</published>
	<updated>2008-11-11T05:59:38Z</updated>
	<author>
		<name>Jeremias Maerki-2</name>
	</author>
	<content type="html">On 11.11.2008 14:52:52 sebb wrote:
&lt;br&gt;&amp;gt; On 11/11/2008, Shane Curcuru &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20440096&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asf@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; +1 to dropping 1.2 support.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; +1 to dropping 1.2
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; +0 to dropping 1.3
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think 1.4 support should be kept if possible for a while yet.
&lt;br&gt;&lt;br&gt;Agreed. Xerces is such a basic library and so many companies are still
&lt;br&gt;stuck with Java 1.4 even though it's past EOL.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;Please - be sure that the main website clearly lists the last release we
&lt;br&gt;&amp;gt; &amp;gt; think that Xerces worked on JDK version x.y. &amp;nbsp;Xerces is ubiquitous, and is
&lt;br&gt;&amp;gt; &amp;gt; used directly or within other products virtually everywhere. &amp;nbsp;While we don't
&lt;br&gt;&amp;gt; &amp;gt; need to spend developer time worrying about ancient JDK versions, we should
&lt;br&gt;&amp;gt; &amp;gt; make it clear where people who have to stay on legacy systems can get an
&lt;br&gt;&amp;gt; &amp;gt; appropriate release.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;I'd love it if we ensured that we feature a prominent link and host the
&lt;br&gt;&amp;gt; &amp;gt; download for the zip/targz plus it's key file for &amp;quot;the last known good
&lt;br&gt;&amp;gt; &amp;gt; Xerces with JDK x.y&amp;quot; as we drop support for earlier releases.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;Thanks for bringing the item up!
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;- Shane
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Jeremias Maerki
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20440096&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20440096&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dropping-JDK-1.2-support-for-Xerces-J-%28and-possibly-JDK-1.3--1.4--in-the-future%29-tp20414038p20440096.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20439972</id>
	<title>Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
	<published>2008-11-11T05:52:52Z</published>
	<updated>2008-11-11T05:52:52Z</updated>
	<author>
		<name>sebb-2-2</name>
	</author>
	<content type="html">On 11/11/2008, Shane Curcuru &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20439972&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asf@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; +1 to dropping 1.2 support.
&lt;br&gt;&lt;br&gt;+1 to dropping 1.2
&lt;br&gt;&lt;br&gt;+0 to dropping 1.3
&lt;br&gt;&lt;br&gt;I think 1.4 support should be kept if possible for a while yet.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;Please - be sure that the main website clearly lists the last release we
&lt;br&gt;&amp;gt; think that Xerces worked on JDK version x.y. &amp;nbsp;Xerces is ubiquitous, and is
&lt;br&gt;&amp;gt; used directly or within other products virtually everywhere. &amp;nbsp;While we don't
&lt;br&gt;&amp;gt; need to spend developer time worrying about ancient JDK versions, we should
&lt;br&gt;&amp;gt; make it clear where people who have to stay on legacy systems can get an
&lt;br&gt;&amp;gt; appropriate release.
&lt;br&gt;&lt;br&gt;+1
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;I'd love it if we ensured that we feature a prominent link and host the
&lt;br&gt;&amp;gt; download for the zip/targz plus it's key file for &amp;quot;the last known good
&lt;br&gt;&amp;gt; Xerces with JDK x.y&amp;quot; as we drop support for earlier releases.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;+1
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;Thanks for bringing the item up!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;- Shane
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20439972&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20439972&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;general-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Dropping-JDK-1.2-support-for-Xerces-J-%28and-possibly-JDK-1.3--1.4--in-the-future%29-tp20414038p20439972.html" />
</entry>

</feed>
