You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@apache.org on 2001/01/12 19:21:21 UTC

cvs commit: xml-xalan/samples/UseStylesheetParam UseStylesheetParam.java

dleslie     01/01/12 10:21:20

  Modified:    samples/UseStylesheetParam UseStylesheetParam.java
  Log:
  Removed import of org.apache.xalan.xpath.XPathException It is not used.
  This import prevents compilation of this example with the
  Xalan-J2 compatibility jar.
  
  Revision  Changes    Path
  1.2       +0 -1      xml-xalan/samples/UseStylesheetParam/UseStylesheetParam.java
  
  Index: UseStylesheetParam.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/samples/UseStylesheetParam/UseStylesheetParam.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- UseStylesheetParam.java	2000/02/12 00:00:15	1.1
  +++ UseStylesheetParam.java	2001/01/12 18:21:17	1.2
  @@ -56,7 +56,6 @@
    */
   
   import org.xml.sax.SAXException;
  -import org.apache.xalan.xpath.XPathException;
   import org.apache.xalan.xslt.XSLTProcessorFactory;
   import org.apache.xalan.xslt.XSLTInputSource;
   import org.apache.xalan.xslt.XSLTResultTarget;