- Tread lightly, 07 Sep 2007
Take advantage of the catalog resolver built into GlassFish to treat your neighbors more gently and maybe improve performance.
- The XML Pipeline Processor, 10 Jul 2007
This project is defunct, see http://norman.walsh.name/2008/projects/calabash instead.
- The XML Pipeline Processor, 10 Jul 2007
Announcing the first release of the XML Pipeline Processor, my implementation of XProc: An XML Pipeline Processor.
- JAXP V1.4.2, 04 Jun 2007
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.
- JAXP V.next, 24 Apr 2007
Tell us what you want in JAXP V.next.
- Ubuntu Application Server, 21 Apr 2007
More incredible Java tools just an apt-get install away!
- XProc Implementation, 18 Apr 2007
In the intervening months since I first mentioned my plans to implement XProc, I've ripped it apart and started over twice. Third time, it seems, really is a charm.
- JAXP Developments, 21 Mar 2007
JAXP development continues with a new release and a new forum.
- All your resolvers are belong to us, 14 Feb 2007
Making resolvers easier for users.
- Resolver APIs, 09 Feb 2007
How can I resolve thee? Let me count the ways.
- Building a better resolver, 06 Feb 2007
I've been working on a reimplementation of my XML Catalog-based entity/URI resolver. It has a more sensible design, includes a caching feature, and supports a new API for dealing with XML Namespace names.
- JAXP 1.4 (JSR 206 MR FCS!), 02 Dec 2006
JAXP 1.4 has been released. This is the version that will appear in the Java 6 Platform.
- JAXP 1.4 in Java SE 6, 18 Jul 2006
The JAXP team successfully integrated JAXP 1.4 into “Mustang build 92”.
- JAXP 1.4 Maintenance Review, 11 Jan 2006
The Maintenance Draft Review of the JAXP 1.4 Specification is now open.
- JAXP 1.4, 26 Jul 2005
If you're into Java and XML, you've heard of JAXP, the Java API for XML Processing. We're working on JAXP 1.4, which is good to know, but more importantly, you can follow along at home if you're so inclined.
- sxpipe: An Implementation of Simple XML Pipelines, 30 Jul 2004
This is the permanent status page for sxpipe. The sxpipe project is a Java implementation of SXPipe: Simple XML Pipelines. Simple XML Pipelines provide a linear processing model for XML documents. This processing model allows authors to choose the order in which components (such as XInclude, validation, and transformation) are executed.