updated to correctly reflect the status

This commit is contained in:
kvisco%ziplink.net 2000-02-17 23:51:14 +00:00
Родитель 2644aee138
Коммит 4b6e3d6a12
1 изменённых файлов: 23 добавлений и 5 удалений

Просмотреть файл

@ -1,17 +1,35 @@
TransforMiiX (TM)
(C) Copyright 1999 The MITRE Corporation, Keith Visco. All rights reserved.
The current target working draft is the 19990813 XSLT Working Draft, which
can be found at http://www.w3.org/1999/08/WD-xslt-19990813. XPath
implementation is also 19990813 version.
Last updated: 2000/02/17
The current "target" XSLT version is the 19991116 XSLT Recommendation, which
can be found at http://www.w3.org/TR/1999/REC-xslt-19991116.
XPath implementation is also "targeting" the 19991116 version.
What's Remaining?
-- Network support for URI handling
-- currently I only implemented the file:/// protocol
-- I18N support for sorting and numbering
-- Sorting for xsl:for-each and xsl:apply-templates
-- Stylesheet inclusion using xsl:import (xsl:include now works)
-- Stylesheet inclusion using xsl:import
-- xsl:include works
-- finish XPath function implementations
-- see examples/functions.html for a list of available functions
-- XSLT additional functions
-- document(), etc.
-- Add support for xsl:key
-- convert result-ns, and indent-result to new xsl:output
-- Extensions
-- some of this has been done
-- clean up Namespace handling