]> granicus.if.org Git - docbook-dsssl/commitdiff
An update to r7601: changed $w to [\w.]+ to ensure that the setup-language-variable...
authorMauritz Jeanson <mj@johanneberg.com>
Wed, 19 Dec 2007 17:52:39 +0000 (17:52 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Wed, 19 Dec 2007 17:52:39 +0000 (17:52 +0000)
modified by xslns-build.

releasetools/xslns-build

index 1bb9bdadedd6442cc0db84577f41fd5e40a7d13b..0774f6187e594622651a83bd2a323c6472278b44 100755 (executable)
@@ -375,7 +375,7 @@ sub indexentitydecl {
 
   my $newstring = '';
 
-  while ( $string =~ m@^(.*?)(<!ENTITY\s+($w)\s+('|"))(.*?)(\4\s*>)@sg  ) {
+  while ( $string =~ m@^(.*?)(<!ENTITY\s+([\w.]+)\s+('|"))(.*?)(\4\s*>)@sg  ) {
     my $before = $1;
     my $entitystart = $2;
     my $entityname = $3;