xsl-list
[Top] [All Lists]

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

2007-06-15 00:15:13
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>