changeset 657 | 5720fe8b820c |
parent 636 | 29e6a24e9521 |
child 658 | cab9da9b71bb |
656:88e01c8f013e | 657:5720fe8b820c |
---|---|
486 |
486 |
487 sub fixIDs |
487 sub fixIDs |
488 { |
488 { |
489 # translate the ID to use the root doc's namespaces |
489 # translate the ID to use the root doc's namespaces |
490 my $node = shift; |
490 my $node = shift; |
491 foreach my $id ('id','before') |
491 foreach my $id ('id','before','replace') |
492 { |
492 { |
493 &fixID($node,$id); |
493 &fixID($node,$id); |
494 } |
494 } |
495 } |
495 } |
496 |
496 |