my $style = 'dynamic.xsl'; my %field = ( name => 'artist.name as Artist', album => 'album.title as Album', title => 'song.title as Song', year => 'album.year as Year', );