Hi folks,
I am trying to run the following xml with the
associated xsl, but the string from the xml
file "or should I say goodbye" doesn't show.
Does any body know why ?
Thanks,
hello2.xsl is as follows :
<xsl:stylesheet version="1.0"
xmlns:xsl="<xsl:template match="/">
<H1>Hello World (from hello2-xsl)</H1>
<H1><xsl:value-of select="hello"/></H1>
</xsl:template>
</xsl:stylesheet>
hello2.xml is as follows :
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="XSL/hello2.xsl"?>
<hello>or should I say goodbye</hello>
I am trying to run the following xml with the
associated xsl, but the string from the xml
file "or should I say goodbye" doesn't show.
Does any body know why ?
Thanks,
hello2.xsl is as follows :
<xsl:stylesheet version="1.0"
xmlns:xsl="<xsl:template match="/">
<H1>Hello World (from hello2-xsl)</H1>
<H1><xsl:value-of select="hello"/></H1>
</xsl:template>
</xsl:stylesheet>
hello2.xml is as follows :
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="XSL/hello2.xsl"?>
<hello>or should I say goodbye</hello>