Just FYI, it's in the 2.1.0 source. Sorry I neglected to mention that the
first time.
Brion
-Original Message-
From: Gary L Peskin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 01, 2001 7:36 PM
To: [EMAIL PROTECTED]
Subject: Re: getDOMHelper() confusion
Brion --
You mu
Brion --
You must be looking at some old code because I couldn't find that line.
All I can find is a reference to the now static method createDocument()
in the DOMHelper class. I believe that this is here only temporarily as
we transition away from some of the old interfaces. In any event, it
I found the following snippet of code in
org.apache.xalan.transformer.TransformerImpl.java:
public ContentHandler createResultContentHandler(
Result outputTarget, OutputProperties format) {
// ...code skipped...
if (null != outputNode)
{
// ...more code i