joinsysdef wasn't properly translating the namespace prefix for "replace".
authorBob Rosenberg <bob.rosenberg@nokia.com>
Thu, 16 Sep 2010 17:45:27 +0100
changeset 657 5720fe8b820c
parent 656 88e01c8f013e
child 658 cab9da9b71bb
joinsysdef wasn't properly translating the namespace prefix for "replace".
metatools/sysdeftools/joinsysdef.pl
--- a/metatools/sysdeftools/joinsysdef.pl	Mon Sep 13 13:52:18 2010 +0100
+++ b/metatools/sysdeftools/joinsysdef.pl	Thu Sep 16 17:45:27 2010 +0100
@@ -488,7 +488,7 @@
 	{
 	# translate the ID to use the root doc's namespaces 
 	my $node = shift;
-	foreach my $id ('id','before')
+	foreach my $id ('id','before','replace')
 		{
 		&fixID($node,$id);
 		}