<?xml version="1.0" encoding="UTF-8"?>
<essay xml:lang="en" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:gal="http://norman.walsh.name/rdf/gallery#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<info>
    
    
    
    
    
    
    
    
    
    
    
    
    
<title>JAXP V1.4.2</title><biblioid class="uri">http://norman.walsh.name/2007/06/04/jaxp142</biblioid>
<volumenum>10</volumenum>
<issuenum>56</issuenum>
<pubdate>2007-06-04T16:00:56-04:00</pubdate>
<date>$Date: 2007-06-04 16:24:18 -0400 (Mon, 04 Jun 2007) $</date>
<author>
      <personname>
<firstname>Norman</firstname>
	<surname>Walsh</surname>
</personname>
    </author>
<copyright>
      <year>2007</year>
      <holder>Norman Walsh</holder>
    </copyright>
<abstract>
<para>The JAXP team have pushed out another update release of the
Java API for XML Processing (JAXP). V1.4.2 addresses a packaging oversight
and fixes some bugs.</para>
</abstract>
<dc:subject rdf:resource="http://norman.walsh.name/knows/taxonomy#GlassFish"/>
<dc:subject rdf:resource="http://norman.walsh.name/knows/taxonomy#Java"/>
<dc:subject rdf:resource="http://norman.walsh.name/knows/taxonomy#XML"/>
<dc:subject rdf:resource="http://norman.walsh.name/knows/taxonomy#XProc"/>
</info>

<para xml:id="p1">Last week, while I was at a
<link xlink:href="http://www.w3.org/2001/tag">TAG</link> face-to-face
meeting, the JAXP team released
<link xlink:href="https://jaxp.dev.java.net/1.4/">version 1.4.2</link> of 
<wikipedia>JAXP</wikipedia>.
</para>

<para xml:id="p2">In addition to fixing a few bugs, this distribution corrects an
oversight in packaging that prevented JAXP 1.4 from working correctly
with JDK 1.4. (The fact that they're both version “1.4” is just a
confusing coincidence, I swear.)</para>

<para xml:id="p3">The
<link xlink:href="https://jaxp.dev.java.net/1.4/1.4.2/changelog.html">change
log</link> reveals all the details.</para>

<para xml:id="p4">(Some of these fixes are critical for my nascent XProc
implementation, so do plan to update if you want to follow along when
that's released.)</para>

</essay>

