El Processing Instruction
# XSLT Element
* * Complete XSLT Element Reference](#)
* * *
## Definition and Usage
The element writes a processing instruction to the output, i.e., generates a processing instruction node.
* * *
## Syntax
## Attributes
| Attribute | Value | Description |
| --- | --- | --- |
| name | process-name | Required. Specifies the name of the processing instruction. |
### Example 1
Code:
href="style.css" type="text/css"
Creates:
* * Complete XSLT Element Reference](#)
YouTip