- From: Michael Kay <mhk@mhk.me.uk>
- Date: Thu, 10 Feb 2005 14:09:55 -0000
- To: "'Stephane Bonhomme'" <s.bonhomme@wanadoo.fr>, <xsl-editors@w3.org>
Thank you for the comment. With hindsight, it was a serious mistake for XSLT 1.0 to contain this normative reference to JDK 1.1. It's not just a question of a broken hyperlink; the JDK 1.1 specification of DecimalFormat was itself very incomplete, and is almost impossible to interpret without either studying how Java actually behaves, or reading later versions of the JDK specification. This has its own problems because later versions of the JDK specification describe behavior that was present in JDK 1.1 but could never have been guessed by a reader of the JDK 1.1 specification. This has caused difficulties for implementors whether or not their products are based on Java. For XSLT 2.0 we've fixed the problem by removing the dependency on Java and writing our own self-contained specification of format-number. There's not much we can do about the 1.0 specification at this stage. We could issue an erratum that updates the reference to point to the current location (http://java.sun.com/products/archive/jdk/1.1/) but this doesn't really solve the problem. Michael Kay (a personal response) > -----Original Message----- > From: xsl-editors-request@w3.org > [mailto:xsl-editors-request@w3.org] On Behalf Of Stephane Bonhomme > Sent: 10 February 2005 10:38 > To: xsl-editors@w3.org > Subject: outdated link in XSLT recomandation > > > Dear editors > > While reading the latest Recomandation of XSLT at > http://www.w3.org/TR/xslt, I found that in section 12.3 there were a > link to the JDK 1.1 specification > (http://java.sun.com/products/jdk/1.1/docs/api/java.text.Decim > alFormat.html) > While following the link, I was surprised to see that is was outdated. > > This is much ennoying since it is in the normative part of the XSLT > specification. > > Regards. > > Stephane. > > -- > Stéphane Bonhomme -- Exselt Services > > Formations, Conseil et Réalisations en Ingénierie Documentaire, > Technologies Web et Logiciels Libres > s.bonhomme@wanadoo.fr - http://www.exselt.com > 04 76 17 09 40 / 06 88 57 27 08 > > > >
Received on Thursday, 10 February 2005 14:10:34 UTC