/[Apache-SVN]
ViewVC logotype

Revision 669372


Jump to revision: Previous Next
Author: zongaro
Date: Thu Jun 19 03:39:52 2008 UTC (15 years, 10 months ago)
Changed paths: 4
Log Message:
Part of fix for Jira issue XALANJ-2446:

The implementation of getQName(String,String,String) method was ensuring
that any particular pair of namespace URI and local part of the name would
result in a unique QName object.  It did not take into account the prefix,
despite the fact that the original prefix might be associated with a different
namespace URI in this new context or with no namespace at all.

Fixed this by making getQName take into account all three of the namespace URI,
local part of the name and prefix in order to create unique QName objects.

Reviewed by Christine Li (jycli () ca ! ibm ! com)


Changed paths

Path Details
Directoryxalan/java/trunk/src/org/apache/xalan/xsltc/compiler/CallTemplate.java modified , text changed
Directoryxalan/java/trunk/src/org/apache/xalan/xsltc/compiler/LiteralElement.java modified , text changed
Directoryxalan/java/trunk/src/org/apache/xalan/xsltc/compiler/QName.java modified , text changed
Directoryxalan/java/trunk/src/org/apache/xalan/xsltc/compiler/xpath.cup modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26