[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

xt parse


Subject: xt parse
From: "Paul Beer" <paul.beer@xxxxxxxxxxxx>
Date: Wed, 23 Feb 2000 15:51:15 -0500

could someone point me in the direction of api documentation for jclark's xt
parser ?  how do i do the equivalent of this :

XSLTResultTarget outputXML = new XSLTResultTarget(out);
XSLTProcessor processor = XSLTProcessorFactory.getProcessor();
processor.process(new XSLTInputSource("./public_html/xml/cc.xml"),new
XSLTInputSource("./public_html/xml/cc.xsl"),outputXML);

w/ jclark's xt ?


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread