What is the stylesheet structure used with XSLT?

What is the stylesheet structure used with XSLT?



- XSLT uses the namespaces that provide the recognition for the elements for the use in the stylesheet.

- XSLT uses the elements that get recognized using the stylesheet not the source document that is used.

- The list of XSLT defined elements are used in the category of B elements and it is not extended using the additional elements or attributes.

- The extensions that are used provide the separate namespace used for additional instruction elements.

- The structure must have identification for the element mechanism that is specified in the elements.
Post your comment