kprice | ef16068 | 2006-08-29 18:08:31 +0000 | [diff] [blame] | 1 | <?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
|
| 10 | using an XML document, you can use a processing instruction. </shortdesc>
|
| 11 | <prolog><metadata>
|
kprice | 9623e9d | 2007-05-03 03:43:05 +0000 | [diff] [blame] | 12 | <keywords><indexterm>XML editor<indexterm>processing instructions</indexterm></indexterm>
|
| 13 | <indexterm>XML files<indexterm>processing instructions</indexterm></indexterm>
|
kprice | ef16068 | 2006-08-29 18:08:31 +0000 | [diff] [blame] | 14 | </keywords>
|
| 15 | </metadata></prolog>
|
| 16 | <taskbody>
|
| 17 | <context><p>The following instructions were written for the Resource perspective,
|
| 18 | but they will also work in many other perspectives.</p><p>To edit a processing
|
| 19 | instruction, follow these steps:</p></context>
|
| 20 | <steps>
|
| 21 | <step><cmd>In the Design view of the XML editor, right-click your processing
|
| 22 | instruction, and click <uicontrol>Edit Processing Instruction</uicontrol>.</cmd>
|
| 23 | </step>
|
| 24 | <step><cmd>The <uicontrol>Target</uicontrol> field is used to identify the
|
| 25 | application 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
|
| 31 | view, and click <uicontrol>Add Child</uicontrol>, <uicontrol>Add Before</uicontrol> or <uicontrol>Add
|
| 32 | After</uicontrol>, then click <uicontrol>Add Processing Instruction</uicontrol>.</postreq>
|
| 33 | </taskbody>
|
| 34 | </task>
|