Send comment and bugs to:
Geert Josten and
Egon Willighagen
last modified on 17th December 1999.
XSA doc:
xslt-parser.xsa.
|
XML::XSLT (to be) Changelog
|
continued reimplementation of previously supported xsl-tags
implemented xsl:choose with xsl:when and xsl:otherwise and a minor support of the test expressions
implemented xsl:processing-instruction
implemented evaluation of xsl:value-of in attributes (href="{@LINK}")
extended support of xsl:apply-templates with select attribute
corrected a severe bug in xsl:value-of
corrected installation
renamed the distribution file from xslt-parser-$(VERSION).tar.gz to XML-XSLT-$(VERSION).tar.gz
and restarted all implementations!
changed all examples well-formed xsl-files
changed module structure as well (only 1 .pm file now instead of 2)
minor support of xsl:value-of, xsl:apply-templates, xsl:template and xsl:stylesheet at the moment
now depends on XML::DOM 1.25
xsl:template used 'select' for matching, that should have been 'match'. Changed. Notice that
the examples from previous distributions are out of date.
xsl:template accepts multiple options in its match, for example "list|table".
added a Makefile.PL. The module can now be installed with 'perl Makefile.PL; make install'.
XML::XSLT now depends on XML::DOM vs 1.24 (but a patch should be made to that module)
converted into a module
support for <xsl:processing-instruction>
corrected <xsl:otherwise> bug
corrected <xsl:when> bug
first version
support for one <xsl:template>
support for <xsl:include>
support for <xsl:choose>
support for <xsl:when>
support for <xsl:otherwise>
support for <xsl:value-of>
support for <xsl:for-each>
|