This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

html output


Hi,
    The browser outputs xml source instead of html output.

XML file is like that:

<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="A.xsl"?>
<XXX>
</XXX>

A.xsl is:

<?xml version="1.0" ?>
<xsl:stylesheet version='1.0' 
xmlns:xsl='http://www.w3.org/1999/XSL/Transform' 
xmlns:xinclude="http://www.w3.org/1999/XML/xinclude";>
<xsl:output method="html" />
<xsl:template match="/">

XSL ....



</xsl:template>
</xsl:stylesheet>

What do I have to do to output html ?

Thanx
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]