What is the function of qualified names? - XSL

What is the function of qualified names?



- Qualified names are used in XSLT object defined under the XSL style sheet so that it can be used with the template.

- The names are used with the template to synchronize the mode of the style and the properties that need to be displayed.

- Qualified names consist of mdoes, attribute set, keys, decimal format and variable or parameter using the QName function.

- The prefixes if any are used in URI reference using the namespace declarations and provide the effect on the attribute.

- XSL uses the names for the local part of the system and allow the null URI references to be made for the object name.
Post your comment