|
Home > Online Product Documentation > Table of Contents > Defining Elements in the DTD Tree Tab Defining Elements in the DTD Tree TabIn the DTD editor, if the Tree view is not visible, click the Tree tab at the bottom of the window. To create an element in the Tree tab:
1. Click the
DTD node at the top of the tree.
2. In the tool bar on the left, click
New Element Definition
3. Type the name of the new element and press Enter. Stylus Studio displays the properties for the new element in the
Properties window. If the
Properties window is not visible, select
View > Properties from the Stylus Studio menu bar. For example, suppose you specified
title as the name of the new element. Your new element has the following properties:
4. To change the value of a property, double-click the current value. For information about the properties that each element can have, see
About Node Properties in DTDs.
After you create an element, you must define the structure of the contents of the element. The rest of the topics in this section provide information on how to define structure. |
DTD Generator
Stylus Studio's DTD Generator supports the automatic generation and association of both internal and external DTDs based on XML instance documents.
Educational Institutions That Use Stylus Studio
Education is the most powerful tool one can have. That's why these top education providers reach for Stylus Studio to educate their students and professors as well. See which education providers have the most powerful XML IDE in their classrooms!
Using DTD in Microsoft Applications
Learn how to integrate DTD's into your Microsoft applications using MSXML or System.XML DTD processing components.
XPath Introduction - Using XPath Queries to Extract Data from XML Documents
The XPath introduction covers how to use XPath code completion, XPath syntax highlighting, support for XPath 2.0 functions and XML namespaces to simplify your next XPath application.