<?xml version="1.0"?>
<stylesheet version="1.0"
	xmlns="http://www.w3.org/1999/XSL/Transform">
	<output method="text"/>
	<template match="/">
		<apply-templates select="/topalbums/album/image"/>
	</template>
	<template match="image">
		<value-of select="large"/><text>&#10;</text>
	</template>
</stylesheet>
