Dreamweaver CS4 Resources
|
Import tags from XML files
You can import tags from an XML Document Type
Definition (DTD) file or a schema.
- Open the Tag Library editor (Edit >
Tag Libraries).
- Click the Plus (+) button and select DTD Schema >
Import XML DTD or Schema File.
- Enter the filename or URL of the DTD or schema file.
- Enter the prefix to be used with the tags.
Note: A prefix is used to identify a tag in the code as part
of a particular tag library. Some tag libraries don’t use prefixes.
- Click OK.
|