XScript tests

Creating Variables

Create Global Scope Variable

This is the content of the global scope variable. The content of the test variable from global scope is: . The content of the first test variable is: .

Create Page Scope Variable

This is the content of the page scope variable. The content of the test variable from page scope is: . The content of the first test variable is: .

Create Session Scope Variable

This is the content of the session scope variable. The content of the test variable from session scope is: . The content of the first test variable is: .

Create Request Scope Variable

This is the content of the request scope variable. The content of the test variable from request scope is: . The content of the first test variable is: .

Transformations

Transform with stylesheet variable


(transformed by the stylesheet)

The content of the first test variable transformed with stylesheet variable:

Copy of test variable

Copy of the test variable is: Copy of the /b/u part of the test variable is: .

Removing Variables

Remove Request Scope Variable

The content of the test variable from request scope is: . The content of the first test variable is: .

Remove Session Scope Variable

The content of the test variable from session scope is: . The content of the first test variable is: .

Remove Page Scope Variable

The content of the test variable from page scope is: . The content of the first test variable is: .

Remove Global Scope Variable

The content of the test variable from global scope is: . The content of the first test variable is: .