From 2679c9eca5190c02b44c4d3bd9fb038adb1dfba4 Mon Sep 17 00:00:00 2001 From: Ryan Gustafson Date: Thu, 2 Oct 2008 05:07:08 +0000 Subject: [PATCH] Remove XPath 2.0 for XML rules, for now. I thought it would be a nice test case, but it's broken on Java 1.4. I thought I had verified Saxon worked on Java 1.4, but apparently it cannot due in part to dependencies on the DefaultHandler2 class which is only available in Java 1.5 and later (or Java 1.4 with JAXP extension). I think we'll just have to document this limitation for folks wanting to continue to use Java 1.4. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6549 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/rulesets/xml/basic.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pmd/rulesets/xml/basic.xml b/pmd/rulesets/xml/basic.xml index 4728e691ed..fb72dfcce2 100644 --- a/pmd/rulesets/xml/basic.xml +++ b/pmd/rulesets/xml/basic.xml @@ -20,7 +20,6 @@ An XML CDATA section begins with a <!CDATA[ marker, which has only one [, and 3 -