> Strange. This is not consistent with our measurements... you should be > seeing much better performance. Questions: > > 1) What is the input? DOM? Stream? SAX events? An XML file is read into a DOM. Next the DOM is parsed to create custom elements in a JTextPane. To verify the presence/locate certain tags, XPath is extensively used.
> 2) Are you using extensions? Not to my knowledge ? Like what for example ? > 3) Do you have a reproduceable case that we can feed through JProbe to see > what is going on? See my mail I've sent you. > 4) What is the output? Currently, the JTextPane gets created based on our DOM structure. > > I got a compiler exception compiling my sources using Xalan 22 D13 !! > Geez, I don't even know what this is about. Does anybody have a clue? **** com.sun.tools.javac.v8.code.Symbol$CompletionFailure: file javax\xml\transform\TransformerException.class not found I verified the releases and D13 is MISSING at least this TransformerException.class "Jar" must have skipped that file or it may not even got compiled ... . > See org.apache.xalan.processor.XSLProcessorVersion. It should have > everything you need. Thx Geert
