src/Pure/General/path.scala
changeset 73660 ff716ecb0805
parent 73628 ac8feb094bd4
child 73691 2f9877db82a1
--- a/src/Pure/General/path.scala	Mon May 10 20:09:47 2021 +0200
+++ b/src/Pure/General/path.scala	Mon May 10 22:18:12 2021 +0200
@@ -213,6 +213,7 @@
     }
 
   def xz: Path = ext("xz")
+  def xml: Path = ext("xml")
   def html: Path = ext("html")
   def tex: Path = ext("tex")
   def pdf: Path = ext("pdf")