http://marc.theaimsgroup.com/?l=xalan-dev
Maybe the problem is in "setNamespaceAware"
while(li.hasNext()){
try {
String key = (String)li.next();
if (key.endsWith("_XSL")){
DocumentBuilderFactory dbf =
DocumentBuilderFactory.newInstance();
DocumentBuilder db = dbf.newDocumentBuilder();
dbf.setNamespaceAware(true);
Don't you have to switch these last 2 lines?
Peter
