Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c56bbd496d82f38052140f77b5e182c9b021e3de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Select, Test, and Match Attributes</title><link href="book.css" rel="stylesheet" type="text/css"><link href="../book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.74.0" name="generator"><link rel="home" href="../index.html" title="XSL Tools User Documentation"><link rel="up" href="xsleditor_contentassist.html" title="Content Assist"><link rel="prev" href="xsleditor_contentassist.html" title="Content Assist"><link rel="next" href="xsleditor_contentassist_exclude.html" title="Exclude-Result-Prefixes"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="SelectTest"></a>Select, Test, and Match Attributes</h3></div></div></div><p>
                Where ever an xsl element supports a
                <span class="emphasis"></span>
                ,
                <span class="emphasis"></span>
                , or
                <span class="emphasis"></span>
                attribute, content assistance is available. This includes support for the
                following:
            </p><div class="itemizedlist"><p class="title"><b>Select, Match and Test Assistance</b></p><ul type="disc"><li><p>
                        <span class="emphasis"></span>
                        - both local and global variables are supported within the current
                        stylesheet. Any local or global variable will be added to the list
                        and the name is prefixed with a dollar sign $ symbol.
                    </p></li><li><p>
                        <span class="emphasis"></span>
                        - XPath 1.0 is supported through the use of templates. All of the
                        XPath 1.0 and XSLT xpath extension functions are available, as
                        well as
                        <span class="emphasis"></span>
                        operations. Currently XPath 2.0 is not supported directly, but
                        will be added in the future.
                    </p></li></ul></div><p>Content assistance for the select and test attributes is
                intelligent enough to know that it is within an XPath expression, and will
                try to determine and provide content assistance based on the current
                cursor position. If a word has been partially typed it will filter the
                available assistance.</p></div></body></html>

Back to the top