El Namespace Alias
# XSLT Element
* * Complete XSLT Elements Reference](#)
* * *
## Definition and Usage
The element is used to replace a namespace in the stylesheet with a different namespace in the output.
**Note:** is a top-level element and must be a child of or .
* * *
## Syntax
## Attributes
| Attribute | Value | Description |
| --- | --- | --- |
| stylesheet-prefix | prefix #default | Required. Specifies the namespace you wish to change. |
| result-prefix | prefix #default | Required. Specifies the desired namespace for the output. |
### Example 1
The prefix wxsl is converted to the prefix xsl in the output:
* * Complete XSLT Elements Reference](#)
YouTip