From e0f2099dc26eaaf7f4d0606bb7fb599915afa40b Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 26 Jan 2009 23:14:53 +0000 Subject: [PATCH] Make checking for duplicated names case insensitive. This avoids generating filenames with names that only differ by case as they cause problems on case insensitive file systems. [SVN r50798] --- xsl/annotation.xsl | 5 ++++- xsl/lookup.xsl | 3 ++- xsl/macro.xsl | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/xsl/annotation.xsl b/xsl/annotation.xsl index 16e7620..11d9f54 100644 --- a/xsl/annotation.xsl +++ b/xsl/annotation.xsl @@ -8,6 +8,9 @@ --> + + + @@ -17,7 +20,7 @@ - + diff --git a/xsl/lookup.xsl b/xsl/lookup.xsl index 5a4a34c..1dd362d 100644 --- a/xsl/lookup.xsl +++ b/xsl/lookup.xsl @@ -225,7 +225,8 @@ - + diff --git a/xsl/macro.xsl b/xsl/macro.xsl index a792eff..e396295 100644 --- a/xsl/macro.xsl +++ b/xsl/macro.xsl @@ -74,7 +74,8 @@ - + _