<?xml version="1.0" encoding="UTF-8"?>

       <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
       <xsl:output 
             doctype-public="-//WAPFORUM//DTD WML 1.1//EN" doctype-system="http://www.wapforum.org/DTD/wml_1.1.xml" 
             indent='yes'/> 
       <xsl:template match='/'>
       <wml> 
         <template> 
           <do type="prev"><prev/></do> 
         </template> 
         <card id="card1" title="Card #1" newcontext="true">      
           <p align="center"> 
             <big><b><xsl:apply-templates /></b></big> 
           </p> 
         </card> 
       </wml> 
       </xsl:template>
       </xsl:stylesheet>
