Subject: Re: OT: ICFP 2001 (xsl solution?)
From: Mark Nahabedian <naha@xxxxxxxxxx>
Date: Fri, 27 Jul 2001 11:36:56 -0400 (Eastern Daylight Time)
|
David Carlisle writes:
>
> > The input language isn't valid XML, there are tags whose names start
> > with digits.
>
> sed -e "s/</<x/g" $1 > tmp.xml ; saxon tmp.xml icfp.xsl
Well, you'll need to deal more appropriatly with the close tags, but
I get your point.
My point, trivial as it was, was that an XSLT processor was not
sufficient unless its XML parser was permissive.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|