XML content assist provides a comment template, a chunk of predefined
code that you can insert into a file. You may find a template useful when
you have a certain piece of code you want to reuse several times, and you do
not want to write it out every time.
You can use the default template as
provided, customize that template, or create your own templates. For example, you may work on a group of XML pages that should all
contain a table with a specific appearance. Create a template that contains
the tags for that table, including the appropriate attributes and attribute
values for each tag. (You can copy and paste the tags from a structured text
editor into the template's
Pattern field.) Then select the name of the template
from a content assist proposal list whenever you want to insert your custom
table into an XML file.
To create a new XML template follow these steps:
- Click .
- Click New if you want to create a completely
new template.
- Supply a new template Name and Description.
- Specify the Context for the template. This is the context in which the template is available in the proposal
list when content assist is requested.
- Specify the Pattern for your template using
the appropriate tags, attributes, or attribute values to be inserted by content
assist.
- If you want to insert a variable in your Pattern, click the
Insert Variable button
and select the variable to be inserted. For example, the date variable
indicates the current date will be inserted.
- Click Apply and then
OK to
save your changes.
You can edit, remove, import, or export a template by using the same
preferences page. If you have modified a default template, you can restore
it to its default value. You can also restore a removed template if you have
not exited from the workbench since it was removed.
If you have a template
that you do not want to remove, but you no longer want the template to appear
in the content assist list, go to the XML Templates preferences page and
clear
its check box.