-
Recent Posts
Archives
- March 2012
- January 2012
- August 2011
- November 2010
- September 2010
- August 2010
- June 2010
- February 2010
- December 2008
- November 2008
- September 2008
- July 2008
- June 2008
- May 2008
- March 2008
- November 2007
- October 2007
- July 2007
- June 2007
- April 2007
- March 2007
- January 2007
- October 2006
- September 2006
- August 2006
Categories
Meta
Category Archives: Computers and Internet
AltovaXML claims to be 3 times faster than SaxonJ 8.7 ???
This weekend I read about a claim made by Altova that their XSLT 2.0 processor was 3 times faster than SaxonJ 8.7. In particular, what they claim here is the following: AltovaXML is 3X faster than the competition. The AltovaXML … Continue reading
Posted in Computers and Internet
Leave a comment
A stylesheet to write XSLT code
If you ever had a look at the func-standardXpathFunctions.xsl stylesheet of FXSL 2 or let’s say at the new module func-standardStringXpathFunctions.xsl you have seen a lot of repetitive code like this: <xsl:template match="f:string-join" mode="f:FXSL"> <xsl:param name="arg1" as="xs:string*"/> … Continue reading
Posted in Computers and Internet
Leave a comment