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 5.1 Icon
edited by Nicolas Gregoire
on 2012/01/10 15:21
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -22,3 +22,14 @@
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 +TODO : include a example !
34 +
35 +*