pc:defs |
Marks a script section of content that is not executed and does not return output. This section can be referred to from elsewhere in the script. This goes counter to the general principle that USoft Blend is based on an identity transformation, and that therefore script content is normally executed and returns output. The content of pc:defs is not executed. The content of pc:void is executed but any result is nullified, ie., it is not returned as output. Syntax
Example 1 A literal XML fragment is placed in a <pc:defs> section so that it may be assigned as a node set to a variable called "mydefs".
Example 2 Two XSLT templates are placed in a <pc:defs> section so that they can be applied by a call to xslutil:applyTemplate() but are otherwise ignored.
See also |