I have been using Xalan to generate XMLSS compliant file for a while now and in the last few weeks I noticed a major performance change, on the order of 6X slower. Thought for sure it was due to one of my latest DB changes but come to find out, the problem goes away if I am not connected to the net. My guess is that the namesspace declarations for the XMLSS elements is pulling in a DTD that is causing problems. Has anyone experienced this type of problem. ??
Performance change goes from ~30 Sec to 3-5 Min Regards John G Here is my stylesheet declaration. <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xalan="http://xml.apache.org/xalan" xmlns:java="http://xml.apache.org/xslt/java" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:sql="org.apache.xalan.lib.sql.XConnection" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" xmlns="urn:schemas-microsoft-com:office:spreadsheet" extension-element-prefixes="sql" exclude-result-prefixes="xalan java"> -- -------------------------------------- John Gentilin Eye Catching Solutions Inc. 18314 Carlwyn Drive Castro Valley CA 94546 Contact Info [EMAIL PROTECTED] Ca Office 1-510-881-4821 NJ Office 1-732-422-4917
