Episode.xsl
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
<xsl:output method="html" encoding="UTF-8" indent="yes" doctype-system="about:blank"/>
<xsl:template match="/">
<xsl:value-of select="episode/title"/>
Episode
</xsl:template>
</xsl:stylesheet>