Begin by opening Stylus Studio and select New -> XML Document from the File menu:
One then sees the following display:
At the bottom of the central window there are four tabs.
Toggle among them to see different displays of the same file. Text shows the actual XML code where one can see the actual tags that are created by Stylus Studio. Use the Text tab to begin creating the structure of the data file.
Click on the "New Element Definition" icon on the left side of the Schema window:
Stylus Studio adds a new element. The next step is to specify the properties for this element. First, type in an appropriate name for this element.
Now click on the "New Modifier" icon on the left side of the Schema window.
Stylus Studio displays
Select the Sequence modifier. This indicates that there will be a sequence of elements within the ozbirds element.
Now click on the "Add #PCDATA" icon to the left of the Schema window:
You will then have:
Note: PCDATA is an acronym for parsed character data, which means it may contain any valid characters.
|