From 1347e37d92bda5802ee176eae5f02285cfb6a625 Mon Sep 17 00:00:00 2001 From: Tom Copeland Date: Thu, 1 Jun 2006 13:26:51 +0000 Subject: [PATCH] Added some new priority filtering XSLT from David Corley. This should at the very least be handy as example code, and maybe folks will find this directly useful. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4398 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/etc/xslt/pmd-xmlfilter-prio1.xsl | 15 +++++++++++++++ pmd/etc/xslt/pmd-xmlfilter-prio2.xsl | 15 +++++++++++++++ pmd/etc/xslt/pmd-xmlfilter-prio3.xsl | 15 +++++++++++++++ pmd/etc/xslt/pmd-xmlfilter-prio4.xsl | 15 +++++++++++++++ pmd/etc/xslt/pmd-xmlfilter-prio5.xsl | 15 +++++++++++++++ pmd/etc/xslt/pmd-xmlfilter-upto-prio2.xsl | 14 ++++++++++++++ pmd/etc/xslt/pmd-xmlfilter-upto-prio3.xsl | 13 +++++++++++++ pmd/etc/xslt/pmd-xmlfilter-upto-prio4.xsl | 12 ++++++++++++ 8 files changed, 114 insertions(+) create mode 100644 pmd/etc/xslt/pmd-xmlfilter-prio1.xsl create mode 100644 pmd/etc/xslt/pmd-xmlfilter-prio2.xsl create mode 100644 pmd/etc/xslt/pmd-xmlfilter-prio3.xsl create mode 100644 pmd/etc/xslt/pmd-xmlfilter-prio4.xsl create mode 100644 pmd/etc/xslt/pmd-xmlfilter-prio5.xsl create mode 100644 pmd/etc/xslt/pmd-xmlfilter-upto-prio2.xsl create mode 100644 pmd/etc/xslt/pmd-xmlfilter-upto-prio3.xsl create mode 100644 pmd/etc/xslt/pmd-xmlfilter-upto-prio4.xsl diff --git a/pmd/etc/xslt/pmd-xmlfilter-prio1.xsl b/pmd/etc/xslt/pmd-xmlfilter-prio1.xsl new file mode 100644 index 0000000000..d758c7b372 --- /dev/null +++ b/pmd/etc/xslt/pmd-xmlfilter-prio1.xsl @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/pmd/etc/xslt/pmd-xmlfilter-prio2.xsl b/pmd/etc/xslt/pmd-xmlfilter-prio2.xsl new file mode 100644 index 0000000000..6415136515 --- /dev/null +++ b/pmd/etc/xslt/pmd-xmlfilter-prio2.xsl @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/pmd/etc/xslt/pmd-xmlfilter-prio3.xsl b/pmd/etc/xslt/pmd-xmlfilter-prio3.xsl new file mode 100644 index 0000000000..b37e001375 --- /dev/null +++ b/pmd/etc/xslt/pmd-xmlfilter-prio3.xsl @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/pmd/etc/xslt/pmd-xmlfilter-prio4.xsl b/pmd/etc/xslt/pmd-xmlfilter-prio4.xsl new file mode 100644 index 0000000000..91c0e825ea --- /dev/null +++ b/pmd/etc/xslt/pmd-xmlfilter-prio4.xsl @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/pmd/etc/xslt/pmd-xmlfilter-prio5.xsl b/pmd/etc/xslt/pmd-xmlfilter-prio5.xsl new file mode 100644 index 0000000000..e8ca43b453 --- /dev/null +++ b/pmd/etc/xslt/pmd-xmlfilter-prio5.xsl @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/pmd/etc/xslt/pmd-xmlfilter-upto-prio2.xsl b/pmd/etc/xslt/pmd-xmlfilter-upto-prio2.xsl new file mode 100644 index 0000000000..11ea0d8c99 --- /dev/null +++ b/pmd/etc/xslt/pmd-xmlfilter-upto-prio2.xsl @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/pmd/etc/xslt/pmd-xmlfilter-upto-prio3.xsl b/pmd/etc/xslt/pmd-xmlfilter-upto-prio3.xsl new file mode 100644 index 0000000000..a64fac7db9 --- /dev/null +++ b/pmd/etc/xslt/pmd-xmlfilter-upto-prio3.xsl @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/pmd/etc/xslt/pmd-xmlfilter-upto-prio4.xsl b/pmd/etc/xslt/pmd-xmlfilter-upto-prio4.xsl new file mode 100644 index 0000000000..9d256d3bd4 --- /dev/null +++ b/pmd/etc/xslt/pmd-xmlfilter-upto-prio4.xsl @@ -0,0 +1,12 @@ + + + + + + + + + + + +