blob: 0450ec76de940d2f738b436db946ee04d90799e5 [file] [log] [blame]
kpriceef160682006-08-29 18:08:31 +00001<?xml version="1.0" encoding="utf-8"?>
2<!--Arbortext, Inc., 1988-2005, v.4002-->
3<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
4<task id="tedtproc" xml:lang="en-us">
5<title>Editing XML processing instructions</title>
6<titlealts>
7<searchtitle>Editing XML processing instructions</searchtitle>
8</titlealts>
9<shortdesc>If you have instructions you want to pass along to an application
10using an XML document, you can use a processing instruction. </shortdesc>
11<prolog><metadata>
kprice9623e9d2007-05-03 03:43:05 +000012<keywords><indexterm>XML editor<indexterm>processing instructions</indexterm></indexterm>
13<indexterm>XML files<indexterm>processing instructions</indexterm></indexterm>
kpriceef160682006-08-29 18:08:31 +000014</keywords>
15</metadata></prolog>
16<taskbody>
17<context><p>The following instructions were written for the Resource perspective,
18but they will also work in many other perspectives.</p><p>To edit a processing
19instruction, follow these steps:</p></context>
20<steps>
21<step><cmd>In the Design view of the XML editor, right-click your processing
22instruction, and click <uicontrol>Edit Processing Instruction</uicontrol>.</cmd>
23</step>
24<step><cmd>The <uicontrol>Target</uicontrol> field is used to identify the
25application the instructions belongs to.</cmd></step>
26<step><cmd>The <uicontrol>Data</uicontrol> field contains the instructions.</cmd>
27</step>
28<step><cmd>Click <uicontrol>OK</uicontrol>.</cmd></step>
29</steps>
30<postreq>To create a new processing instruction, right-click in the Design
31view, and click <uicontrol>Add Child</uicontrol>, <uicontrol>Add Before</uicontrol> or <uicontrol>Add
32After</uicontrol>, then click <uicontrol>Add Processing Instruction</uicontrol>.</postreq>
33</taskbody>
34</task>