santiagopg    2003/10/21 11:15:23

  Modified:    java/src/org/apache/xalan/xsltc/trax Util.java
  Log:
  Fix for regression in Resolve002 TCK.
  
  Revision  Changes    Path
  1.7       +2 -5      xml-xalan/java/src/org/apache/xalan/xsltc/trax/Util.java
  
  Index: Util.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/trax/Util.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Util.java 9 Sep 2003 15:44:48 -0000       1.6
  +++ Util.java 21 Oct 2003 18:15:23 -0000      1.7
  @@ -102,10 +102,7 @@
       {
        InputSource input = null;
   
  -     String systemId = source.getSystemId();
  -     if (systemId == null) {
  -         systemId = "";
  -     }
  +     String systemId = source.getSystemId();         
   
        try {
            // Try to get InputSource from SAXSource input
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to