Hi Morten,
> The trax.Transformer implementation has also been updated to use the
> LexicalHandler, but I still have not found any way in which a SAX client
> can set the LexicalHandler.
Do you mean how to set a LexicalHandler
for a TransformerHandler? I believe this
is the way, if I'm not misunderstanding
your problem:
SAXResult res = new SAXResult(contHandler);
res.setLexicalHandler(lexHandler);
transformerHandler.setResult(res);
Cheers,
- Gulli
- cvs commit: xml-xalan/java/src/org/apache/xalan/xslt... morten
- cvs commit: xml-xalan/java/src/org/apache/xalan... morten
- cvs commit: xml-xalan/java/src/org/apache/x... Gunnlaugur Thor Briem
- cvs commit: xml-xalan/java/src/org/apache/xalan... tmiller
- cvs commit: xml-xalan/java/src/org/apache/xalan... morten
- cvs commit: xml-xalan/java/src/org/apache/xalan... tmiller
- cvs commit: xml-xalan/java/src/org/apache/xalan... tmiller
- cvs commit: xml-xalan/java/src/org/apache/xalan... tmiller
- cvs commit: xml-xalan/java/src/org/apache/xalan... tmiller
- cvs commit: xml-xalan/java/src/org/apache/xalan... tmiller
- cvs commit: xml-xalan/java/src/org/apache/xalan... tmiller
- cvs commit: xml-xalan/java/src/org/apache/xalan... santiagopg
- cvs commit: xml-xalan/java/src/org/apache/xalan... tmiller
