https://issues.apache.org/bugzilla/show_bug.cgi?id=46612
Summary: bug in default XSLT processor: Predicate ignored for
self::some_qname
Product: Ant
Version: 1.7.1
Platform: PC
OS/Version: Windows XP
Status: NEW
Keywords: XSLTBug
Severity: normal
Priority: P2
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
In whichever XSLT process is Ant's default XSLT processor when running
on JDK 1.6, the predicate on a step is ignored if the step has an axis
of "self" and has a NodeTest that is a NameTest that is a QName.
See the attached Ant build file, XSLT transform, and XML input file.
Versions:
$ ant -version
Apache Ant version 1.7.1 compiled on June 27 2008
$ java -version
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)
Ant installation is not customized.
(Yes, this is not directly an Ant bug, but this needs someone who
knows what Ant's default XSLT processor is report the bug upstream
or tell me enough so I can.)
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.