updated with latest info

This commit is contained in:
kvisco%ziplink.net 2000-04-12 11:44:13 +00:00
parent 6a196acd08
commit d944585f4e
2 changed files with 21 additions and 2 deletions

View File

@ -1,6 +1,24 @@
TransforMiiX (TM) TransforMiiX (TM)
(C) Copyright 1999, 2000, The MITRE Corporation, Keith Visco, et al. All rights reserved. (C) Copyright 1999, 2000, The MITRE Corporation, Keith Visco, et al. All rights reserved.
Build 20000412
-- Fixed the following Axes names in Names.cpp so that
the are compatible with the XSLT 1.0 recommendation (Marina)
-- FOLLOWING_SIBLING_AXIS - removed the trailing s
-- PRECEDING_SIBLING_AXIS - removed the trailing s
-- Added support for xsl:sort (kvisco)
-- simple sorting is working...documentation to follow
-- Added StringComparator and DefaultStringComparator
-- we need some more comparators for I18N support
-- Did some directory structure changes
- source/xsl is now source/xslt
- source/xsl/expr is now source/xpath
-- Changed xslt/XSLProcessor.* to XSLTProcessor.*
-- Incorporated some changes from Olivier Gerardin for the Expat parser
Build 20000331 Build 20000331
-- Fixed a memory leak with translate() function (kvisco) -- Fixed a memory leak with translate() function (kvisco)

View File

@ -2,7 +2,7 @@ TransforMiiX (TM)
(C) Copyright 1999 The MITRE Corporation, Keith Visco. All rights reserved. (C) Copyright 1999 The MITRE Corporation, Keith Visco. All rights reserved.
Last updated: 2000/03/22 Last updated: 2000/04/12
The current "target" XSLT version is the 19991116 XSLT Recommendation, which The current "target" XSLT version is the 19991116 XSLT Recommendation, which
can be found at http://www.w3.org/TR/1999/REC-xslt-19991116. can be found at http://www.w3.org/TR/1999/REC-xslt-19991116.
@ -17,7 +17,8 @@ What's Remaining?
-- I18N support for sorting and numbering -- I18N support for sorting and numbering
-- Sorting for xsl:for-each and xsl:apply-templates -- Finishing sorting for xsl:for-each and xsl:apply-templates
-- simple sorting is working, see examples/sort.xml[xsl]
-- Stylesheet inclusion using xsl:import -- Stylesheet inclusion using xsl:import
-- xsl:include works -- xsl:include works