This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xt parse


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]