dbertoni 00/07/21 11:59:14
Modified: c/samples/ExternalFunction foo.xsl Log: Fixed incorrect namespace for external prefix. Revision Changes Path 1.3 +1 -1 xml-xalan/c/samples/ExternalFunction/foo.xsl Index: foo.xsl =================================================================== RCS file: /home/cvs/xml-xalan/c/samples/ExternalFunction/foo.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- foo.xsl 2000/05/03 18:17:38 1.2 +++ foo.xsl 2000/07/21 18:59:14 1.3 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" - xmlns:external="http://ExternalFunction.xalan-c++.xml.apache.org.xxx" + xmlns:external="http://ExternalFunction.xalan-c++.xml.apache.org" exclude-result-prefixes="external"> <xsl:template match="/">
