For Xalan questions, please followup-to:
[EMAIL PROTECTED]

http://xml.apache.org/xalan-j/ is the full
documentation set for the latest Xalan build, which
for your purposes is probably close enough to 2.1.0 to
use.  The XSLTProcessor class is deprecated and going
away Very Soon Now.  You should convert to using the
JAXP way of processing, which has a TransformerFactory
object that creates Transformer objects from .xsl
stylesheets, which you then use to
transform(xmlSource, resultOutput)

- Shane

---- you Betty Chang <[EMAIL PROTECTED]> wrote ----
> Hi  -- I just downloaded the xalan 2.1.0 and xerces
> 1.4.0 and my older software \
> compiled some some older versions (I don't know >
exactly which ones)  will not build \
> because I'm using an XSLTProcessor class which does
> not seem to appear anymore.  \
> Where do I find documentation describing how to >
convert to the newest stuff?


=====
<eof aka="mailto:[EMAIL PROTECTED]";
 humor="'A Midsummer Night's Dream' - pick your quote" />

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to