![]() |
| Previous Top Next |
Creating Files and Folders |
When you create a new file or folder in the Explorer window, a rudimentary untitled and having the respective file extension, is created in the folder that currently has the focus in the Hierarchical tab and a corresponding entry is created in the Hierarchical tab.
If you open a new schema in XMLSpy, it will look like this:

A new XML file has the following content:

A new XSLT file will look like this:

A file with the following content is created if you choose to add a new WSDL file:

When a new folder is created, an empty folder called new folder is physically created in the folder that currently has the focus in the Hierarchical tab and an entry for this folder is created in the Hierarchical tab.
Please note: If you have deselected the Show Empty Folders option in the Explorer context menu, the new folder, because it contains no schemas, will not be displayed in the Hierarchical tab.
To create a new file or folder in the Explorer window:
| 1. | In the Hierarchical tab, select the folder where you want to create the file or folder. |
| 2. | Do one of the following: |
| • | Right-click and select New | Schema from the context menu, or press the Insert key to create a new schema. |
| • | Right-click and select New | XML from the context menu to create a new XML file. |
| • | Right-click and select New | XSL from the context menu to create a new XSLT file. |
| • | Right-click and select New | WSDL from the context menu to create a new WSDL file. |
| • | Right-click and select New | MapForce from the context menu to create a new MFD file. |
| • | Right-click and select New | Directory from the context menu, or press Shift+Insert to create a new sub-folder. |
| 3. | Enter a descriptive name and press Enter. |
|