goba            Sat Aug  3 12:20:54 2002 EDT

  Modified files:              
    /phpdoc/scripts     file-entities.php.in 
  Log:
  OK, so XSLTproc does not like file:/// before path values...
  Although saxon needs them.... I love standards...
  Uncomment for now...
  
  
Index: phpdoc/scripts/file-entities.php.in
diff -u phpdoc/scripts/file-entities.php.in:1.1 phpdoc/scripts/file-entities.php.in:1.2
--- phpdoc/scripts/file-entities.php.in:1.1     Sat Aug  3 08:56:58 2002
+++ phpdoc/scripts/file-entities.php.in Sat Aug  3 12:20:54 2002
@@ -17,7 +17,7 @@
 # |             Gabor Hojtsy <[EMAIL PROTECTED]>                              |
 # +----------------------------------------------------------------------+
 # 
-# $Id: file-entities.php.in,v 1.1 2002/08/03 12:56:58 goba Exp $
+# $Id: file-entities.php.in,v 1.2 2002/08/03 16:20:54 goba Exp $
 */
 
 /**
@@ -350,7 +350,8 @@
     } else {
         // If XSL sheet is used, we need the special file:///
         // notation before the file name
-        if ($xsl_sheet_used) { $filename = "file:///" . $filename; }
+        // !! BUT it's not honored by xsltproc so uncomment it for now !!
+        // if ($xsl_sheet_used) { $filename = "file:///" . $filename; }
         return sprintf("<!ENTITY %-40s SYSTEM '%s'>\n", $entname, $filename);
     }
 }



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to