[
Lists Home |
Date Index |
Thread Index
]
The xsl:param on line 107 is illegal - xsl:param must come first in a
template rule. Failure to report this is a known Saxon bug, fixed in the
most recent releases.
Michael Kay
> -----Original Message-----
> From: Thomas B. Passin [mailto:tpassin@comcast.net]
> Sent: 01 April 2003 15:31
> To: xml-dev@lists.xml.org
> Subject: Re: [xml-dev] Interpreter for a subset of Knuth's
> MMIX in pure XSLT
>
>
> [Sean McGrath]>
> > As an exercise in XSLT programming, we in Propylon have
> implemented a
> > MMIX Interperter
> (http://www-cs-faculty.stanford.edu/> ~knuth/mmix.html)
> > in pure
> XSLT.
> >
> > A sample program that calculates PI is embedded with the
> interpreter.
> > It can be found at:
> > http://www.propylon.com/pimix.zip
>
> Fascinating! It worked with Saxon but not with MSXML or
> Xalan-Java. They think there is an illegal xsl:param
> somewhere (I can not tell where), but I bet that is an
> incorrect error message. Could they have a limit on number
> of parmeters that is getting exceeded?
>
> Cheers,
>
> Tom P
>
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org
> <http://www.xml.org>, an initiative of OASIS
<http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
|