Confirmed users
716
edits
No edit summary |
|||
| Line 44: | Line 44: | ||
* The context position is the position of the context node in the initial current node list used when executing the stylesheet. | * The context position is the position of the context node in the initial current node list used when executing the stylesheet. | ||
* The context size is the size of the initial current node list used when executing the stylesheet. | * The context size is the size of the initial current node list used when executing the stylesheet. | ||
* | * No variables are available. | ||
* The function library is the standard XPath function library. | * The function library is the standard XPath function library. | ||
* The namespace declarations are determined by the '''xslt-param-namespace''' PIs, see below. | * The namespace declarations are determined by the '''xslt-param-namespace''' PIs, see below. | ||
| Line 65: | Line 65: | ||
If '''namespace''' is missing the PI is ignored. If '''namespace''' is empty the prefix mapping is removed. | If '''namespace''' is missing the PI is ignored. If '''namespace''' is empty the prefix mapping is removed. | ||
== | == Possible future developments == | ||
Should we allow any XSLT functions in the expression? document() seems useful, but it seems tricky to maintain the invariant that generate-id() should produce the same string for the same document. | Should we allow any XSLT functions in the expression? document() seems useful, but it seems tricky to maintain the invariant that generate-id() should produce the same string for the same document. | ||