HOME
XSLT Basic
XSLT HOME
XSL Languages
XSLT Introduction
XSLT Browsers
XSLT Transform
XSLT <template>
XSLT <value-of>
XSLT <for-each>
XSLT <sort>
XSLT <if>
XSLT <choose>
XSLT Apply
XSLT Advanced
XSLT on the Client
XSLT on the Server
XSLT Edit XML
XSLT Editors
XSLT Summary
References
XSLT Elements
XSLT Functions
Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality
W3Schools Forum
Helping W3Schools
|
XSLT <xsl:processing-instruction> Element
Complete XSLT Element Reference
Definition and Usage
The <xsl:processing-instruction> element writes a processing instruction to the output.
Syntax
<xsl:processing-instruction
name="process-name">
<!-- Content:template -->
</xsl:processing-instruction>
|
Attributes
| Attribute |
Value |
Description |
| name |
process-name |
Required. Specifies the name of the processing instruction
|
Example 1
This code:
<xsl:processing-instruction name="xml-stylesheet">
href="style.css" type="text/css"
</xsl:processing-instruction>
|
Creates this tag:
<?xml-stylesheet href="style.css" type="text/css"?>
|
Complete XSLT Element Reference
Add automated outbound phone calls to your application!
 |
|
Enhance your project with this inexpensive reliable Web Service. Phone calls can be sent as pre-recorded sound files,
text to speech, or by using a combination of both. You can also
change call flow based on interaction.
Phone Notify! is being utilized for fraud prevention, emergency notification calls, courtesy calls, automated telemarketing calls, voice broadcasts, automated dialers, appointment reminders and more.
50 FREE phone calls for W3School users >
|
|
|
Jump to: Top of Page
or HOME or
Printer friendly page
W3Schools provides material for training only. We do not warrant the correctness of its contents.
The risk from using it lies entirely with the user.
While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2007 by Refsnes Data. All Rights Reserved.
|
|
|