Table of Contents
Introduction
Information Tags
String Tags
Variable Tags
URL Tags
If Tags
Graphics Tags
Database Tags
Programming Tags
Supports System
SSI
htaccess
Image Maps
Appendix
|
<scope> ... </scope>
|
 |
<scope> is defined in the Main RXML parser module.
Creates a new scope for RXML variables. Variables can be changed within the
<scope> tag without having any effect outside it.
|
|
Attributes
- extend
-
Copy all variables from the outer scope.
Example
source code
|
Hello
Hello
"=> >
|
 |
|
result
|
Hello
Hello
|
|
|