diff xsls/link.xsls @ 123:7db449e89e92

Unified the use of the "name" attribute instead of "title".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Oct 2011 06:17:16 +0000
parents 871ea104fdbf
children 978b9e3897f7
line wrap: on
line diff
--- a/xsls/link.xsls	Fri Oct 21 05:00:47 2011 +0000
+++ b/xsls/link.xsls	Fri Oct 21 06:17:16 2011 +0000
@@ -31,7 +31,7 @@
                             |document(concat($XML, @href))/module/@link) }
         }
     }
-    !{  document(concat($XML, @href))/article/@title
+    !{  document(concat($XML, @href))/article/@name
        |document(concat($XML, @href))/module/@name }
     </a>
 }