Changes for page Reconnaissance

Last modified by Nicolas Gregoire on 2012/02/03 14:52

From version Icon 4.1 Icon
edited by Nicolas Gregoire
on 2012/01/10 14:57
Change comment: There is no comment for this version
To version Icon 6.1 Icon
edited by Nicolas Gregoire
on 2012/01/10 15:33
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -22,3 +22,24 @@
22 22  * xsl:supports-backwards-compatibility : returns "yes" if the XSLT processor offers this feature, or "no" otherwise
23 23  
24 24   The attached stylesheet [[recon-xslt20.xsl>>attach:recon-xslt20.xsl]] fingerprints a XSLT 2.0 engine.
25 +
26 +== Supported features ==
27 +
28 +The XSLT standards define two additional functions used to enumerate the available features :
29 +
30 +* function-available()
31 +* element-available()
32 +
33 +This [[stylesheet>>http://www.xmlplease.com/element-function-available.xsl||rel="__blank"]] uses these functions to test the availability of :
34 +
35 +* XSLT and XPath functions
36 +
37 +* XSLT elements
38 +
39 +* Saxon extensions
40 +
41 +* EXSLT extensions
42 +
43 +
44 +
45 +TODO : include my own example !