|
|
|
|
|
Go to the source code of this file.
|
@brief Specifies the allowable values for a particular xml tag modifier. perl% @{$xmlTags{diagmenu}{audience}} = ("customer", "manufacturing", "engineering"); $xmlTags{diagmenu}{audience}[0] = "customer"; $xmlTags{diagmenu}{audience}[1] = "manufacturing"; $xmlTags{diagmenu}{audience}[2] = "engineering";////////////////////////////////////////////////////////////.
Definition at line 88 of file xml_2_html_txt.h. |
|
@brief Specifies the allowable modifiers for a particular xml tag. perl% @{$xmlTags{diagmenu}{modifier}} = ("item", "audience"); $xmlTags{diagmenu}{modifier}[0] = "item" $xmlTags{diagmenu}{modifier}[1] = "audience"////////////////////////////////////////////////////////////.
Definition at line 77 of file xml_2_html_txt.h. |
|
Definition at line 78 of file xml_2_html_txt.h. |
|
The xml tags look similar to: <diagmenu item="/IMOD" audience="manufacturing"> </diagmenu item="/IMOD" audience="manufacturing"> The internal modifiers (e.g., item, audience) can be in any order with any amount of white space in between. There can also be any amount of white space on either side of equals sign (=). The opening and closing tags (diagmenu) and modifiers (item, audience) _are_ case sensitive. The contents of the (item) modifier _is_ case sensitive. The contents of the (audience) modifier is _not_ case sensitive.//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @brief Specifies the starting and ending characters for all xml tags. perl% @xmlTagDelimiter = ("<", ">", "</", ">") $xmlTagDelimiter{start} = ////////////////////////////////////////////////////////////.
Definition at line 62 of file xml_2_html_txt.h. |
|
@brief Specifies the valid xml tags. perl% @xmlTags = ("diagmenu", "xhelp");////////////////////////////////////////////////////////////.
Definition at line 68 of file xml_2_html_txt.h. |
|
|
|
Open-Source tools compliments of Voyant Technologies, Inc. and Glenn C. Maxey.
01/13/2003
TP Tools v2-00-0a
# tpt-perl-hcr-02