| ZVON > Graphotron > Graphotron Reference |
| Intro / Search / ZVON |
| | >> graphotron << | daVinci | vcg | dot | tutorial | download | about | |
| Namespace | http://zvon.org/graphotron |
|---|---|
| Element | param |
| Description | Defines a global variable which can be used in all XPath expressions (inside select, match, and value-of attributes). Its value can be changed by passing an parameter to the compiled program. Its usage is equivalent to xsl:param in XSLT Recommendation. |
| Attributes | name [ required ] Name of the variable. There must not be any other variable or param with the same name. The value of the name attribute is a QName. |
| Children | script |
| Parents | graphotron |
|
XML Source
<source> <Peter/> <Ann/> <John/> </source> |
Graphotron Source
|
Display