OLD | NEW |
1 Status of implementation of the XSLT 1.0 Features: | 1 Status of implementation of the XSLT 1.0 Features: |
2 ================================================== | 2 ================================================== |
3 | 3 |
4 $Id$ | 4 $Id$ |
5 | 5 |
6 Stylesheet Constructs: | 6 Stylesheet Constructs: |
7 ====================== | 7 ====================== |
8 | 8 |
9 YES xsl:stylesheet | 9 YES xsl:stylesheet |
10 ? id = id | 10 ? id = id |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 YES *[position()=1 and self::para] | 235 YES *[position()=1 and self::para] |
236 YES para[last()=1] | 236 YES para[last()=1] |
237 YES items/item[position()>1] | 237 YES items/item[position()>1] |
238 YES item[position() mod 2 = 1] | 238 YES item[position() mod 2 = 1] |
239 YES div[@class="appendix"]//p | 239 YES div[@class="appendix"]//p |
240 YES @class | 240 YES @class |
241 YES @* | 241 YES @* |
242 YES except ns for key key('a','b') | 242 YES except ns for key key('a','b') |
243 | 243 |
244 daniel@veillard.com | 244 daniel@veillard.com |
OLD | NEW |