ok, i'll try one more time, but this really has little to do with FOP. Did you check the xalan-dev archive?
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



Reply via email to