Episode.xsl

Vaquita Wiki
Tutor (토론 | 기여)님의 2026년 8월 20일 (목) 15:44 판

<?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>