techtonik Sun Nov 14 12:34:28 2004 EDT
Modified files:
/phpdoc/xsl quickref.xsl
Log:
eternal mess. linefeeds
http://cvs.php.net/diff.php/phpdoc/xsl/quickref.xsl?r1=1.1&r2=1.2&ty=u
Index: phpdoc/xsl/quickref.xsl
diff -u phpdoc/xsl/quickref.xsl:1.1 phpdoc/xsl/quickref.xsl:1.2
--- phpdoc/xsl/quickref.xsl:1.1 Sat Nov 13 12:49:41 2004
+++ phpdoc/xsl/quickref.xsl Sun Nov 14 12:34:27 2004
@@ -1,30 +1,30 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
-
- quickref.xsl: Stylesheet for generating quick-reference
-
- $Id: quickref.xsl,v 1.1 2004/11/13 17:49:41 techtonik Exp $
-
--->
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- version="1.0">
-
-<xsl:output method="text"/>
-
-<xsl:template match="*"/>
-
-<xsl:template match="/">
- <xsl:apply-templates select="//refnamediv">
- <xsl:sort select="refname"/>
- </xsl:apply-templates>
-</xsl:template>
-
-<xsl:template match="refnamediv">
- <xsl:value-of select="normalize-space(refname)"/>
- <xsl:text> - </xsl:text>
- <xsl:value-of select="normalize-space(refpurpose)"/>
- <xsl:text>
-</xsl:text>
-</xsl:template>
-
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+
+ quickref.xsl: Stylesheet for generating quick-reference
+
+ $Id: quickref.xsl,v 1.2 2004/11/14 17:34:27 techtonik Exp $
+
+-->
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+
+<xsl:output method="text"/>
+
+<xsl:template match="*"/>
+
+<xsl:template match="/">
+ <xsl:apply-templates select="//refnamediv">
+ <xsl:sort select="refname"/>
+ </xsl:apply-templates>
+</xsl:template>
+
+<xsl:template match="refnamediv">
+ <xsl:value-of select="normalize-space(refname)"/>
+ <xsl:text> - </xsl:text>
+ <xsl:value-of select="normalize-space(refpurpose)"/>
+ <xsl:text>
+</xsl:text>
+</xsl:template>
+
</xsl:stylesheet>
\ No newline at end of file