Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: d7c76abaab5956c43287722ef3872234795b2db6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<!--Arbortext, Inc., 1988-2006, v.4002-->
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
 "task.dtd">
<?Pub Inc?>
<task id="tcretxml" xml:lang="en-us">
<title>Creating XML files</title>
<titlealts>
<searchtitle>Creating XML files</searchtitle>
</titlealts>
<shortdesc>You can create a new XML file which you can then edit in the XML
editor. You create a new XML file that is not associated with a DTD or XML
schema file, so there are no restrictions on the kind of content it can contain.</shortdesc>
<prolog><metadata>
<keywords><indexterm>XML files<indexterm>creating</indexterm></indexterm>
</keywords>
</metadata></prolog>
<taskbody>
<context><p>The following instructions were written for the Resource perspective,
but they will also work in many other perspectives.</p><p>To create a new
XML file, complete the following steps:</p></context>
<steps>
<step><cmd>Create a project to contain the XML file if one does not exist
already.</cmd></step>
<step><cmd>In the workbench, click <menucascade><uicontrol>File</uicontrol>
<uicontrol>New</uicontrol><uicontrol>Other</uicontrol></menucascade> and select <menucascade>
<uicontrol>XML</uicontrol><uicontrol>XML</uicontrol></menucascade>. Click <uicontrol>Next</uicontrol>.</cmd>
</step>
<step><cmd>Select the project or folder that will contain the XML file.</cmd>
</step>
<step><cmd>In the <uicontrol>File name</uicontrol> field, type the name of
the XML file and click <uicontrol>Next</uicontrol>. The name of your XML file
must end in <userinput>.xml</userinput>.</cmd></step>
<step><cmd>Select the <uicontrol>Create XML file from an XML template</uicontrol> radio
button and click <uicontrol>Next.</uicontrol>.</cmd></step>
<step importance="optional"><cmd>You may choose to view and edit the XML templates
that will be used in your new XML file.</cmd></step>
<step><cmd>Click  <uicontrol>Finish</uicontrol>.</cmd></step>
</steps>
<postreq><?Pub Caret?></postreq>
</taskbody>
</task>
<?Pub *0000002004?>

Back to the top