Re: org.apache.xalan.xslt.XSLTProcessor

2011-07-29 Thread Sanjaya Liyanage
lt/ch05_01.htm) .What I >> want is just try to generate a html giving a XML and a XSL as inputs >> using Xalan.Do you know how can I achieve that?I can't use this code >> because of the problem with the unavailability of >> org.apache.xalan.xslt.XSLTProcessor

Re: org.apache.xalan.xslt.XSLTProcessor

2011-07-29 Thread Nathan Nadeau
.(http://docstore.mik.ua/orelly/xml/jxslt/ch05_01.htm) .What I want is just try to generate a html giving a XML and a XSL as inputs using Xalan.Do you know how can I achieve that?I can't use this code because of the problem with the unavailability of org.apache.xalan.xslt.XSLTProcessor class. than

Re: org.apache.xalan.xslt.XSLTProcessor

2011-07-29 Thread Sanjaya Liyanage
ty of org.apache.xalan.xslt.XSLTProcessor class. thank you Sanjaya Liyanage On Fri, Jul 29, 2011 at 2:26 PM, Nathan Nadeau wrote: > Sanjaya, > > Looking through the Xalan 2.7.1 JAR files, I don't see any class like > "org.apache.xalan.xslt.XSLTProcessor". Maybe that is an old or

Re: org.apache.xalan.xslt.XSLTProcessor

2011-07-29 Thread Nathan Nadeau
Sanjaya, Looking through the Xalan 2.7.1 JAR files, I don't see any class like "org.apache.xalan.xslt.XSLTProcessor". Maybe that is an old or mistaken class name? Possibly similar classes I see in the current JAR are: org/apache/xalan/client/XSLTProcessorApplet, org/apache/

org.apache.xalan.xslt.XSLTProcessor

2011-07-29 Thread Sanjaya Liyanage
Hi all, I need the above class to be imported in order to run a basic xalan example.Although I used the Xalan.jar it doesn't contain a class like that instead a org.apache.xalan.xsltc. How can I use the class I need?Any help is appreciated. Thank you Sanjaya Liyanage