summaryrefslogtreecommitdiffstats
path: root/kxsldbg/data/test_include_bot.xsl
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2025-10-16 21:11:24 +0200
committerSlávek Banko <slavek.banko@axis.cz>2025-10-19 16:45:11 +0200
commit2551a3a509e0c224a1c79e41aa093f25e134e320 (patch)
treead38416b14f80df0af585a4b0653f0b216f2f9e8 /kxsldbg/data/test_include_bot.xsl
parent903281bfd02b6b64bcdde162b6400863f6cba914 (diff)
downloadtdewebdev-r14.1.5.tar.gz
tdewebdev-r14.1.5.zip
Remove kxsldbg - has been moved to a separate repository.r14.1.5
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b90048d2140f0dd9b729dda2fbf0d2204ae1dc3c)
Diffstat (limited to 'kxsldbg/data/test_include_bot.xsl')
-rw-r--r--kxsldbg/data/test_include_bot.xsl17
1 files changed, 0 insertions, 17 deletions
diff --git a/kxsldbg/data/test_include_bot.xsl b/kxsldbg/data/test_include_bot.xsl
deleted file mode 100644
index 6dd6c9aa..00000000
--- a/kxsldbg/data/test_include_bot.xsl
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- File : test_include.xsl
- Author: Keith Isdale <k_isdale@tpg.com.au>
- Description: stylesheet for include testing
- Copyright Reserved Under GPL
--->
-<!-- This file does not require translation -->
-<!-- NO TRANSLATION -->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-
- <xsl:template match="include_bot">
- <xsl:apply-templates/>
- </xsl:template>
-
-</xsl:stylesheet>