blob: 5f6f40da4c1c201f899ad2f26bef6a604839efa2 [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>
<!-- /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/ -->
<link rel="stylesheet" type="text/css" href="../../org.eclipse.wst.doc.user/common.css" />
<title>Editing your XML processing instructions</title>
</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>
</body>
</html>