You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.9 KiB
79 lines
1.9 KiB
13 years ago
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<sect1 id="variables">
|
||
|
<sect1info>
|
||
|
<authorgroup>
|
||
|
<author
|
||
|
><firstname
|
||
|
>Keith</firstname
|
||
|
> <surname
|
||
|
>Isdale</surname
|
||
|
> <affiliation
|
||
|
> <address
|
||
|
><email
|
||
|
>k_isdale@tpg.com.au</email
|
||
|
></address>
|
||
|
</affiliation>
|
||
|
</author>
|
||
|
&rune.laursen.role;
|
||
|
</authorgroup>
|
||
|
</sect1info>
|
||
|
|
||
|
<title
|
||
|
>Arbejde med variabler</title>
|
||
|
|
||
|
<para
|
||
|
>Hvis inspektørdialogen ikke vises brug menupunktet<menuchoice
|
||
|
> <guimenu
|
||
|
>Værktøjer</guimenu
|
||
|
> <guimenuitem
|
||
|
>Vis inspektører</guimenuitem
|
||
|
> </menuchoice
|
||
|
>. </para>
|
||
|
|
||
|
<para
|
||
|
>Lokale og globale variable vises i separate faneblade i inspektørdialogen. Det følgende eksempel viser et XSLT-kodesegment der erklærer en global og en lokal variabel. </para>
|
||
|
<informalexample>
|
||
|
<programlisting
|
||
|
><xsl:variabelname="globalvariabel" vælg="'foo'"/>
|
||
|
|
||
|
<xsl:skabelon match="/"/>
|
||
|
<xsl:param name="localvariabel" vælg="'bar'"/>
|
||
|
</xsl:skabelon match="/"/>
|
||
|
</programlisting>
|
||
|
</informalexample>
|
||
|
<para
|
||
|
>Et klik på en varibel i listen med musen, viser opsummerende information i bunden af dialogen. Hvis en variabel har et særligt udtryk, for eksempel </para>
|
||
|
<informalexample>
|
||
|
<programlisting
|
||
|
><xsl:variabelnavn="changeable" vælg="'oldValue'" />
|
||
|
</programlisting>
|
||
|
</informalexample>
|
||
|
<para
|
||
|
>så kan en ny XPath vælges ved at indtaste en ny værdi for <guilabel
|
||
|
> Variabeludtryk</guilabel
|
||
|
> og derefter klikke på <guibutton
|
||
|
>Sæt udtryk</guibutton
|
||
|
>-knappen.</para>
|
||
|
|
||
|
<screenshot>
|
||
|
<screeninfo
|
||
|
>Fanebladet Variable</screeninfo>
|
||
|
<mediaobject>
|
||
|
<imageobject>
|
||
|
<imagedata fileref="variables_window.png" format="PNG"/>
|
||
|
</imageobject>
|
||
|
<textobject
|
||
|
><phrase
|
||
|
>Faneblad til variable</phrase
|
||
|
></textobject>
|
||
|
<caption
|
||
|
><para
|
||
|
>Faneblad til variable</para
|
||
|
></caption>
|
||
|
</mediaobject>
|
||
|
</screenshot>
|
||
|
|
||
|
<para
|
||
|
>Klik på en variabelindgang i den viste liste, vil få markøren i hovedvinduet til at gå til filen og det angivede linjenummer. </para>
|
||
|
</sect1>
|