Processing Instructions : Processing Instructions « Introduction « XML Tutorial

Home
XML Tutorial
1.Introduction
2.Namespace
3.XML Schema
4.XPath
5.XSLT stylesheet
XML Tutorial » Introduction » Processing Instructions 
1.9.1.Processing Instructions
Embed application-specific instructions into your information to affect how it will be processed. 

<?xml version='1.0'?> 
<?nameprocessor PRINT first?> 
<name first="Bond" 
      middle="James" 
      last="Last"/>
1.9.Processing Instructions
1.9.1.Processing Instructions
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.