What is the function of forward compatible processing? - XSLT

What is the function of forward compatible processing?



- Forward compatible processing is a mode that provides the attribributes, descendants with their attributes to take part.

- This is included in the xsl:stylesheet element that provides the version support and attribute.

- Literal result element is used with the xsl:version attribute that consists of the document element using the simplified syntax.

- The value of the xsl:version if 1 then it disables the forward compatible mode for itself and for its attributes.

- The literal element will be with their descendant’s element and providing other source of medium.
Post your comment