X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/bfec9cc7ab5a396f7662090b208691ec59a69f1b..2f1753cc3e240fa497a87873ed19fe3f11e22331:/doc/help/xslt/slides/keynote/xsltsl/node.xsl diff --git a/doc/help/xslt/slides/keynote/xsltsl/node.xsl b/doc/help/xslt/slides/keynote/xsltsl/node.xsl deleted file mode 100644 index bf4fd7f8..00000000 --- a/doc/help/xslt/slides/keynote/xsltsl/node.xsl +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - - $Id: node.xsl 3991 2004-11-10 06:51:55Z balls $ - - - Ball - Steve - - - 2001 - Steve Ball - - - - Node Templates - - -
- Introduction - - This stylesheet module provides functions for reporting on or manipulating nodes and nodesets. - -
-
- -
- - - Returns an XPath location path - - - This template returns an XPath location path that uniquely identifies the given node within the document. - - - - - - node - - The node to create an XPath for. If this parameter is given as a nodeset, then the first node in the nodeset is used. - - - - - - - Returns an XPath location path as a string. - - - - - - - - - - - - / - [] - - - - - - /comment() - [] - - - - /processing-instruction() - [] - - - - /text() - [] - - - - / - - - - /namespace:: - - - - /@ - - - - - - - /.. - - - - - - - - Return node type - - - Returns the type of a node as a string. - - - - - - node - - The node to get the type for. If this parameter is given as a nodeset, then the first node in the nodeset is used. - - - - - - - Returns node type as a string. Values returned are: - - - Element - - element - - - - Text Node - - text - - - - Comment - - comment - - - - Processing Instruction - - processing instruction - - - - - - - - - - - - - element - - - text - - - comment - - - processing instruction - - - root - - - namespace - - - attribute - - - - - - Copy Nodes - - - Makes a copy of the given nodes, including attributes and descendants. - - - - - - nodes - - The nodes to copy. - - - - - - - Returns the copied nodes as a result tree fragment. - - - - - - - - - - - - - - - - - - -
-