45 lines
1.4 KiB
Plaintext
Executable File
45 lines
1.4 KiB
Plaintext
Executable File
TransforMiiX (TM)
|
|
(C) Copyright 1999 The MITRE Corporation, Keith Visco. All rights reserved.
|
|
|
|
|
|
Last updated: 2000/04/12
|
|
|
|
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
|
|
-- Note: Peter Van der Beken is currently working on integrating the
|
|
URIUtils into Mozilla
|
|
|
|
-- I18N support for sorting and numbering
|
|
|
|
-- Finishing sorting for xsl:for-each and xsl:apply-templates
|
|
-- simple sorting is working, see examples/sort.xml[xsl]
|
|
|
|
-- Stylesheet inclusion using xsl:import
|
|
-- xsl:include works
|
|
|
|
-- finish XPath function implementations
|
|
-- see examples/functions.html for a list of available functions
|
|
-- Note: Olivier Gerardin is currently working on the number functions.
|
|
|
|
-- XSLT extension functions
|
|
-- I've implemented generate-id(), see examples/functions.html
|
|
for a list of currently implemented functions
|
|
-- document(), format-number(), system-propety(), etc need to
|
|
be implemented
|
|
|
|
-- Add support for xsl:key
|
|
|
|
-- convert result-ns, and indent-result to new xsl:output
|
|
-- some of this has been done
|
|
|
|
-- Add support for disable-output-escaping for xsl:text
|
|
|
|
-- clean up Namespace handling
|
|
|