<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hello,
<br>&nbsp;&nbsp;&nbsp; I download&nbsp; Mozilla , but It cannot display
xml file as I have wished.
<br>&nbsp;&nbsp;&nbsp; For example :the xml and xsl file like this:
<br>&nbsp;&nbsp;&nbsp; XML source:
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;?xml version="1.0"?>
<br>&nbsp;&nbsp;&nbsp; &lt;?xml-stylesheet type="text/xsl" href="result.xsl"?>
<br>&nbsp;&nbsp;&nbsp; &lt;xslTutorial >
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;employee>
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;firstName>Joe&lt;/firstName>
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;surname>Smith&lt;/surname>
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/employee>
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/xslTutorial>
<p>result.xsl:
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;xsl:stylesheet xmlns:xsl='<A HREF="http://www.w3.org/XSL/Transform/1.0">http://www.w3.org/XSL/Transform/1.0</A>'>
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;xsl:template match="firstName|surname">
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;DIV>&lt;xsl:text> [template: &lt;/xsl:text>
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;xsl:value-of select="name()"/>
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;xsl:text> outputs &lt;/xsl:text>
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;xsl:apply-templates/ >
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;xsl:text> ]&lt;/xsl:text> &lt;/DIV>
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/xsl:template>
<br>&nbsp;&nbsp;&nbsp; &lt;/xsl:stylesheet>
<p>It doesn't display like :
<br>&nbsp;&nbsp;&nbsp; [template: firstName outputs Joe]
<br>&nbsp;&nbsp;&nbsp; [template: surname outputsSmith ]
<br>instead this:
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
John Smith.
<p>What's wrong.
<p><b><i><u>FURTHERMORE</u></i></b>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Is there any other browser
in Unix?(I have got IE5.0 in Windows,and it's ok!)</html>