XSL sample code

Previous Next

This section contains sample XSL code that you can use as added XSL or when calling the Apply custom XSL action.

Each sample may be used to perform a task that is frequently necessary, but demonstrates at the same time an example of an XSLT technique that may be more generally useful:

Sample

Used to

Demonstrates XSLT technique of

Remove log stamps

Remove log stamp attributes:

 

CREATED_BY

CREATED_ON

CHANGED_BY

CHANGED_ON

Removing XML attributes
by name

Remove interface objects

Remove records that describe interface tables

Removing XML elements
by condition

Copy only owner users

Skip users that are not owners of an application

Applying a template instruction conditionally

Add schema name

Prefix each reference to a database table with a $$schema. prefix

Changing the value of specified XML attributes

 

See Also

Added XSL

Apply custom XSL