blob: 02780972028e73a118cf5f6fac641eef31130024 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="../../com.ibm.help.doc/swg_info_common.css" />
<title>Editing your XML processing instructions</title>
<script language="JavaScript">
function popup_window( url, id, width, height )
{
popup = window.open( url, id, 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=no,width=' + width + ',height=' + height + ',left=,top=' );
popup.focus();
}
</script><script language="JavaScript" src="help/liveHelp.js"></script></head>
<body id="tedtproc"><a name="tedtproc"><!-- --></a>
<h1 class="topictitle1">Editing your XML processing instructions</h1>
<div><p>A processing instruction is a syntax in XML for passing instructions
along to the application using an XML document.</p><div class="skipspace"><p>The following instructions were written for the Resource perspective,
but they will also work in many other perspectives.</p>
<p>To edit a processing
instruction, follow these steps:</p>
</div>
<ol><li><span>In the Design view of the XML editor, right-click
your processing instruction, and click <span class="uicontrol">Edit Processing Instruction</span>.</span></li>
<li><span>The <span class="uicontrol">Target</span> field is used to identify the
application the instructions belongs to.</span></li>
<li><span>The <span class="uicontrol">Data</span> field contains the instructions.</span></li>
<li><span>Click <span class="uicontrol">OK</span>.</span></li>
</ol>
</div>
<p>
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.
</p>
</body>
</html>