You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,6 @@ XSLT-processor TODO
6
6
* XSL:number
7
7
*`attribute-set`, `decimal-format`, etc. (check `src/xslt.ts`)
8
8
*`/html/body//ul/li|html/body//ol/li` has `/html/body//ul/li` evaluated by this XPath implementation as "absolute", and `/html/body//ol/li` as "relative". Both should be evaluated as "absolute".
9
+
* Implement `<xsl:import>` with correct template precedence.
9
10
10
11
Help is much appreciated. It seems to currently work for most of our purposes, but fixes and additions are always welcome!
0 commit comments