mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-29 08:36:45 +01:00
28 lines
No EOL
669 B
Text
28 lines
No EOL
669 B
Text
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
|
|
variable pool
|
|
string pool?
|
|
use underlying_impl in XPath axis walker
|
|
use underlying_impl in XPath functions
|
|
short circuit evaluation in functions
|
|
only convert to full NodeSet at boundary
|
|
use a proxy to return propagate values out of functions |