blob: ac713ce1798e3366a6aa8aaadf47348312592dcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# XSLT
This directory contains tentative tests for [XSLT](https://dom.spec.whatwg.org/#xslt).
See [whatwg/dom#181](https://github.com/whatwg/dom/issues/181) for getting XSLT
better specified.
There are additional details on XSLT in HTML:
- [Interactions with XPath and XSLT](https://html.spec.whatwg.org/multipage/infrastructure.html#interactions-with-xpath-and-xslt)
- [Interaction of `script` elements and XSLT](https://html.spec.whatwg.org/multipage/scripting.html#scriptTagXSLT) (non-normative)
- [Interaction of `template` elements with XSLT and XPath](https://html.spec.whatwg.org/multipage/scripting.html#template-XSLT-XPath) (non-normative)
|