<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>general@xml.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/xml-general/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/xml-general/"/>
<id>http://mail-archives.apache.org/mod_mbox/xml-general/</id>
<updated>2009-12-09T10:30:58Z</updated>
<entry>
<title>XSD: Allow any combination of subelements</title>
<author><name>Ralph Kutschera &lt;news2010@ecuapac.at&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200911.mbox/%3chdp3h5$420$2@ger.gmane.org%3e"/>
<id>urn:uuid:%3chdp3h5$420$2@ger-gmane-org%3e</id>
<updated>2009-11-15T14:35:59Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hallo!

   I'm trying to represent a mathematical formula with XML and cannot 
find the correct schema definition.

I.e:
&lt;formula&gt;
   &lt;plus&gt;
     &lt;minus&gt;
       ..
     &lt;/minus&gt;
     &lt;plus&gt;
       ..
     &lt;/plus&gt;
     &lt;minus&gt;
       ..
     &lt;/minus&gt;
   &lt;/plus&gt;
&lt;/formula&gt;


What I want is that, for example, &lt;plus&gt; can have any number of 
unordered &lt;plus&gt; and &lt;minus&gt; elements.

This does not work:
&lt;xsd:complexType name="plus"&gt;
   &lt;xsd:sequence&gt;
     &lt;xsd:choice&gt;
       &lt;xsd:element name="plus" type="plus"&gt;&lt;/xsd:element&gt;
       &lt;xsd:element name="minus" type="minus"&gt;&lt;/xsd:element&gt;
     &lt;/xsd:choice&gt;
   &lt;/xsd:sequence&gt;
&lt;/xsd:complexType&gt;


Thanks,
   Ralph


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>assistance with Apache Forrest</title>
<author><name>David Crossley &lt;crossley@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200911.mbox/%3c20091102040438.GP15843@igg.indexgeo.com.au%3e"/>
<id>urn:uuid:%3c20091102040438-GP15843@igg-indexgeo-com-au%3e</id>
<updated>2009-11-02T04:04:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I did some research to find the ASF projects that
manage their websites with Apache Forrest, and am
sending similar email to each project's dev mail list.
Already sent to the Xindice sub-project.

The purposes of this email are to remind people
about some of the useful facilities of Forrest,
and also alert them to discussion about the status
and future directions of Forrest, and to appeal for
people to assist Forrest.

--- oOo ---

These are useful facilities to assist with developing
and managing a Forrest solution for your project's website.

"How to deploy documentation with the Forrestbot
svn workstage"
This explains how the Forrest project manages our
own documentation.
http://forrest.apache.org/howto-forrestbot-svn.html

"Generate an ASF mirrors page using interactive web form"
http://forrest.apache.org/docs/dev/howto/howto-asf-mirror.html

"ForrestBar - Firefox toolbar to ease navigation
and search of Forrest resources"
http://forrest.apache.org/tools/forrestbar.html

"How to do development with Apache Forrest"
http://forrest.apache.org/howto-dev.html

"Frequently Asked Questions"
http://forrest.apache.org/faq.html

"The Anakia output plugin"
This was developed to assist the old Incubator
website to stop using Forrest and export all content
to an Anakia "xdoc" format. From there it could used
by an Anakia-based build system, or be further transformed.
http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Anakia/

As usual, if you need further assistance with anything
then please ask on the Forrest mail lists.

--- oOo ---

There is discussion currently underway on the Forrest
dev mail list about the current status and future
direction of Forrest.
http://thread.gmane.org/gmane.text.xml.forrest.devel/27325

If anyone can assist Forrest, in any capacity, then
please do.

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Query on crimson.jar</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200910.mbox/%3cOF5A0D67E7.D78AED49-ON85257651.006FFD82-85257651.007073C4@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOF5A0D67E7-D78AED49-ON85257651-006FFD82-85257651-007073C4@ca-ibm-com%3e</id>
<updated>2009-10-16T20:28:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: quoted-printable


Hi,

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 switchin=
g
(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.

Thanks.

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

sayantan mitra &lt;sayantanm@gmail.com&gt; wrote on 10/15/2009 02:56:29 PM:

&gt; Hi,
&gt;
&gt; Wanted to check if the Crimson.jar issue as mentioned by=A0=A0http:
&gt; //bugs.sun.com/bugdatabase/view_bug.do?bug_id=3D4766061=A0has been
&gt; rectified ? If so can you please tell me which version of JDK has
&gt; the fix. Also can you send me a copy of the jar at my id. Many thanks=
.
&gt; Regards,
&gt; Sayantan=


</pre>
</div>
</content>
</entry>
<entry>
<title>Query on crimson.jar</title>
<author><name>sayantan mitra &lt;sayantanm@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200910.mbox/%3c38b7eb350910151156j2ccfbe34m6c5da05f737a8be3@mail.gmail.com%3e"/>
<id>urn:uuid:%3c38b7eb350910151156j2ccfbe34m6c5da05f737a8be3@mail-gmail-com%3e</id>
<updated>2009-10-15T18:56:29Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

Wanted to check if the Crimson.jar issue as mentioned by
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4766061 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.
 Regards,
Sayantan


</pre>
</div>
</content>
</entry>
<entry>
<title>Moving Xang to the Attic</title>
<author><name>Gianugo Rabellino &lt;gianugo@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200910.mbox/%3c7557e99f0910120138v592c9003p9ae93de4e70efe3a@mail.gmail.com%3e"/>
<id>urn:uuid:%3c7557e99f0910120138v592c9003p9ae93de4e70efe3a@mail-gmail-com%3e</id>
<updated>2009-10-12T08:38:24Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Folks,

this is an heads-up to let you know that the XML PMC has voted to move
Xang to the Attic, and I am hereby requesting the Attic PMC to take
ownership of the issue and start the move in the upcoming days. In the
meantime, if you need any further information, please do not hesitate
to ask.

Thanks,

-- 
Gianugo Rabellino
Sourcesense, making sense of Open Source: http://www.sourcesense.com
(blogging at http://www.rabellino.it/blog/)

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: More AxKit Retirement</title>
<author><name>Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200908.mbox/%3c20090831075849.8B37.60BA733C@jeremias-maerki.ch%3e"/>
<id>urn:uuid:%3c20090831075849-8B37-60BA733C@jeremias-maerki-ch%3e</id>
<updated>2009-08-31T06:02:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Oops, two different distribution directories. Anyway, I've copied the
HEADER.html over so we have it in both places.

On 29.08.2009 00:24:29 Greg Reddin wrote:
&gt; &gt; On 26.08.2009 18:59:29 Greg Reddin wrote:
&gt; &gt;&gt; On Thu, Aug 13, 2009 at 9:45 PM, Greg Reddin&lt;gredbug@gmail.com&gt; wrote:
&gt; &gt;&gt; &gt; I also have a HEADER.html file for the axkit dist directory, but I
&gt; &gt;&gt; &gt; would need permissions to copy it there. It is attached to this
&gt; &gt;&gt; &gt; ticket.
&gt; &gt;&gt; &gt;
&gt; &gt;&gt; &gt;    https://issues.apache.org/jira/browse/ATTIC-37
&gt; &gt;&gt; &gt;
&gt; &gt;&gt; &gt; If you would place this file in
&gt; &gt;&gt; &gt; /www/www.apache.org/dist/xml/axkit/HEADER.html and let me know I'd
&gt; &gt;&gt; &gt; appreciate it.
&gt; 
&gt; Hmm, sorry to bother again, but it looks like the file made it into
&gt; /www/xml.apache.org/dist/xml/axkit/HEADER.html, and not
&gt; /www/www.apache.org/dist/xml/axkit/HEADER.html. I think you'll have to
&gt; update it in the www.apache.org directory for it to sync to the dist
&gt; site. Am I misdirected?
&gt; 
&gt; Thanks,
&gt; Greg



Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: More AxKit Retirement</title>
<author><name>Greg Reddin &lt;gredbug@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200908.mbox/%3c91478db0908281524j383275b9q17a12eaa88671c89@mail.gmail.com%3e"/>
<id>urn:uuid:%3c91478db0908281524j383275b9q17a12eaa88671c89@mail-gmail-com%3e</id>
<updated>2009-08-28T22:24:29Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&gt; On 26.08.2009 18:59:29 Greg Reddin wrote:
&gt;&gt; On Thu, Aug 13, 2009 at 9:45 PM, Greg Reddin&lt;gredbug@gmail.com&gt; wrote:
&gt;&gt; &gt; I also have a HEADER.html file for the axkit dist directory, but I
&gt;&gt; &gt; would need permissions to copy it there. It is attached to this
&gt;&gt; &gt; ticket.
&gt;&gt; &gt;
&gt;&gt; &gt;    https://issues.apache.org/jira/browse/ATTIC-37
&gt;&gt; &gt;
&gt;&gt; &gt; If you would place this file in
&gt;&gt; &gt; /www/www.apache.org/dist/xml/axkit/HEADER.html and let me know I'd
&gt;&gt; &gt; appreciate it.

Hmm, sorry to bother again, but it looks like the file made it into
/www/xml.apache.org/dist/xml/axkit/HEADER.html, and not
/www/www.apache.org/dist/xml/axkit/HEADER.html. I think you'll have to
update it in the www.apache.org directory for it to sync to the dist
site. Am I misdirected?

Thanks,
Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: More AxKit Retirement</title>
<author><name>Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200908.mbox/%3c20090828093640.A811.60BA733C@jeremias-maerki.ch%3e"/>
<id>urn:uuid:%3c20090828093640-A811-60BA733C@jeremias-maerki-ch%3e</id>
<updated>2009-08-28T07:37:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Sorry, Grep, I missed that. Should be fixed now.

On 26.08.2009 18:59:29 Greg Reddin wrote:
&gt; On Thu, Aug 13, 2009 at 9:45 PM, Greg Reddin&lt;gredbug@gmail.com&gt; wrote:
&gt; &gt; I also have a HEADER.html file for the axkit dist directory, but I
&gt; &gt; would need permissions to copy it there. It is attached to this
&gt; &gt; ticket.
&gt; &gt;
&gt; &gt;    https://issues.apache.org/jira/browse/ATTIC-37
&gt; &gt;
&gt; &gt; If you would place this file in
&gt; &gt; /www/www.apache.org/dist/xml/axkit/HEADER.html and let me know I'd
&gt; &gt; appreciate it.
&gt; 
&gt; *ping*
&gt; 
&gt; Sorry to be a pest, but best I can tell, this hasn't been done yet.
&gt; Can someone with appropriate permissions please add this file to the
&gt; /www/www.apache.org/dist/xml/axkit/ directory on people.a.o?
&gt; 
&gt; Thanks much!
&gt; Greg
&gt; 



Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: More AxKit Retirement</title>
<author><name>Greg Reddin &lt;gredbug@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200908.mbox/%3c91478db0908260959r30a83a85n48455bc1aba9733b@mail.gmail.com%3e"/>
<id>urn:uuid:%3c91478db0908260959r30a83a85n48455bc1aba9733b@mail-gmail-com%3e</id>
<updated>2009-08-26T16:59:29Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On Thu, Aug 13, 2009 at 9:45 PM, Greg Reddin&lt;gredbug@gmail.com&gt; wrote:
&gt; I also have a HEADER.html file for the axkit dist directory, but I
&gt; would need permissions to copy it there. It is attached to this
&gt; ticket.
&gt;
&gt;    https://issues.apache.org/jira/browse/ATTIC-37
&gt;
&gt; If you would place this file in
&gt; /www/www.apache.org/dist/xml/axkit/HEADER.html and let me know I'd
&gt; appreciate it.

*ping*

Sorry to be a pest, but best I can tell, this hasn't been done yet.
Can someone with appropriate permissions please add this file to the
/www/www.apache.org/dist/xml/axkit/ directory on people.a.o?

Thanks much!
Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: AxKit Retirement</title>
<author><name>Greg Reddin &lt;gredbug@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200908.mbox/%3c91478db0908171307y4edbd096r866048d97ade73af@mail.gmail.com%3e"/>
<id>urn:uuid:%3c91478db0908171307y4edbd096r866048d97ade73af@mail-gmail-com%3e</id>
<updated>2009-08-17T20:07:44Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Awesome. Thanks!

Greg

On Mon, Aug 17, 2009 at 2:06 PM, Jeremias Maerki&lt;dev@jeremias-maerki.ch&gt; wrote:
&gt; Done in SVN. I'll see that the website is updated from there.
&gt;
&gt; On 17.08.2009 20:46:45 Greg Reddin wrote:
&gt;&gt; On Fri, Aug 14, 2009 at 1:56 AM, Jeremias Maerki&lt;dev@jeremias-maerki.ch&gt; wrote:
&gt;&gt; &gt; Hi Greg
&gt;&gt; &gt;
&gt;&gt; &gt; Please just reply
&gt;&gt; &gt; here and attach the patch. I'll try to address the XML website changes
&gt;&gt; &gt; within the next couple of days.
&gt;&gt;
&gt;&gt; Sorry for the delayed response. I've attached the patch for the site
&gt;&gt; to the Attic JIRA ticket linked below:
&gt;&gt;
&gt;&gt;     https://issues.apache.org/jira/browse/ATTIC-36
&gt;&gt;
&gt;&gt; Please let me know when this is done or if you have any questions and
&gt;&gt; we'll proceed.
&gt;&gt;
&gt;&gt; Thanks,
&gt;&gt; Greg
&gt;
&gt;
&gt;
&gt; Jeremias Maerki
&gt;
&gt;
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
&gt; For additional commands, e-mail: general-help@xml.apache.org
&gt;
&gt;

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: AxKit Retirement</title>
<author><name>Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200908.mbox/%3c20090817210610.B30E.60BA733C@jeremias-maerki.ch%3e"/>
<id>urn:uuid:%3c20090817210610-B30E-60BA733C@jeremias-maerki-ch%3e</id>
<updated>2009-08-17T19:06:37Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Done in SVN. I'll see that the website is updated from there.

On 17.08.2009 20:46:45 Greg Reddin wrote:
&gt; On Fri, Aug 14, 2009 at 1:56 AM, Jeremias Maerki&lt;dev@jeremias-maerki.ch&gt; wrote:
&gt; &gt; Hi Greg
&gt; &gt;
&gt; &gt; Please just reply
&gt; &gt; here and attach the patch. I'll try to address the XML website changes
&gt; &gt; within the next couple of days.
&gt; 
&gt; Sorry for the delayed response. I've attached the patch for the site
&gt; to the Attic JIRA ticket linked below:
&gt; 
&gt;     https://issues.apache.org/jira/browse/ATTIC-36
&gt; 
&gt; Please let me know when this is done or if you have any questions and
&gt; we'll proceed.
&gt; 
&gt; Thanks,
&gt; Greg



Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: AxKit Retirement</title>
<author><name>Greg Reddin &lt;gredbug@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200908.mbox/%3c91478db0908171146i5ee62142oc67d1b17dce58254@mail.gmail.com%3e"/>
<id>urn:uuid:%3c91478db0908171146i5ee62142oc67d1b17dce58254@mail-gmail-com%3e</id>
<updated>2009-08-17T18:46:45Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On Fri, Aug 14, 2009 at 1:56 AM, Jeremias Maerki&lt;dev@jeremias-maerki.ch&gt; wrote:
&gt; Hi Greg
&gt;
&gt; Please just reply
&gt; here and attach the patch. I'll try to address the XML website changes
&gt; within the next couple of days.

Sorry for the delayed response. I've attached the patch for the site
to the Attic JIRA ticket linked below:

    https://issues.apache.org/jira/browse/ATTIC-36

Please let me know when this is done or if you have any questions and
we'll proceed.

Thanks,
Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: AxKit Retirement</title>
<author><name>Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200908.mbox/%3c20090814085439.62BF.60BA733C@jeremias-maerki.ch%3e"/>
<id>urn:uuid:%3c20090814085439-62BF-60BA733C@jeremias-maerki-ch%3e</id>
<updated>2009-08-14T06:56:25Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi Greg

I don't think we have a tracker for XML in general. Please just reply
here and attach the patch. I'll try to address the XML website changes
within the next couple of days. Thanks for handling the mothballing of
AxKit!

On 13.08.2009 22:13:50 Greg Reddin wrote:
&gt; Hi,
&gt; 
&gt; I'm working on behalf of the Apache Attic to help with the AxKit
&gt; retirement. I have a suggested patch for the xml.apache.org website
&gt; that will help to note the AxKit project is retired. Should I submit
&gt; the patch here or is there a tracking system you'd prefer me to use?
&gt; 
&gt; Thanks,
&gt; Greg Reddin


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>More AxKit Retirement</title>
<author><name>Greg Reddin &lt;gredbug@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200908.mbox/%3c91478db0908131945s7ada2a9cvc33590069ec4d2c1@mail.gmail.com%3e"/>
<id>urn:uuid:%3c91478db0908131945s7ada2a9cvc33590069ec4d2c1@mail-gmail-com%3e</id>
<updated>2009-08-14T02:45:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I also have a HEADER.html file for the axkit dist directory, but I
would need permissions to copy it there. It is attached to this
ticket.

    https://issues.apache.org/jira/browse/ATTIC-37

If you would place this file in
/www/www.apache.org/dist/xml/axkit/HEADER.html and let me know I'd
appreciate it.

Thanks,
Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>AxKit Retirement</title>
<author><name>Greg Reddin &lt;gredbug@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200908.mbox/%3c91478db0908131313s569294fft9e925116d094e832@mail.gmail.com%3e"/>
<id>urn:uuid:%3c91478db0908131313s569294fft9e925116d094e832@mail-gmail-com%3e</id>
<updated>2009-08-13T20:13:50Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,

I'm working on behalf of the Apache Attic to help with the AxKit
retirement. I have a suggested patch for the xml.apache.org website
that will help to note the AxKit project is retired. Should I submit
the patch here or is there a tracking system you'd prefer me to use?

Thanks,
Greg Reddin

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>FOP - Escaped HTML</title>
<author><name>zakas &lt;zakasbanda@yahoo.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200908.mbox/%3c24928097.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c24928097-post@talk-nabble-com%3e</id>
<updated>2009-08-12T00:31:09Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Hi All

I need your help ... I am generating PDF out of my reports using Apache FOP.
Following is the flow of actions ..

Report data =&gt; XML =&gt; XSL-FO =&gt; PDF ...

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 ... 
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?

Thanks
-Zac


-- 
View this message in context: http://www.nabble.com/FOP---Escaped-HTML-tp24928097p24928097.html
Sent from the Apache XML - General mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Apache crimson 1.1</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200906.mbox/%3cOF6FA1B687.9EADD50B-ON852575D0.000B49C5-852575D0.000C804D@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOF6FA1B687-9EADD50B-ON852575D0-000B49C5-852575D0-000C804D@ca-ibm-com%3e</id>
<updated>2009-06-09T02:16:29Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: quoted-printable


Hi,

Like many open source projects there's "support" 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.

Thanks.

[1] http://xerces.apache.org/xerces2-j/

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

"Thomas Darren" &lt;Darren.Thomas@uk.fujitsu.com&gt; wrote on 06/08/2009 05:2=
6:21
AM:

&gt; HI,
&gt;
&gt; We are currently updating our database concerning software we have
&gt; in use, we require dates of when support finished for the software
&gt; or if the software is still live,
&gt; It would be of great help if you could  email me any details and
&gt; dates of apache crimson software regarding product end dates etc.
&gt;
&gt; Thanks
&gt;
&gt; Darren Thomas
&gt;
&gt; PactConfiguration Audit and Conformance
&gt;
&gt; Fujitsu
&gt;
&gt; Ffynnon Menter, Phoenix way, Enterprise Park, Swansea SA7 9HZ
&gt;
&gt; Tel: +44 (0)8703254167
&gt;
&gt; Email: Darren.thomas@uk.fujitsu.com=


</pre>
</div>
</content>
</entry>
<entry>
<title>Apache crimson 1.1</title>
<author><name>&quot;Thomas Darren&quot; &lt;Darren.Thomas@uk.fujitsu.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200906.mbox/%3c336943D52799E040ABCEFF8954D8CF7601704703@EUROPEV006.europe.fs.fujitsu.com%3e"/>
<id>urn:uuid:%3c336943D52799E040ABCEFF8954D8CF7601704703@EUROPEV006-europe-fs-fujitsu-com%3e</id>
<updated>2009-06-08T09:26:21Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
HI,

 

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,

It would be of great help if you could  email me any details and dates
of apache crimson software regarding product end dates etc.

 

Thanks

 

Darren Thomas

 

PactConfiguration Audit and Conformance

 

Fujitsu

 

Ffynnon Menter, Phoenix way, Enterprise Park, Swansea SA7 9HZ

 

Tel: +44 (0)8703254167

 

Email: Darren.thomas@uk.fujitsu.com

 



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: XML parse DOM Connection time out</title>
<author><name>&quot;Jacob Kjome&quot; &lt;hoju@visi.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200905.mbox/%3cweb-14739646@mailback2.g2host.com%3e"/>
<id>urn:uuid:%3cweb-14739646@mailback2-g2host-com%3e</id>
<updated>2009-05-28T13:22:22Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

Looks like it is trying to obtain the declared DTD of the XML document and 
can't access it.  You should set up an XML catalog resolver to allow for 
loading a local copy of the DTD rather than going out to the internet.

See:
http://xml.apache.org/commons/components/resolver/
http://xml.apache.org/mirrors.cgi#N1010F

Jake

On Thu, 28 May 2009 05:03:40 -0700 (PDT)
  gnix infosoft noida &lt;garg.mayur8@gmail.com&gt; wrote:
&gt; 
&gt; I created a document factory object and tried to parse an existing XML
&gt; file....
&gt; 
&gt; Here is my code
&gt; 
&gt;File xmlFile = new File("C:/jboss-config.xml");
&gt; DocumentBuilderFactory docFactory = DocumentBuilderFactory.newInstance();
&gt; DocumentBuilder docBuilder = docFactory.newDocumentBuilder();
&gt; Document doc = docBuilder.parse(xmlFile);
&gt; int elementType = doc.getNodeType();
&gt; switch(elementType)
&gt; {
&gt; case Node.ELEMENT_NODE:
&gt; {
&gt; String nodeElement = doc.getNodeName() ;
&gt; if(nodeElement.equals("policy"))
&gt; {
&gt; Element policyElement = doc.createElement("policy_new");
&gt; doc.appendChild(policyElement);
&gt; break;
&gt; }
&gt; }
&gt; }
&gt; 
&gt; When I run the code I get the following error......
&gt; 
&gt; java.net.ConnectException: Operation timed out: connect
&gt; at java.net.PlainSocketImpl.socketConnect(Native Method)
&gt; at java.net.PlainSocketImpl.doConnect(Unknown Source)
&gt; at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
&gt; at java.net.PlainSocketImpl.connect(Unknown Source)
&gt; at java.net.Socket.&lt;init&gt;(Unknown Source)
&gt; at java.net.Socket.&lt;init&gt;(Unknown Source)
&gt; at sun.net.NetworkClient.doConnect(Unknown Source)
&gt; at sun.net.www.http.HttpClient.openServer(Unknown Source)
&gt; at sun.net.www.http.HttpClient.openServer(Unknown Source)
&gt; at sun.net.www.http.HttpClient.&lt;init&gt;(Unknown Source)
&gt; at sun.net.www.http.HttpClient.&lt;init&gt;(Unknown Source)
&gt; at sun.net.www.http.HttpClient.New(Unknown Source)
&gt; at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
&gt; at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
&gt; Source)
&gt; at java.net.URL.openStream(Unknown Source)
&gt; at
&gt; weblogic.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultReaderFactory.java:149)
&gt; at
&gt; weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalEntity(DefaultEntityHandler.java:786)
&gt; at
&gt; weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalSubset(DefaultEntityHandler.java:583)
&gt; at
&gt; weblogic.apache.xerces.framework.XMLDTDScanner.scanDoctypeDecl(XMLDTDScanner.java:1161)
&gt; at
&gt; weblogic.apache.xerces.framework.XMLDocumentScanner.scanDoctypeDecl(XMLDocumentScanner.java:2189)
&gt; at
&gt; weblogic.apache.xerces.framework.XMLDocumentScanner.access$0(XMLDocumentScanner.java:2143)
&gt; at
&gt; weblogic.apache.xerces.framework.XMLDocumentScanner$PrologDispatcher.dispatch(XMLDocumentScanner.java:856)
&gt; at
&gt; weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:399)
&gt; at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:1147)
&gt; at
&gt; weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:203)
&gt; at
&gt; weblogic.xml.jaxp.RegistryDocumentBuilder.parse(RegistryDocumentBuilder.java:144)
&gt; at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:161)
&gt; 
&gt; Please help
&gt; 
&gt; -- 
&gt; View this message in context: 
&gt;http://www.nabble.com/XML-parse-DOM-Connection-time-out-tp23760394p23760394.html
&gt; Sent from the Apache XML - General mailing list archive at Nabble.com.
&gt; 
&gt; 
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
&gt;For additional commands, e-mail: general-help@xml.apache.org
&gt; 
&gt; 


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>XML parse DOM Connection time out</title>
<author><name>gnix infosoft noida &lt;garg.mayur8@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200905.mbox/%3c23760394.post@talk.nabble.com%3e"/>
<id>urn:uuid:%3c23760394-post@talk-nabble-com%3e</id>
<updated>2009-05-28T12:03:40Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

I created a document factory object and tried to parse an existing XML
file....

Here is my code

File xmlFile = new File("C:/jboss-config.xml");
DocumentBuilderFactory docFactory = DocumentBuilderFactory.newInstance();
DocumentBuilder docBuilder = docFactory.newDocumentBuilder();
Document doc = docBuilder.parse(xmlFile);
int elementType = doc.getNodeType();
switch(elementType)
{
case Node.ELEMENT_NODE:
{
String nodeElement = doc.getNodeName() ;
if(nodeElement.equals("policy"))
{
Element policyElement = doc.createElement("policy_new");
doc.appendChild(policyElement);
break;
}
}
}

When I run the code I get the following error......

java.net.ConnectException: Operation timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.&lt;init&gt;(Unknown Source)
at java.net.Socket.&lt;init&gt;(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.&lt;init&gt;(Unknown Source)
at sun.net.www.http.HttpClient.&lt;init&gt;(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
Source)
at java.net.URL.openStream(Unknown Source)
at
weblogic.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultReaderFactory.java:149)
at
weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalEntity(DefaultEntityHandler.java:786)
at
weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalSubset(DefaultEntityHandler.java:583)
at
weblogic.apache.xerces.framework.XMLDTDScanner.scanDoctypeDecl(XMLDTDScanner.java:1161)
at
weblogic.apache.xerces.framework.XMLDocumentScanner.scanDoctypeDecl(XMLDocumentScanner.java:2189)
at
weblogic.apache.xerces.framework.XMLDocumentScanner.access$0(XMLDocumentScanner.java:2143)
at
weblogic.apache.xerces.framework.XMLDocumentScanner$PrologDispatcher.dispatch(XMLDocumentScanner.java:856)
at
weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:399)
at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:1147)
at
weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:203)
at
weblogic.xml.jaxp.RegistryDocumentBuilder.parse(RegistryDocumentBuilder.java:144)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:161)

Please help

-- 
View this message in context: http://www.nabble.com/XML-parse-DOM-Connection-time-out-tp23760394p23760394.html
Sent from the Apache XML - General mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Is Crimson compatible with JDK 1.5?</title>
<author><name>Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200903.mbox/%3c20090312083125.BC6C.60BA733C@jeremias-maerki.ch%3e"/>
<id>urn:uuid:%3c20090312083125-BC6C-60BA733C@jeremias-maerki-ch%3e</id>
<updated>2009-03-12T07:35:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Crimson is retired and horribly outdated. If there's a task to move to
JDK 1.5 and your question pops up, I can only recommend to migrate to a
new XML parser (like Apache Xerces-J) if you have to interact directly
with a particular XML parser. Better is to rely just on the JAXP API if
that's possible.

On 11.03.2009 17:51:20 ravish mody wrote:
&gt; Hi,
&gt;  
&gt; I want to know is Crimson compatible with JDK 1.5 or not?
&gt;  
&gt; Regards,
&gt; Oracle &lt;http://www.oracle.com/&gt; 
&gt; Ravish Mody | Support Engineer
&gt; Oracle Global Support
&gt; Green Oracle &lt;http://www.oracle.com/commitment&gt; 	 Oracle is
&gt; committed to developing practices and products that help protect the
&gt; environment	
&gt; 
&gt;  
&gt; 
&gt;  




Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Is Crimson compatible with JDK 1.5?</title>
<author><name>&quot;ravish mody&quot; &lt;ravish.mody@oracle.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200903.mbox/%3c20090311222120262.00000003032@D-4635%3e"/>
<id>urn:uuid:%3c20090311222120262-00000003032@D-4635%3e</id>
<updated>2009-03-11T16:51:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi,
 
I want to know is Crimson compatible with JDK 1.5 or not?
 
Regards,
Oracle &lt;http://www.oracle.com/&gt; 
Ravish Mody | Support Engineer
Oracle Global Support
Green Oracle &lt;http://www.oracle.com/commitment&gt; 	 Oracle is
committed to developing practices and products that help protect the
environment	

 

 


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: XML website status</title>
<author><name>Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200901.mbox/%3c20090130081321.0BD4.60BA733C@jeremias-maerki.ch%3e"/>
<id>urn:uuid:%3c20090130081321-0BD4-60BA733C@jeremias-maerki-ch%3e</id>
<updated>2009-01-30T07:16:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Good point. If noone beats me to it, I'll touch up the Commons site in
the next few days and see to it that I can become usable once more. A
short test showed that there is something DocBook-related that might
need a second glance and never Forrest versions have a problem with the
sources.

On 30.01.2009 04:35:55 Michael Glavassevich wrote:
&gt; 
&gt; Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt; wrote on 01/29/2009 04:24:52 PM:
&gt; 
&gt; &gt; With the permissions fixed, I've now made a little progress cleaning up
&gt; &gt; some more directories. Still some way to go but getting there...
&gt; &gt;
&gt; &gt; Next step is figuring out if there's really still a cron job for
&gt; &gt; updating the XML Commons website as the readme says.
&gt; 
&gt; Probably time that the XML Commons website moved under xerces.apache.org,
&gt; with a redirect from the old site (http://xml.apache.org/commons/ -&gt;
&gt; http://xerces.apache.org/xml-commons/). I see it's already gone from the
&gt; project list on the main xml.apache.org page.
&gt; 
&gt; &gt; I doubt it, but we'll see what happens now that I've made a few small
&gt; &gt; test modifications.
&gt; &gt;
&gt; &gt; On 03.01.2009 23:59:42 Michael Glavassevich wrote:
&gt; &gt; &gt; Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt; wrote on 01/01/2009 12:13:34
&gt; PM:
&gt; &gt; &gt;
&gt; &gt; &gt; &gt; I've tried to update the XML website today but was quite unlucky. I
&gt; &gt; &gt; &gt; currently can't do a "svn up" to update the XML website because
&gt; various
&gt; &gt; &gt; &gt; things are in the way:
&gt; &gt; &gt; &gt; - files and directories with bad permissions from "apbackup"
&gt; &gt; &gt; &gt; - Missing .svn directories due to unclean website updates
&gt; &gt; &gt; &gt; - .svn directories that should not be there
&gt; &gt; &gt; &gt; - a mix of the above
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; Anyway, I've notified the necessary people to do the necessary
&gt; cleanups.
&gt; &gt; &gt; &gt; After that I'll ask infra to fix/remove the bad "apbackup"
&gt; permissions.
&gt; &gt; &gt;
&gt; &gt; &gt; We have the same issue with the Xerces website (which I plan to update
&gt; &gt; &gt; soon). Just opened a JIRA against infra for that.
&gt; &gt; &gt;
&gt; &gt; &gt; &gt; Finally, I should be able to get the XML website back into a usable
&gt; &gt; &gt; &gt; state. I'll stay on it.
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; Jeremias Maerki
&gt; &gt; &gt; &gt;
&gt; &gt; &gt; &gt; ---------------------------------------------------------------------
&gt; &gt; &gt; &gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
&gt; &gt; &gt; &gt; For additional commands, e-mail: general-help@xml.apache.org
&gt; &gt; &gt;
&gt; &gt; &gt; Thanks.
&gt; &gt; &gt;
&gt; &gt; &gt; Michael Glavassevich
&gt; &gt; &gt; XML Parser Development
&gt; &gt; &gt; IBM Toronto Lab
&gt; &gt; &gt; E-mail: mrglavas@ca.ibm.com
&gt; &gt; &gt; E-mail: mrglavas@apache.org
&gt; &gt;
&gt; &gt; Jeremias Maerki
&gt; &gt;
&gt; &gt; ---------------------------------------------------------------------
&gt; &gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
&gt; &gt; For additional commands, e-mail: general-help@xml.apache.org
&gt; 
&gt; Thanks.
&gt; 
&gt; Michael Glavassevich
&gt; XML Parser Development
&gt; IBM Toronto Lab
&gt; E-mail: mrglavas@ca.ibm.com
&gt; E-mail: mrglavas@apache.org




Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: XML website status</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200901.mbox/%3cOFD6DAA7F4.37CC7ABB-ON8525754E.00127F6D-8525754E.0013B6A2@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOFD6DAA7F4-37CC7ABB-ON8525754E-00127F6D-8525754E-0013B6A2@ca-ibm-com%3e</id>
<updated>2009-01-30T03:35:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: quoted-printable


Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt; wrote on 01/29/2009 04:24:52 P=
M:

&gt; With the permissions fixed, I've now made a little progress cleaning =
up
&gt; some more directories. Still some way to go but getting there...
&gt;
&gt; Next step is figuring out if there's really still a cron job for
&gt; updating the XML Commons website as the readme says.

Probably time that the XML Commons website moved under xerces.apache.or=
g,
with a redirect from the old site (http://xml.apache.org/commons/ -&gt;
http://xerces.apache.org/xml-commons/). I see it's already gone from th=
e
project list on the main xml.apache.org page.

&gt; I doubt it, but we'll see what happens now that I've made a few small=

&gt; test modifications.
&gt;
&gt; On 03.01.2009 23:59:42 Michael Glavassevich wrote:
&gt; &gt; Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt; wrote on 01/01/2009 12:13:=
34
PM:
&gt; &gt;
&gt; &gt; &gt; I've tried to update the XML website today but was quite unlucky.=
 I
&gt; &gt; &gt; currently can't do a "svn up" to update the XML website because
various
&gt; &gt; &gt; things are in the way:
&gt; &gt; &gt; - files and directories with bad permissions from "apbackup"
&gt; &gt; &gt; - Missing .svn directories due to unclean website updates
&gt; &gt; &gt; - .svn directories that should not be there
&gt; &gt; &gt; - a mix of the above
&gt; &gt; &gt;
&gt; &gt; &gt; Anyway, I've notified the necessary people to do the necessary
cleanups.
&gt; &gt; &gt; After that I'll ask infra to fix/remove the bad "apbackup"
permissions.
&gt; &gt;
&gt; &gt; We have the same issue with the Xerces website (which I plan to upd=
ate
&gt; &gt; soon). Just opened a JIRA against infra for that.
&gt; &gt;
&gt; &gt; &gt; Finally, I should be able to get the XML website back into a usab=
le
&gt; &gt; &gt; state. I'll stay on it.
&gt; &gt; &gt;
&gt; &gt; &gt; Jeremias Maerki
&gt; &gt; &gt;
&gt; &gt; &gt; -----------------------------------------------------------------=
----
&gt; &gt; &gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
&gt; &gt; &gt; For additional commands, e-mail: general-help@xml.apache.org
&gt; &gt;
&gt; &gt; Thanks.
&gt; &gt;
&gt; &gt; Michael Glavassevich
&gt; &gt; XML Parser Development
&gt; &gt; IBM Toronto Lab
&gt; &gt; E-mail: mrglavas@ca.ibm.com
&gt; &gt; E-mail: mrglavas@apache.org
&gt;
&gt; Jeremias Maerki
&gt;
&gt; ---------------------------------------------------------------------=

&gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
&gt; For additional commands, e-mail: general-help@xml.apache.org

Thanks.

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org=


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: XML website status</title>
<author><name>Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200901.mbox/%3c20090129222110.E390.60BA733C@jeremias-maerki.ch%3e"/>
<id>urn:uuid:%3c20090129222110-E390-60BA733C@jeremias-maerki-ch%3e</id>
<updated>2009-01-29T21:24:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
With the permissions fixed, I've now made a little progress cleaning up
some more directories. Still some way to go but getting there...

Next step is figuring out if there's really still a cron job for
updating the XML Commons website as the readme says. I doubt it, but
we'll see what happens now that I've made a few small test modifications.

On 03.01.2009 23:59:42 Michael Glavassevich wrote:
&gt; Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt; wrote on 01/01/2009 12:13:34 PM:
&gt; 
&gt; &gt; I've tried to update the XML website today but was quite unlucky. I
&gt; &gt; currently can't do a "svn up" to update the XML website because various
&gt; &gt; things are in the way:
&gt; &gt; - files and directories with bad permissions from "apbackup"
&gt; &gt; - Missing .svn directories due to unclean website updates
&gt; &gt; - .svn directories that should not be there
&gt; &gt; - a mix of the above
&gt; &gt;
&gt; &gt; Anyway, I've notified the necessary people to do the necessary cleanups.
&gt; &gt; After that I'll ask infra to fix/remove the bad "apbackup" permissions.
&gt; 
&gt; We have the same issue with the Xerces website (which I plan to update
&gt; soon). Just opened a JIRA against infra for that.
&gt; 
&gt; &gt; Finally, I should be able to get the XML website back into a usable
&gt; &gt; state. I'll stay on it.
&gt; &gt;
&gt; &gt; Jeremias Maerki
&gt; &gt;
&gt; &gt; ---------------------------------------------------------------------
&gt; &gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
&gt; &gt; For additional commands, e-mail: general-help@xml.apache.org
&gt; 
&gt; Thanks.
&gt; 
&gt; Michael Glavassevich
&gt; XML Parser Development
&gt; IBM Toronto Lab
&gt; E-mail: mrglavas@ca.ibm.com
&gt; E-mail: mrglavas@apache.org




Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: XML website status</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200901.mbox/%3cOFC82F13A2.323F12DA-ON85257533.007CD80F-85257533.007E51DA@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOFC82F13A2-323F12DA-ON85257533-007CD80F-85257533-007E51DA@ca-ibm-com%3e</id>
<updated>2009-01-03T22:59:42Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Content-type: text/plain; charset=US-ASCII

Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt; wrote on 01/01/2009 12:13:34 PM:

&gt; I've tried to update the XML website today but was quite unlucky. I
&gt; currently can't do a "svn up" to update the XML website because various
&gt; things are in the way:
&gt; - files and directories with bad permissions from "apbackup"
&gt; - Missing .svn directories due to unclean website updates
&gt; - .svn directories that should not be there
&gt; - a mix of the above
&gt;
&gt; Anyway, I've notified the necessary people to do the necessary cleanups.
&gt; After that I'll ask infra to fix/remove the bad "apbackup" permissions.

We have the same issue with the Xerces website (which I plan to update
soon). Just opened a JIRA against infra for that.

&gt; Finally, I should be able to get the XML website back into a usable
&gt; state. I'll stay on it.
&gt;
&gt; Jeremias Maerki
&gt;
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
&gt; For additional commands, e-mail: general-help@xml.apache.org

Thanks.

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

</pre>
</div>
</content>
</entry>
<entry>
<title>XML website status</title>
<author><name>Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200901.mbox/%3c20090101180904.A450.60BA733C@jeremias-maerki.ch%3e"/>
<id>urn:uuid:%3c20090101180904-A450-60BA733C@jeremias-maerki-ch%3e</id>
<updated>2009-01-01T17:13:34Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I've tried to update the XML website today but was quite unlucky. I
currently can't do a "svn up" to update the XML website because various
things are in the way:
- files and directories with bad permissions from "apbackup"
- Missing .svn directories due to unclean website updates
- .svn directories that should not be there
- a mix of the above

Anyway, I've notified the necessary people to do the necessary cleanups.
After that I'll ask infra to fix/remove the bad "apbackup" permissions.
Finally, I should be able to get the XML website back into a usable
state. I'll stay on it.

Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
<author><name>Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200811.mbox/%3c20081112072530.AE11.60BA733C@jeremias-maerki.ch%3e"/>
<id>urn:uuid:%3c20081112072530-AE11-60BA733C@jeremias-maerki-ch%3e</id>
<updated>2008-11-12T06:45:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Yes, Michael, I was the driving force behind that. I wanted to make sure
that we've made an informed decision before dropping support for one JDK
or another. Developers obviously like the new stuff but users are
sometimes stuck with old stuff. It often takes them a bit longer to
migrate although they usually skip a generation when they migrate.

Anyway. First, we talked about the questions we wanted to ask:
http://markmail.org/message/y6h6lfzcupbvuww3
Then I set up the survey with one of the online survey service providers.
I chose one that was free.
http://markmail.org/message/xz72bqpkqy6dg5l5
At the end of the survey, I downloaded the data and visualized selected
items with OpenOffice. All put together that resulted in the Wiki page
mentioned by Ludger Buenger:
http://wiki.apache.org/xmlgraphics/UserPollOct2007

I believe this survey, though took some time and effort to do, was worth
it and it wasn't difficult to do. And I'll push for one again when we
want to drop Java 1.4 support within the XML Graphics project. I expect
it won't take too long until we do another as Java 1.4 has reached EOL
last month. It's going to be interesting to see how the survey results
change over time. But given the small data base, don't assume the
results are 100% representative.

HTH

On 12.11.2008 06:42:33 Michael Glavassevich wrote:
&gt; 
&gt; Any idea how this poll was done? A form you could submit on a website?
&gt; Jeremias, seeing your name as the last editor on the Wiki I'm guessing you
&gt; had something to do with it. Was this poll easy to set up?
&gt; 
&gt; Thanks.
&gt; 
&gt; Michael Glavassevich
&gt; XML Parser Development
&gt; IBM Toronto Lab
&gt; E-mail: mrglavas@ca.ibm.com
&gt; E-mail: mrglavas@apache.org
&gt; 
&gt; "Ludger Buenger" &lt;ludger.buenger@realobjects.com&gt; wrote on 11/11/2008
&gt; 09:34:08 AM:
&gt; 
&gt; &gt; Before Advancing beyond 1.3 I?d suggest to maybe initiate a usage
&gt; &gt; poll analogous to http://wiki.apache.org/xmlgraphics/UserPollOct2007
&gt; &gt; to get an overview which JDK version is still in use and required by
&gt; &gt; Xerces-J users.
&gt; &gt;
&gt; &gt; That would give the community a foundation to base a good decision upon.
&gt; &gt;
&gt; &gt;
&gt; &gt; From: Michael Glavassevich [mailto:mrglavas@ca.ibm.com]
&gt; &gt; Sent: Monday, November 10, 2008 4:52 AM
&gt; &gt; To: j-dev@xerces.apache.org; j-users@xerces.apache.org
&gt; &gt; Cc: general@xml.apache.org
&gt; &gt; Subject: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.
&gt; &gt; 3? 1.4? in the future)
&gt; &gt;
&gt; &gt; Hi all,
&gt; &gt;
&gt; &gt; (including general@xml.apache.org on the cc list to hopefully reach
&gt; &gt; a wider audience)
&gt; &gt;
&gt; &gt; I would like to propose that we officially drop support for JDK 1.2
&gt; &gt; in the next release of Xerces-J. Though the documentation [1] states
&gt; &gt; that Xerces supports JDK 1.2 it has been years since we have built
&gt; &gt; or tested binaries with this level. All of the recent releases were
&gt; &gt; built and tested with JDK 1.3. It was brought to my attention that
&gt; &gt; the code [2] since at least 2006 has had a dependency on APIs
&gt; &gt; introduced in JDK 1.3. So we inadvertently moved on awhile ago. It
&gt; &gt; seems this has not been a practical issue for most users since we've
&gt; &gt; received no posts on these lists about it and received no other bug
&gt; &gt; reports. It's not clear that there would be much benefit in
&gt; &gt; restoring JDK 1.2 compatibility at this point. It's been out of
&gt; &gt; service for years and looking around Apache it seems most projects
&gt; &gt; run on JDK 1.4 or higher with some of the stragglers [3][4] below
&gt; &gt; that moving up soon.
&gt; &gt;
&gt; &gt; If you have serious concerns regarding Xerces abandoning JDK 1.2
&gt; &gt; support please send an email to the j-dev@xerces.apache.org mailing
&gt; &gt; list, specifying why you can't use a higher level of JDK and what
&gt; &gt; parser features you are using.
&gt; &gt;
&gt; &gt; While on the subject I wonder what the community would think of us
&gt; &gt; eventually dropping support for JDK 1.3 and possibly 1.4. There were
&gt; &gt; features introduced in JDK 1.4 and 5 which Xerces could benefit from
&gt; &gt; (e.g. NIO, java.lang.CharSequence, exception chaining, java.lang.
&gt; &gt; StringBuilder, java.util.concurrent.*, etc...). That's not something
&gt; &gt; I'm proposing today (or thinking of proposing for awhile) but would
&gt; &gt; like to hear feedback from users (please send to j-dev@xerces.
&gt; &gt; apache.org) who may still need new versions of Xerces which run on
&gt; &gt; JDK 1.3 and 1.4. It would also be nice hear from folks who've long
&gt; &gt; since moved on to Java 5 and beyond and would like to see Xerces
&gt; &gt; take advantage of JDK 1.4 and 5 features.
&gt; &gt;
&gt; &gt; Thanks.
&gt; &gt;
&gt; &gt; [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11
&gt; &gt; [2] http://issues.apache.org/jira/browse/XERCESJ-1297
&gt; &gt; [3] http://marc.info/?l=ant-dev&amp;m=122596549809889&amp;w=2
&gt; &gt; [4] http://marc.info/?l=fop-user&amp;m=119244442600564&amp;w=2
&gt; &gt;
&gt; &gt; Michael Glavassevich
&gt; &gt; XML Parser Development
&gt; &gt; IBM Toronto Lab
&gt; &gt; E-mail: mrglavas@ca.ibm.com
&gt; &gt; E-mail: mrglavas@apache.org
&gt; &gt;
&gt; &gt; --
&gt; &gt; This message was scanned by ESVA and is believed to be clean.
&gt; &gt; Click here to report this message as spam.




Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200811.mbox/%3cOFD19A9ACD.BF489A47-ON852574FF.001FDE00-852574FF.0021A8F7@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOFD19A9ACD-BF489A47-ON852574FF-001FDE00-852574FF-0021A8F7@ca-ibm-com%3e</id>
<updated>2008-11-12T06:07:57Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Content-type: text/plain; charset=US-ASCII

Shane Curcuru &lt;asf@shanecurcuru.org&gt; wrote on 11/11/2008 08:08:50 AM:

&gt; +1 to dropping 1.2 support.
&gt;
&gt; Please - be sure that the main website clearly lists the last release we
&gt; think that Xerces worked on JDK version x.y.  Xerces is ubiquitous, and
&gt; is used directly or within other products virtually everywhere.  While
&gt; we don't need to spend developer time worrying about ancient JDK
&gt; versions, we should make it clear where people who have to stay on
&gt; legacy systems can get an appropriate release.

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.

&gt; I'd love it if we ensured that we feature a prominent link and host the
&gt; download for the zip/targz plus it's key file for "the last known good
&gt; Xerces with JDK x.y" as we drop support for earlier releases.

If someone wants to pick up an old version they will always be in the
archives [3].

&gt; Thanks for bringing the item up!
&gt;
&gt; - Shane

Thanks.

[1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11
[2] http://xerces.apache.org/xerces2-j/releases.html
[3] http://archive.apache.org/dist/xml/xerces-j/

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

</pre>
</div>
</content>
</entry>
<entry>
<title>RE: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200811.mbox/%3cOFBC129029.94902729-ON852574FF.001E7A26-852574FF.001F55C3@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOFBC129029-94902729-ON852574FF-001E7A26-852574FF-001F55C3@ca-ibm-com%3e</id>
<updated>2008-11-12T05:42:33Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: quoted-printable


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?

Thanks.

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

"Ludger Buenger" &lt;ludger.buenger@realobjects.com&gt; wrote on 11/11/2008
09:34:08 AM:

&gt; Before Advancing beyond 1.3 I?d suggest to maybe initiate a usage
&gt; poll analogous to http://wiki.apache.org/xmlgraphics/UserPollOct2007
&gt; to get an overview which JDK version is still in use and required by
&gt; Xerces-J users.
&gt;
&gt; That would give the community a foundation to base a good decision up=
on.
&gt;
&gt;
&gt; From: Michael Glavassevich [mailto:mrglavas@ca.ibm.com]
&gt; Sent: Monday, November 10, 2008 4:52 AM
&gt; To: j-dev@xerces.apache.org; j-users@xerces.apache.org
&gt; Cc: general@xml.apache.org
&gt; Subject: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.
&gt; 3? 1.4? in the future)
&gt;
&gt; Hi all,
&gt;
&gt; (including general@xml.apache.org on the cc list to hopefully reach
&gt; a wider audience)
&gt;
&gt; I would like to propose that we officially drop support for JDK 1.2
&gt; in the next release of Xerces-J. Though the documentation [1] states
&gt; that Xerces supports JDK 1.2 it has been years since we have built
&gt; or tested binaries with this level. All of the recent releases were
&gt; built and tested with JDK 1.3. It was brought to my attention that
&gt; the code [2] since at least 2006 has had a dependency on APIs
&gt; introduced in JDK 1.3. So we inadvertently moved on awhile ago. It
&gt; seems this has not been a practical issue for most users since we've
&gt; received no posts on these lists about it and received no other bug
&gt; reports. It's not clear that there would be much benefit in
&gt; restoring JDK 1.2 compatibility at this point. It's been out of
&gt; service for years and looking around Apache it seems most projects
&gt; run on JDK 1.4 or higher with some of the stragglers [3][4] below
&gt; that moving up soon.
&gt;
&gt; If you have serious concerns regarding Xerces abandoning JDK 1.2
&gt; support please send an email to the j-dev@xerces.apache.org mailing
&gt; list, specifying why you can't use a higher level of JDK and what
&gt; parser features you are using.
&gt;
&gt; While on the subject I wonder what the community would think of us
&gt; eventually dropping support for JDK 1.3 and possibly 1.4. There were
&gt; features introduced in JDK 1.4 and 5 which Xerces could benefit from
&gt; (e.g. NIO, java.lang.CharSequence, exception chaining, java.lang.
&gt; StringBuilder, java.util.concurrent.*, etc...). That's not something
&gt; I'm proposing today (or thinking of proposing for awhile) but would
&gt; like to hear feedback from users (please send to j-dev@xerces.
&gt; apache.org) who may still need new versions of Xerces which run on
&gt; JDK 1.3 and 1.4. It would also be nice hear from folks who've long
&gt; since moved on to Java 5 and beyond and would like to see Xerces
&gt; take advantage of JDK 1.4 and 5 features.
&gt;
&gt; Thanks.
&gt;
&gt; [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11
&gt; [2] http://issues.apache.org/jira/browse/XERCESJ-1297
&gt; [3] http://marc.info/?l=3Dant-dev&amp;m=3D122596549809889&amp;w=3D2
&gt; [4] http://marc.info/?l=3Dfop-user&amp;m=3D119244442600564&amp;w=3D2
&gt;
&gt; Michael Glavassevich
&gt; XML Parser Development
&gt; IBM Toronto Lab
&gt; E-mail: mrglavas@ca.ibm.com
&gt; E-mail: mrglavas@apache.org
&gt;
&gt; --
&gt; This message was scanned by ESVA and is believed to be clean.
&gt; Click here to report this message as spam.=


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200811.mbox/%3cOFF2FE221E.C213FF30-ON852574FF.001BF726-852574FF.001E4170@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOFF2FE221E-C213FF30-ON852574FF-001BF726-852574FF-001E4170@ca-ibm-com%3e</id>
<updated>2008-11-12T05:30:46Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: quoted-printable


Worth nothing that although Java 1.4 may have passed Sun's EOL date the=
re
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 lev=
el
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 releas=
es
out of Apache Harmony would bind themselves to Sun's dates either (for =
when
they'd stop maintenance).

Thanks.

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt; wrote on 11/11/2008 08:59:38 A=
M:

&gt; On 11.11.2008 14:52:52 sebb wrote:
&gt; &gt; On 11/11/2008, Shane Curcuru &lt;asf@shanecurcuru.org&gt; wrote:
&gt; &gt; &gt; +1 to dropping 1.2 support.
&gt; &gt;
&gt; &gt; +1 to dropping 1.2
&gt; &gt;
&gt; &gt; +0 to dropping 1.3
&gt; &gt;
&gt; &gt; I think 1.4 support should be kept if possible for a while yet.
&gt;
&gt; Agreed. Xerces is such a basic library and so many companies are stil=
l
&gt; stuck with Java 1.4 even though it's past EOL.
&gt;
&gt; &gt; &gt;  Please - be sure that the main website clearly lists the last
release we
&gt; &gt; &gt; think that Xerces worked on JDK version x.y.  Xerces is ubiquitou=
s,
and is
&gt; &gt; &gt; used directly or within other products virtually everywhere.
&gt; While we don't
&gt; &gt; &gt; need to spend developer time worrying about ancient JDK
&gt; versions, we should
&gt; &gt; &gt; make it clear where people who have to stay on legacy systems can=
 get
an
&gt; &gt; &gt; appropriate release.
&gt; &gt;
&gt; &gt; +1
&gt; &gt;
&gt; &gt; &gt;  I'd love it if we ensured that we feature a prominent link and h=
ost
the
&gt; &gt; &gt; download for the zip/targz plus it's key file for "the last known=

good
&gt; &gt; &gt; Xerces with JDK x.y" as we drop support for earlier releases.
&gt; &gt; &gt;
&gt; &gt;
&gt; &gt; +1
&gt; &gt;
&gt; &gt; &gt;  Thanks for bringing the item up!
&gt; &gt; &gt;
&gt; &gt; &gt;  - Shane
&gt;
&gt; Jeremias Maerki
&gt;
&gt; ---------------------------------------------------------------------=

&gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
&gt; For additional commands, e-mail: general-help@xml.apache.org=


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200811.mbox/%3cOF7C6D9845.8B7B5179-ON852574FF.00122164-852574FF.001BE6F3@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOF7C6D9845-8B7B5179-ON852574FF-00122164-852574FF-001BE6F3@ca-ibm-com%3e</id>
<updated>2008-11-12T05:05:03Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: quoted-printable


Xerces doesn't have maintenance releases in the sense that we'll ever h=
ave
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 h=
ave
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 limite=
d
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 leve=
l.
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 (namel=
y
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 he=
lp.
If they're not willing to lift a finger then they don't need it badly
enough yet.

As for moving past Java 1.3, it's not just the features we could be usi=
ng
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 Jav=
a 5
and beyond. So it may get to a point where Xerces just has to jump to J=
ava
5, 6 or ??? in order to keep up with JAXP. This already happened to JAX=
B.
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 implementatio=
n of
XML Schema 1.1 and one of the significant features introduced in this n=
ew
version of XML Schema is assertions [3]. For this feature to be of valu=
e 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.

Anyway, in the immediate future I only recommend that we officially dro=
p
support for JDK 1.2. So far the folks who've been responding seem to be=
 on
board with that.

Thanks.

[1] http://wiki.glassfish.java.net/Wiki.jsp?page=3DJaxpNextDiscussion
[2] http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=3D6472193
[3] http://www.w3.org/TR/xmlschema11-1/#cAssertions

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

nbeyer@gmail.com wrote on 11/11/2008 09:46:52 PM:

&gt; I doubt maintenance for the current codebase running on Java 1.3 woul=
d
&gt; be completely removed. I interpreted the original question as aimed a=
t
&gt; new and future development. I don't want to speak for Michael, but
&gt; that's the way I read it.
&gt;
&gt; -Nathan
&gt;
&gt; On Tue, Nov 11, 2008 at 9:08 AM, Jacob Kjome &lt;hoju@visi.com&gt; wrote:
&gt; &gt; On Tue, 11 Nov 2008 09:36:26 -0500
&gt; &gt;  "David Ezell" &lt;David_E3@VERIFONE.com&gt; wrote:
&gt; &gt;&gt;
&gt; &gt;&gt; Well, one person's 4 is another person's 3.
&gt; &gt;&gt;
&gt; &gt;&gt; We're stuck on 1.3 for the foreseeable future.
&gt; &gt;&gt;
&gt; &gt;&gt; So -1 to drop 1.3.
&gt; &gt;
&gt; &gt; I partially agree with this.  There's no reason 1.3 needs to be dro=
pped
for
&gt; &gt; the current 2.x.x codebase.  Why not maintain 2.x.x at 1.3 and move=
 on
to
&gt; &gt; 3.x development which would be 1.5+ (or even 1.6+).  Xerces2 is ver=
y
&gt; &gt; stable.  1.3 and 1.4 users can continue to depend on it.  I maintai=
n
the
&gt; &gt; XMLC project, which is currently limited to JDK 1.3 anway.  If crit=
ical
&gt; &gt; issues are found in Xerces2, they can be fixed on the Xerces2 branc=
h
where
&gt; &gt; 1.3 and 1.4 users can benefit.  Of course, we can also expect that =
1.3
and
&gt; &gt; 1.4 users are in maintenance mode and won't require fancy new featu=
res.
All
&gt; &gt; new feature development can take place on the trunk, which will
represent
&gt; &gt; the Xerces3 codebase, and will be able to take advantage of all the=

latest
&gt; &gt; JDK features.  Who knows, maybe Sun can eventually drop the
&gt; &gt; com.sun.apache.xerces stuff and migrate back to the original, stabl=
e,
Xerces
&gt; &gt; product once it is not limited by old VM's.
&gt; &gt;
&gt; &gt; Jake
&gt; &gt;
&gt; &gt;&gt;
&gt; &gt;&gt; David Ezell
&gt; &gt;&gt; VeriFone
&gt; &gt;&gt; Chair, XML Schema WG
&gt; &gt;&gt;
&gt; &gt;&gt;&gt; -----Original Message-----
&gt; &gt;&gt;&gt; From: Schmidlin, Franck [mailto:Franck.Schmidlin@northgate-is.com=
]
Sent:
&gt; &gt;&gt;&gt; Tuesday, November 11, 2008 5:35 AM
&gt; &gt;&gt;&gt; To: j-dev@xerces.apache.org; j-users@xerces.apache.org
&gt; &gt;&gt;&gt; Cc: general@xml.apache.org
&gt; &gt;&gt;&gt; Subject: RE: Dropping JDK 1.2 support for Xerces-J (and possibly =
JDK
1.3?
&gt; &gt;&gt;&gt; 1.4? in the future)
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt;  &gt; a new infusion of activity and interest.
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; you betcha, most of us would be up in arms!
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; I personally am stuck on 1.4.2 for the foreseeable future.
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; So +1 to drop 1.2/3 support, but let's not get too drastic please=
.
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; ______________________________
&gt; &gt;&gt;&gt; Franck Schmidlin
&gt; &gt;&gt;&gt; Corporate Integration Consultant
&gt; &gt;&gt;&gt; Northgate Public Services
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; Please consider the environment before printing this e-mail
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; -----Original Message-----
&gt; &gt;&gt;&gt; From: nbeyer@gmail.com [mailto:nbeyer@gmail.com] On Behalf Of Nat=
han
&gt; &gt;&gt;&gt; Beyer
&gt; &gt;&gt;&gt; Sent: 11 November 2008 02:25
&gt; &gt;&gt;&gt; To: j-users@xerces.apache.org
&gt; &gt;&gt;&gt; Cc: j-dev@xerces.apache.org; general@xml.apache.org
&gt; &gt;&gt;&gt; Subject: Re: Dropping JDK 1.2 support for Xerces-J (and possibly =
JDK
1.3?
&gt; &gt;&gt;&gt; 1.4? in the future)
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; +1
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; I'd suggest just jumping to Java 5 library, source and target
&gt; &gt;&gt;&gt; compilation. I think this would give the project a new infusion
&gt; of activity
&gt; &gt;&gt;&gt; and interest.
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; -Nathan
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; On Sun, Nov 9, 2008 at 9:51 PM, Michael Glavassevich
&gt; &gt;&gt;&gt; &lt;mrglavas@ca.ibm.com&gt; wrote:
&gt; &gt;&gt;&gt; &gt; Hi all,
&gt; &gt;&gt;&gt; &gt;
&gt; &gt;&gt;&gt; &gt; (including general@xml.apache.org on the cc list to hopefully r=
each
a &gt;
&gt; &gt;&gt;&gt; &gt; wider
&gt; &gt;&gt;&gt; &gt; audience)
&gt; &gt;&gt;&gt; &gt;
&gt; &gt;&gt;&gt; &gt; I would like to propose that we officially drop support for JDK=
 1.2
in
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; &gt; the next release of Xerces-J. Though the documentation [1] stat=
es
that
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; &gt; Xerces supports JDK 1.2 it has been years since we have built o=
r &gt;
&gt; &gt;&gt;&gt; &gt; tested binaries with this level. All of the recent releases wer=
e
built
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; &gt; and tested with JDK 1.3. It was brought to my attention that th=
e
code &gt;
&gt; &gt;&gt;&gt; &gt; [2] since at least 2006 has had a dependency on APIs introduced=
 in
JDK
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; &gt; 1.3. So we inadvertently moved on awhile ago. It seems this has=
 not
&gt;
&gt; &gt;&gt;&gt; &gt; been a practical issue for most users since we've received no p=
osts
on
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; &gt; these lists about it and received no other bug reports. It's no=
t
clear
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; &gt; that there would be much benefit in restoring JDK 1.2 compatibi=
lity
at
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; &gt; this point. It's been out of service for years and looking arou=
nd &gt;
&gt; &gt;&gt;&gt; &gt; Apache it seems most projects run on JDK 1.4 or higher with som=
e of
&gt; &gt;&gt;&gt; the stragglers [3][4] below that moving up soon.
&gt; &gt;&gt;&gt; &gt;
&gt; &gt;&gt;&gt; &gt; If you have serious concerns regarding Xerces abandoning JDK 1.=
2 &gt;
&gt; &gt;&gt;&gt; &gt; support please send an email to the j-dev@xerces.apache.org
&gt; mailing &gt; list,
&gt; &gt;&gt;&gt; &gt; specifying why you can't use a higher level of JDK and what &gt;
parser
&gt; &gt;&gt;&gt; &gt; features you are using.
&gt; &gt;&gt;&gt; &gt;
&gt; &gt;&gt;&gt; &gt; While on the subject I wonder what the community would think of=
 us
&gt;
&gt; &gt;&gt;&gt; &gt; eventually dropping support for JDK 1.3 and possibly 1.4. There=

were &gt;
&gt; &gt;&gt;&gt; &gt; features introduced in JDK 1.4 and 5 which Xerces could benefit=

from
&gt; &gt;&gt;&gt; (e.g.
&gt; &gt;&gt;&gt; &gt; NIO, java.lang.CharSequence, exception chaining, &gt;
&gt; &gt;&gt;&gt; &gt; java.lang.StringBuilder, java.util.concurrent.*, etc...). That'=
s
not &gt;
&gt; &gt;&gt;&gt; &gt; something I'm proposing today (or thinking of proposing for
&gt; awhile) &gt; but
&gt; &gt;&gt;&gt; &gt; would like to hear feedback from users (please send to
&gt; &gt;&gt;&gt; &gt; j-dev@xerces.apache.org) who may still need new versions of Xer=
ces
&gt;
&gt; &gt;&gt;&gt; &gt; which run on JDK 1.3 and 1.4. It would also be nice hear from
&gt; folks &gt; who've
&gt; &gt;&gt;&gt; &gt; long since moved on to Java 5 and beyond and would like to see
&gt; &gt;&gt;&gt; Xerces take advantage of JDK 1.4 and 5 features.
&gt; &gt;&gt;&gt; &gt;
&gt; &gt;&gt;&gt; &gt; Thanks.
&gt; &gt;&gt;&gt; &gt;
&gt; &gt;&gt;&gt; &gt; [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11
&gt; &gt;&gt;&gt; &gt; [2] http://issues.apache.org/jira/browse/XERCESJ-1297
&gt; &gt;&gt;&gt; &gt; [3] http://marc.info/?l=3Dant-dev&amp;m=3D122596549809889&amp;w=3D2
&gt; &gt;&gt;&gt; &gt; [4] http://marc.info/?l=3Dfop-user&amp;m=3D119244442600564&amp;w=3D2
&gt; &gt;&gt;&gt; &gt;
&gt; &gt;&gt;&gt; &gt; Michael Glavassevich
&gt; &gt;&gt;&gt; &gt; XML Parser Development
&gt; &gt;&gt;&gt; &gt; IBM Toronto Lab
&gt; &gt;&gt;&gt; &gt; E-mail: mrglavas@ca.ibm.com
&gt; &gt;&gt;&gt; &gt; E-mail: mrglavas@apache.org
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; -----------------------------------------------------------------=
----
&gt; &gt;&gt;&gt; To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
&gt; &gt;&gt;&gt; For additional commands, e-mail: j-dev-help@xerces.apache.org
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt;  Scanned for viruses by BlackSpider MailControl
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt; This email is sent on behalf of Northgate Information Solutions
Limited
&gt; &gt;&gt;&gt; and its associated companies ("Northgate") and is strictly
&gt; confidential and
&gt; &gt;&gt;&gt; intended solely for the addressee(s).
&gt; &gt;&gt;&gt;  If you are not the intended recipient of this email you must: (i=
)
not
&gt; &gt;&gt;&gt; disclose, copy or distribute its contents to any other person nor=
 use
its
&gt; &gt;&gt;&gt; contents in any way or you may be acting unlawfully; (ii)
&gt; contact Northgate
&gt; &gt;&gt;&gt; immediately on +44 (0)1442 232424 quoting the name of the sender =
and
the
&gt; &gt;&gt;&gt; addressee then delete it from your system.
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt;  Northgate has taken reasonable precautions to ensure that no vir=
uses
are
&gt; &gt;&gt;&gt; contained in this email, but does not accept any responsibility o=
nce
this
&gt; &gt;&gt;&gt; email has been transmitted.  You should scan attachments (if any)=
 for
&gt; &gt;&gt;&gt; viruses.
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt;  Northgate Information Solutions Limited. Registered in England n=
o.
&gt; &gt;&gt;&gt; 06442582  -  Northgate Information Solutions UK Limited. Register=
ed
in
&gt; &gt;&gt;&gt; England no. 968498  -  NorthgateArinso UK Limited. Registered in
&gt; England no.
&gt; &gt;&gt;&gt; 1587537  -  Moorepay Limited.  Registered in England no. 891686  =
-
&gt; &gt;&gt;&gt;  Northgate Land &amp; Property Solutions Limited  -  Registered in
England no.
&gt; &gt;&gt;&gt; 2149536 Registered Office: Peoplebuilding 2, Peoplebuilding
&gt; Estate, Maylands
&gt; &gt;&gt;&gt; Avenue, Hemel Hempstead, Hertfordshire HP2 4NW
&gt; &gt;&gt;&gt;  Northgate Managed Services Limited (NI).  Registered in Northern=

Ireland
&gt; &gt;&gt;&gt; no. NI032979  -  LearnServe Limited (NI).  Registered in Northern=

Ireland
&gt; &gt;&gt;&gt; no. NI043825 Registered Office: Hillview House, 61 Church Road,
&gt; &gt;&gt;&gt; Newtownabbey, Co. Antrim, BT36 7LQ
&gt; &gt;&gt;&gt; -----------------------------------------------------------------=
----
&gt; &gt;&gt;&gt; To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
&gt; &gt;&gt;&gt; For additional commands, e-mail: j-users-help@xerces.apache.org
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;&gt;
&gt; &gt;&gt;
&gt; &gt;&gt; ------------------------------------------------------------------=
---
&gt; &gt;&gt; To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
&gt; &gt;&gt; For additional commands, e-mail: j-users-help@xerces.apache.org
&gt; &gt;&gt;
&gt; &gt;&gt;
&gt; &gt;
&gt; &gt;
&gt; &gt; -------------------------------------------------------------------=
--
&gt; &gt; To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
&gt; &gt; For additional commands, e-mail: j-users-help@xerces.apache.org
&gt; &gt;
&gt; &gt;
&gt;
&gt; ---------------------------------------------------------------------=

&gt; To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
&gt; For additional commands, e-mail: j-users-help@xerces.apache.org=


</pre>
</div>
</content>
</entry>
<entry>
<title>RE: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
<author><name>&quot;Ludger Buenger&quot; &lt;ludger.buenger@realobjects.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200811.mbox/%3c96458C389BF1724995FFD7FAD88926371141C9@ex.nc-sb.de%3e"/>
<id>urn:uuid:%3c96458C389BF1724995FFD7FAD88926371141C9@ex-nc-sb-de%3e</id>
<updated>2008-11-11T14:34:08Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Before Advancing beyond 1.3 I'd suggest to maybe initiate a usage poll
analogous to http://wiki.apache.org/xmlgraphics/UserPollOct2007 to get
an overview which JDK version is still in use and required by Xerces-J
users.

 

That would give the community a foundation to base a good decision upon.

 

 

From: Michael Glavassevich [mailto:mrglavas@ca.ibm.com] 
Sent: Monday, November 10, 2008 4:52 AM
To: j-dev@xerces.apache.org; j-users@xerces.apache.org
Cc: general@xml.apache.org
Subject: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3?
1.4? in the future)

 

Hi all,

(including general@xml.apache.org on the cc list to hopefully reach a
wider audience)

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.

If you have serious concerns regarding Xerces abandoning JDK 1.2 support
please send an email to the j-dev@xerces.apache.org mailing list,
specifying why you can't use a higher level of JDK and what parser
features you are using.

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
j-dev@xerces.apache.org) 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.

Thanks.

[1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11
&lt;http://xerces.apache.org/xerces2-j/faq-general.html#faq-11&gt; 
[2] http://issues.apache.org/jira/browse/XERCESJ-1297
&lt;http://issues.apache.org/jira/browse/XERCESJ-1297&gt; 
[3] http://marc.info/?l=ant-dev&amp;m=122596549809889&amp;w=2
&lt;http://marc.info/?l=ant-dev&amp;m=122596549809889&amp;w=2&gt; 
[4] http://marc.info/?l=fop-user&amp;m=119244442600564&amp;w=2
&lt;http://marc.info/?l=fop-user&amp;m=119244442600564&amp;w=2&gt; 

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org


-- 
This message was scanned by ESVA and is believed to be clean. 
Click here to report this message as spam.
&lt;http://mailfilter.nc-sb.de/cgi-bin/learn-msg.cgi?id=A2B9C27F01.AE332&gt;  



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
<author><name>Jeremias Maerki &lt;dev@jeremias-maerki.ch&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200811.mbox/%3c20081111145750.B3E1.60BA733C@jeremias-maerki.ch%3e"/>
<id>urn:uuid:%3c20081111145750-B3E1-60BA733C@jeremias-maerki-ch%3e</id>
<updated>2008-11-11T13:59:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On 11.11.2008 14:52:52 sebb wrote:
&gt; On 11/11/2008, Shane Curcuru &lt;asf@shanecurcuru.org&gt; wrote:
&gt; &gt; +1 to dropping 1.2 support.
&gt; 
&gt; +1 to dropping 1.2
&gt; 
&gt; +0 to dropping 1.3
&gt; 
&gt; I think 1.4 support should be kept if possible for a while yet.

Agreed. Xerces is such a basic library and so many companies are still
stuck with Java 1.4 even though it's past EOL.

&gt; &gt;  Please - be sure that the main website clearly lists the last release we
&gt; &gt; think that Xerces worked on JDK version x.y.  Xerces is ubiquitous, and is
&gt; &gt; used directly or within other products virtually everywhere.  While we don't
&gt; &gt; need to spend developer time worrying about ancient JDK versions, we should
&gt; &gt; make it clear where people who have to stay on legacy systems can get an
&gt; &gt; appropriate release.
&gt; 
&gt; +1
&gt; 
&gt; &gt;  I'd love it if we ensured that we feature a prominent link and host the
&gt; &gt; download for the zip/targz plus it's key file for "the last known good
&gt; &gt; Xerces with JDK x.y" as we drop support for earlier releases.
&gt; &gt;
&gt; 
&gt; +1
&gt; 
&gt; &gt;  Thanks for bringing the item up!
&gt; &gt;
&gt; &gt;  - Shane
&gt; &gt;
&gt; &gt;



Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
<author><name>sebb &lt;sebbaz@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200811.mbox/%3c25aac9fc0811110552r191807fdlea2a0e0564a0ba8f@mail.gmail.com%3e"/>
<id>urn:uuid:%3c25aac9fc0811110552r191807fdlea2a0e0564a0ba8f@mail-gmail-com%3e</id>
<updated>2008-11-11T13:52:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
On 11/11/2008, Shane Curcuru &lt;asf@shanecurcuru.org&gt; wrote:
&gt; +1 to dropping 1.2 support.

+1 to dropping 1.2

+0 to dropping 1.3

I think 1.4 support should be kept if possible for a while yet.

&gt;  Please - be sure that the main website clearly lists the last release we
&gt; think that Xerces worked on JDK version x.y.  Xerces is ubiquitous, and is
&gt; used directly or within other products virtually everywhere.  While we don't
&gt; need to spend developer time worrying about ancient JDK versions, we should
&gt; make it clear where people who have to stay on legacy systems can get an
&gt; appropriate release.

+1

&gt;  I'd love it if we ensured that we feature a prominent link and host the
&gt; download for the zip/targz plus it's key file for "the last known good
&gt; Xerces with JDK x.y" as we drop support for earlier releases.
&gt;

+1

&gt;  Thanks for bringing the item up!
&gt;
&gt;  - Shane
&gt;
&gt;

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
<author><name>Shane Curcuru &lt;asf@shanecurcuru.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200811.mbox/%3c491983E2.6070906@shanecurcuru.org%3e"/>
<id>urn:uuid:%3c491983E2-6070906@shanecurcuru-org%3e</id>
<updated>2008-11-11T13:08:50Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
+1 to dropping 1.2 support.

Please - be sure that the main website clearly lists the last release we 
think that Xerces worked on JDK version x.y.  Xerces is ubiquitous, and 
is used directly or within other products virtually everywhere.  While 
we don't need to spend developer time worrying about ancient JDK 
versions, we should make it clear where people who have to stay on 
legacy systems can get an appropriate release.

I'd love it if we ensured that we feature a prominent link and host the 
download for the zip/targz plus it's key file for "the last known good 
Xerces with JDK x.y" as we drop support for earlier releases.

Thanks for bringing the item up!

- Shane


</pre>
</div>
</content>
</entry>
<entry>
<title>RE: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
<author><name>&quot;Schmidlin, Franck&quot; &lt;Franck.Schmidlin@northgate-is.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200811.mbox/%3cBD28474143AE1C42B943F8AD2F8E899084F939@slo-it-ex1.primary.local%3e"/>
<id>urn:uuid:%3cBD28474143AE1C42B943F8AD2F8E899084F939@slo-it-ex1-primary-local%3e</id>
<updated>2008-11-11T10:35:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
 &gt; a new infusion of activity and interest.

you betcha, most of us would be up in arms!

I personally am stuck on 1.4.2 for the foreseeable future.

So +1 to drop 1.2/3 support, but let's not get too drastic please.


______________________________
Franck Schmidlin
Corporate Integration Consultant 
Northgate Public Services

Please consider the environment before printing this e-mail


-----Original Message-----
From: nbeyer@gmail.com [mailto:nbeyer@gmail.com] On Behalf Of Nathan
Beyer
Sent: 11 November 2008 02:25
To: j-users@xerces.apache.org
Cc: j-dev@xerces.apache.org; general@xml.apache.org
Subject: Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK
1.3? 1.4? in the future)

+1

I'd suggest just jumping to Java 5 library, source and target
compilation. I think this would give the project a new infusion of
activity and interest.

-Nathan

On Sun, Nov 9, 2008 at 9:51 PM, Michael Glavassevich
&lt;mrglavas@ca.ibm.com&gt; wrote:
&gt; Hi all,
&gt;
&gt; (including general@xml.apache.org on the cc list to hopefully reach a 
&gt; wider
&gt; audience)
&gt;
&gt; I would like to propose that we officially drop support for JDK 1.2 in

&gt; the next release of Xerces-J. Though the documentation [1] states that

&gt; Xerces supports JDK 1.2 it has been years since we have built or 
&gt; tested binaries with this level. All of the recent releases were built

&gt; and tested with JDK 1.3. It was brought to my attention that the code 
&gt; [2] since at least 2006 has had a dependency on APIs introduced in JDK

&gt; 1.3. So we inadvertently moved on awhile ago. It seems this has not 
&gt; been a practical issue for most users since we've received no posts on

&gt; these lists about it and received no other bug reports. It's not clear

&gt; that there would be much benefit in restoring JDK 1.2 compatibility at

&gt; this point. It's been out of service for years and looking around 
&gt; Apache it seems most projects run on JDK 1.4 or higher with some of
the stragglers [3][4] below that moving up soon.
&gt;
&gt; If you have serious concerns regarding Xerces abandoning JDK 1.2 
&gt; support please send an email to the j-dev@xerces.apache.org mailing 
&gt; list, specifying why you can't use a higher level of JDK and what 
&gt; parser features you are using.
&gt;
&gt; While on the subject I wonder what the community would think of us 
&gt; eventually dropping support for JDK 1.3 and possibly 1.4. There were 
&gt; features introduced in JDK 1.4 and 5 which Xerces could benefit from
(e.g.
&gt; NIO, java.lang.CharSequence, exception chaining, 
&gt; java.lang.StringBuilder, java.util.concurrent.*, etc...). That's not 
&gt; something I'm proposing today (or thinking of proposing for awhile) 
&gt; but would like to hear feedback from users (please send to 
&gt; j-dev@xerces.apache.org) who may still need new versions of Xerces 
&gt; which run on JDK 1.3 and 1.4. It would also be nice hear from folks 
&gt; 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.
&gt;
&gt; Thanks.
&gt;
&gt; [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11
&gt; [2] http://issues.apache.org/jira/browse/XERCESJ-1297
&gt; [3] http://marc.info/?l=ant-dev&amp;m=122596549809889&amp;w=2
&gt; [4] http://marc.info/?l=fop-user&amp;m=119244442600564&amp;w=2
&gt;
&gt; Michael Glavassevich
&gt; XML Parser Development
&gt; IBM Toronto Lab
&gt; E-mail: mrglavas@ca.ibm.com
&gt; E-mail: mrglavas@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org



 Scanned for viruses by BlackSpider MailControl


This email is sent on behalf of Northgate Information Solutions Limited and its associated
companies ("Northgate") and is strictly confidential and intended solely for the addressee(s).
 

 If you are not the intended recipient of this email you must: (i) not disclose, copy or distribute
its contents to any other person nor use its contents in any way or you may be acting unlawfully;
(ii) contact Northgate immediately on +44 (0)1442 232424 quoting the name of the sender and
the addressee then delete it from your system.

 Northgate has taken reasonable precautions to ensure that no viruses are contained in this
email, but does not accept any responsibility once this email has been transmitted.  You should
scan attachments (if any) for viruses.

 Northgate Information Solutions Limited. Registered in England no. 06442582  -  Northgate
Information Solutions UK Limited. Registered in England no. 968498  -  NorthgateArinso UK
Limited. Registered in England no. 1587537  -  Moorepay Limited.  Registered in England no.
891686  -  Northgate Land &amp; Property Solutions Limited  -  Registered in England no. 2149536
Registered Office: Peoplebuilding 2, Peoplebuilding Estate, Maylands Avenue, Hemel Hempstead,
Hertfordshire HP2 4NW 

 Northgate Managed Services Limited (NI).  Registered in Northern Ireland no. NI032979  -
 LearnServe Limited (NI).  Registered in Northern Ireland no. NI043825 Registered Office:
Hillview House, 61 Church Road, Newtownabbey, Co. Antrim, BT36 7LQ 

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
<author><name>&quot;Nathan Beyer&quot; &lt;ndbeyer@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200811.mbox/%3c3b3f27c60811101825o594d5eear35a65f3bff00e777@mail.gmail.com%3e"/>
<id>urn:uuid:%3c3b3f27c60811101825o594d5eear35a65f3bff00e777@mail-gmail-com%3e</id>
<updated>2008-11-11T02:25:03Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
+1

I'd suggest just jumping to Java 5 library, source and target
compilation. I think this would give the project a new infusion of
activity and interest.

-Nathan

On Sun, Nov 9, 2008 at 9:51 PM, Michael Glavassevich
&lt;mrglavas@ca.ibm.com&gt; wrote:
&gt; Hi all,
&gt;
&gt; (including general@xml.apache.org on the cc list to hopefully reach a wider
&gt; audience)
&gt;
&gt; I would like to propose that we officially drop support for JDK 1.2 in the
&gt; next release of Xerces-J. Though the documentation [1] states that Xerces
&gt; supports JDK 1.2 it has been years since we have built or tested binaries
&gt; with this level. All of the recent releases were built and tested with JDK
&gt; 1.3. It was brought to my attention that the code [2] since at least 2006
&gt; has had a dependency on APIs introduced in JDK 1.3. So we inadvertently
&gt; moved on awhile ago. It seems this has not been a practical issue for most
&gt; users since we've received no posts on these lists about it and received no
&gt; other bug reports. It's not clear that there would be much benefit in
&gt; restoring JDK 1.2 compatibility at this point. It's been out of service for
&gt; years and looking around Apache it seems most projects run on JDK 1.4 or
&gt; higher with some of the stragglers [3][4] below that moving up soon.
&gt;
&gt; If you have serious concerns regarding Xerces abandoning JDK 1.2 support
&gt; please send an email to the j-dev@xerces.apache.org mailing list, specifying
&gt; why you can't use a higher level of JDK and what parser features you are
&gt; using.
&gt;
&gt; While on the subject I wonder what the community would think of us
&gt; eventually dropping support for JDK 1.3 and possibly 1.4. There were
&gt; features introduced in JDK 1.4 and 5 which Xerces could benefit from (e.g.
&gt; NIO, java.lang.CharSequence, exception chaining, java.lang.StringBuilder,
&gt; java.util.concurrent.*, etc...). That's not something I'm proposing today
&gt; (or thinking of proposing for awhile) but would like to hear feedback from
&gt; users (please send to j-dev@xerces.apache.org) who may still need new
&gt; versions of Xerces which run on JDK 1.3 and 1.4. It would also be nice hear
&gt; from folks who've long since moved on to Java 5 and beyond and would like to
&gt; see Xerces take advantage of JDK 1.4 and 5 features.
&gt;
&gt; Thanks.
&gt;
&gt; [1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11
&gt; [2] http://issues.apache.org/jira/browse/XERCESJ-1297
&gt; [3] http://marc.info/?l=ant-dev&amp;m=122596549809889&amp;w=2
&gt; [4] http://marc.info/?l=fop-user&amp;m=119244442600564&amp;w=2
&gt;
&gt; Michael Glavassevich
&gt; XML Parser Development
&gt; IBM Toronto Lab
&gt; E-mail: mrglavas@ca.ibm.com
&gt; E-mail: mrglavas@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Dropping JDK 1.2 support for Xerces-J (and possibly JDK 1.3? 1.4? in the future)</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200811.mbox/%3cOF21F4B9D0.C114E37D-ON852574FD.000F1BCC-852574FD.0015329A@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOF21F4B9D0-C114E37D-ON852574FD-000F1BCC-852574FD-0015329A@ca-ibm-com%3e</id>
<updated>2008-11-10T03:51:51Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: quoted-printable



Hi all,

(including general@xml.apache.org on the cc list to hopefully reach a w=
ider
audience)

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 Xer=
ces
supports JDK 1.2 it has been years since we have built or tested binari=
es
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 2=
006
has had a dependency on APIs introduced in JDK 1.3.  So we inadvertentl=
y
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 receive=
d 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 servic=
e
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.=


If you have serious concerns regarding Xerces abandoning JDK 1.2 suppor=
t
please send an email to the j-dev@xerces.apache.org mailing list,
specifying why you can't use a higher level of JDK and what parser feat=
ures
you are using.

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.StringBuilde=
r,
java.util.concurrent.*, etc...).  That's not something I'm proposing to=
day
(or thinking of proposing for awhile) but would like to hear feedback f=
rom
users (please send to j-dev@xerces.apache.org) 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 wou=
ld
like to see Xerces take advantage of JDK 1.4 and 5 features.

Thanks.

[1] http://xerces.apache.org/xerces2-j/faq-general.html#faq-11
[2] http://issues.apache.org/jira/browse/XERCESJ-1297
[3] http://marc.info/?l=3Dant-dev&amp;m=3D122596549809889&amp;w=3D2
[4] http://marc.info/?l=3Dfop-user&amp;m=3D119244442600564&amp;w=3D2

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org=


</pre>
</div>
</content>
</entry>
<entry>
<title>Re: export control: xml-apis version 1.3.02 and xml-resolver version 1.1</title>
<author><name>Michael Glavassevich &lt;mrglavas@ca.ibm.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/xml-general/200810.mbox/%3cOF28F54E21.86F0ACC4-ON852574F2.007EB89C-852574F2.007F594B@ca.ibm.com%3e"/>
<id>urn:uuid:%3cOF28F54E21-86F0ACC4-ON852574F2-007EB89C-852574F2-007F594B@ca-ibm-com%3e</id>
<updated>2008-10-30T23:10:58Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Content-type: text/plain; charset=US-ASCII

Hi,

There are no cryptographic capabilities in xml-apis or xml-resolver. I
thought ECCN was only relevant to crypto software.

Thanks.

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

export_control@web.de wrote on 10/30/2008 06:52:52 PM:

&gt; Hi,
&gt;
&gt; I am engaged in export control compliance and need to know the ECCN of *
&gt; xml-apis version 1.3.02 and xml-resolver version 1.1* and whether any
&gt; license exceptions are available. I know that there is some information
&gt; on export control at http://www.apache.org/licenses/export/
&gt; &lt;https://freemailng0205.web.de/jump.htm?goto=http%3A%2F%2Fwww.
&gt; apache.org%2Flicenses%2Fexport%2F&gt;
&gt; but especially for the named software there is none. On this webpage is
&gt; stated that each and every ASF-product that is not on the list provided
&gt; there, does not have one of the two possible ECCNs 5D002 or 5D992. Is
&gt; that true for the above mentioned software? Who can help?
&gt;
&gt; Regards, Michelle
&gt;
&gt;
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: general-unsubscribe@xml.apache.org
&gt; For additional commands, e-mail: general-help@xml.apache.org

</pre>
</div>
</content>
</entry>
</feed>
