Re: org.apache.xalan.xslt.XSLTProcessor

2011-07-29 Thread Sanjaya Liyanage
Hi Nathan, Thanks for the information.I'll begin the things through the link you sent. Sanjaya Liyanage On Sat, Jul 30, 2011 at 12:54 AM, Nathan Nadeau wrote: > That website is referring to Xalan 1.2.2. which is no longer supported by > Apache. The latest stable version of Xalan is 2.7.1 I be

Re: org.apache.xalan.xslt.XSLTProcessor

2011-07-29 Thread Nathan Nadeau
That website is referring to Xalan 1.2.2. which is no longer supported by Apache. The latest stable version of Xalan is 2.7.1 I believe, and the class structure has changed. You can still use the ideas that the website talks about, but you will need to update the packages, code, and class struc

Re: org.apache.xalan.xslt.XSLTProcessor

2011-07-29 Thread Sanjaya Liyanage
Hi Nathan, I found the code here.(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.xa

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/xalan/processor/*,