Is there any good browser in Unix?
Chen Hong Qiang
chq at softlab.nju.edu.cn
Thu Dec 30 03:38:33 GMT 1999
Hello,
I download Mozilla , but It cannot display xml file as I have
wished.
For example :the xml and xsl file like this:
XML source:
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="result.xsl"?>
<xslTutorial >
<employee>
<firstName>Joe</firstName>
<surname>Smith</surname>
</employee>
</xslTutorial>
result.xsl:
<xsl:stylesheet xmlns:xsl='http://www.w3.org/XSL/Transform/1.0'>
<xsl:template match="firstName|surname">
<DIV><xsl:text> [template: </xsl:text>
<xsl:value-of select="name()"/>
<xsl:text> outputs </xsl:text>
<xsl:apply-templates/ >
<xsl:text> ]</xsl:text> </DIV>
</xsl:template>
</xsl:stylesheet>
It doesn't display like :
[template: firstName outputs Joe]
[template: surname outputsSmith ]
instead this:
John Smith.
What's wrong.
FURTHERMORE
Is there any other browser in Unix?(I have got IE5.0 in
Windows,and it's ok!)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ic.ac.uk/pipermail/xml-dev/attachments/19991230/332a724c/attachment.htm
More information about the Xml-dev
mailing list