Help for this page

Select Code to Download


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