diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-24 16:05:44 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-24 16:05:44 +0000 |
commit | b6f493448ebb71a53f20a3c7205d03bb582e639d (patch) | |
tree | 38b8fa712ed23482dbbc61c0f967053ffb84f1a8 /FEATURES | |
parent | d6deccfda51342a185a491fba5cf2e0996367a86 (diff) | |
download | libxslt-b6f493448ebb71a53f20a3c7205d03bb582e639d.tar.gz libxslt-b6f493448ebb71a53f20a3c7205d03bb582e639d.tar.bz2 libxslt-b6f493448ebb71a53f20a3c7205d03bb582e639d.zip |
Lotsa improvement and fixes:
- libxslt/xsltInternals.h libxslt/pattern.c: fixed problems
with non-named rules (*, ...) added accelerators
- libxslt/templates.[ch]: added xsltEvalTemplateString()
and xsltEvalAttrValueTemplate() high level functions
- libxslt/transform.c: fixed the part where attributes
had to be looked at as templates, added comment and
PI generation
- TODO FEATURES: updated to reflect the new state
Daniel
Diffstat (limited to 'FEATURES')
-rw-r--r-- | FEATURES | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,3 +1,7 @@ + Status of implementation of the XSLT 1.0 Features: + ================================================== + + $Id$ Stylesheet Constructs: ====================== @@ -100,10 +104,10 @@ YES namespace = { uri-reference } YES xsl:text YES disable-output-escaping = "yes" | "no" - xsl:processing-instruction - name = { ncname } +YES xsl:processing-instruction +YES name = { ncname } -NO xsl:comment +YES xsl:comment NO xsl:copy NO use-attribute-sets = qnames @@ -208,4 +212,3 @@ NO boolean element-available(string) NO boolean function-available(string) Daniel.Veillard@imag.fr -$Id$ |