From 8c6092fd8d88e9bfbb7f4c5a42520d32475b1a52 Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Mon, 1 Nov 2010 20:49:33 +0100 Subject: [PATCH] Add XSL magic and testcase --- freedesktop.org.xml.in | 3 +++ tests/list | 1 + tests/test.xsl | 8 ++++++++ 3 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 tests/test.xsl diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in index 0eed83d..a7cf967 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -5081,6 +5081,9 @@ command to generate the output files. XSLT eXtensible Stylesheet Language Transformation + + + diff --git a/tests/list b/tests/list index db1f53a..f802e99 100644 --- a/tests/list +++ b/tests/list @@ -225,6 +225,7 @@ test.metalink application/metalink+xml test.mml application/mathml+xml ox # Copied from http://doc.trolltech.com/4.4/linguist-hellotr.html linguist.ts text/vnd.trolltech.linguist +test.xsl application/xslt+xml # Archives # Copied from http://bugs.freedesktop.org/show_bug.cgi?id=14909 diff --git a/tests/test.xsl b/tests/test.xsl new file mode 100644 index 0000000..22660fe --- /dev/null +++ b/tests/test.xsl @@ -0,0 +1,8 @@ + + + + + + + + -- 1.7.3.2