[xsl] problem processing <strong> etc tags as style

Subject: [xsl] problem processing <strong> etc tags as style
From: Vaduvoiu Tiberiu <vaduvoiutibi@xxxxxxxxx>
Date: Fri, 15 Jun 2007 00:14:33 -0700 (PDT)
I have an xml like this
<root>
<mytag>
    <html>
     <body>
         <p>
            <em>
            <strong> Some text comes here</strong>
            </em>
        </p>
    </body>
    </html>
</mytag>
</root>


in my xsl file I have
<xsl:value-of select="root/mytag"/>

but in the page that is generated instead of seeing Some text comes here italic bold I only see the text unformatted? So how can I display some text with the style I want when the processor sees the <em> or<b> tags as simple tags? 10x in advance


       
____________________________________________________________________________________
Get the free Yahoo! toolbar and rest assured with the added security of spyware protection.
http://new.toolbar.yahoo.com/toolbar/features/norton/index.php

Current Thread