- or download this
<crossRef refid="">xx</crossRef>
<crossRef refid="">yy</crossRef>
<affiliation id="aff01"><label>xx</label>
<affiliation id="aff02"><label>yy</label>
- or download this
<crossRef refid="aff01">xx</crossRef>
<crossRef refid="aff02">yy</crossRef>
<affiliation id="aff01"><label>xx</label>
<affiliation id="aff02"><label>yy</label>
- or download this
if (/<affiliation id="(.+?)"><label>(.+?)<\/label>/)
{
$affid=$1; $afflbl=$2;
s!<crossRef refid="(.*?)">$afflbl</crossRef>!<crossRef refid="$a
+ffid">$afflbl</crossRef>!g;
}