w3c / qtspecs

XSLT and XQuery Specifications - the source used to build the specs, and the errata
Other
30 stars 25 forks source link

[XSLT 3.0] xsl:apply-templates (without select) should allow inline content #31

Open innovimax opened 3 years ago

innovimax commented 3 years ago

The specification of XSLT 3.0 on the matter is pretty loose and seems to allow the fact that xsl:apply-templates without select attribute should contains the elements to process inline.

It seems like a rather nice feature and may allow to do trick that are quite difficult to do right now