First question is what jar file contains the class XSLTInputSource,
according to documentation it is found in org.apache.xalan.xslt.XSLTInputSource.
But in the netbeans you have xalan.jar and xalan-2.3.1.jar, it seems I have unpacked both jars it seems that via an XML file org-netbeans-libs-xalan
<?xml version="1.0" encoding="UTF-8"?>
<module codename="org.netbeans.libs.xalan/1">
<module_version install_time="1059616121991" last="true" origin="installer" specification_version="1.1.1">
<file crc="2207781918" name="modules/autoload/xalan.jar"/>
<file crc="3582235473" name="modules/autoload/ext/xalan-2.3.1.jar"/>
</module_version>
</module>
The xalan-2.3.1.jar is called, unpacking this jar file under org.apache.xalan.xslt it contains only two class files EnvironmentCheck and processes.
I have downloaded another xalan.jar from
http://www.apache.org/ but it did not contain the XSLTInputSource class.
Not to sure what do do, if any Netbeans programmers have used the XSLTInputSource class, let me know what jar you used and how you set up netbeans to see it.
Thanks Tony