2009-05-01 21:03:27 +02:00
|
|
|
Elements test suite
|
|
|
|
Errors test suite
|
|
|
|
|
|
|
|
apply:import within for-each is not allowed
|
|
|
|
xsl:number
|
|
|
|
format-number
|
|
|
|
xsl:strip-space and xsl:preserve-space
|
|
|
|
lang()
|
|
|
|
unparsed-entity-uri()
|
|
|
|
xsl:fallback
|
|
|
|
attribute sets
|
|
|
|
two arg version of document()
|
|
|
|
node-set version of document()
|
|
|
|
xsl:sort/@lang
|
|
|
|
forward compatibility
|
|
|
|
element-available
|
|
|
|
function-available
|
|
|
|
output combining (partially done for cdata-section-elements)
|
|
|
|
|
|
|
|
|
|
|
|
Performance
|
2009-05-05 20:30:47 +02:00
|
|
|
variable pool
|
|
|
|
string pool?
|
2009-08-18 22:13:44 +02:00
|
|
|
use underlying_impl in XPath axis walker - DONE
|
|
|
|
use underlying_impl in XPath functions - DONE
|
2009-05-05 20:30:47 +02:00
|
|
|
short circuit evaluation in functions
|
2009-08-18 22:13:44 +02:00
|
|
|
only convert to full NodeSet at boundary - DONE
|
|
|
|
use a proxy to return propagate values out of functions
|
|
|
|
params - avoid creating closure for xsl:param if the param has been passed - DONE
|
|
|
|
- if running, resolve variable immediately, don't bother to create closure
|
|
|
|
- when declaring variable, don't create closure/resolve if higher-precedence variable already exists
|
|
|
|
- bin variable_instance_pointer, think I can pass by value
|