Re: XSLT 2 backwards compatibility (wsd: [xsl] Normalize / Simplify HTML-Tables with row-span / col-span)

Subject: Re: XSLT 2 backwards compatibility (wsd: [xsl] Normalize / Simplify HTML-Tables with row-span / col-span)
From: David Tolpin <dvd@xxxxxxxxxxxxxx>
Date: Tue, 17 Feb 2004 13:30:41 +0400 (AMT)
> if (grep 'xsl:version.*version=.1.0.' $1)
> then
> saxon6 $*
> else
> saxon7 $*
> fi
>
> I hope the result is a compliant version 2 processor.
> (I know the grep doen't catch all possible cases, but ...)

A validator can be used instead of grep. Grammars to determine
which version to use are tiny. On the other hand, saxon6 does not
seem to be supported.

David Tolpin
http://davidashen.net/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread