Sylvain Wallez dijo: > Antonio Gallardo wrote: > >>Sylvain Wallez dijo: >> >> >>>An upgrage that really make sense is JXPath, as the new release supports >>>"real" namespaces, i.e. using the namespace URI rather than the prefix. >>> >>> >> >>This is the one with I started, but currently I filled a bug for JXPath: >> >>http://issues.apache.org/bugzilla/show_bug.cgi?id=30534 >> >>The solution is very easy, but I wan to see what they will say. >> >> > > Mmmh... do we really need this rather useless class?
nope. But anyway this is a bug in jxpath and we use the class in the taglib block: src/blocks/taglib/java/org/apache/cocoon/jxpath/CocoonContextHandler.java src/blocks/taglib/java/org/apache/cocoon/jxpath/CocoonRequestHandler.java src/blocks/taglib/java/org/apache/cocoon/jxpath/CocoonSessionHandler.java ... I already have a solution using commons.lang: http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_1/org/apache/commons/collections/EnumerationUtils.html#EnumerationUtils() WDYT? Best Regards, Antonio Gallardo
