| Subject: [xsl] what is wrong here? From: "Veena Sarda" <veena@xxxxxxxxxx> Date: Thu, 26 Jul 2001 16:39:51 +0530 | 
I get a output "Welcome !" when i view it in ie5.5
No tags are processed?
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="ex7_1.xsl"?>
<FitnessCenter>
        <Member level="platinum">
                <Name>Jeff</Name>
                <Phone type="home">555-1234</Phone>
                <Phone type="work">555-4321</Phone>
                <FavoriteColor>white</FavoriteColor>
        </Member>
</FitnessCenter>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/TRANSFORM"
version="1.0">
     <xsl:template match="/">
        <HTML>
            <HEAD>
                <TITLE>Welcome</TITLE>
            </HEAD>
            <BODY>
               Welcome <xsl:value-of select="/FitnessCenter/Member/Name"/>!
    <BR/>
    <xsl:number value="position()"/>
           </BODY>
        </HTML>
    </xsl:template>
</xsl:stylesheet>
Thanks
Veena
 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] wd-xsl and xsl/transform, cutlass | Thread | Re: [xsl] what is wrong here?, Lawrence Mielniczuk | 
| Re: [xsl] <xml:variable> alternativ, cutlass | Date | RE: [xsl] what is wrong here?, Bas Alberts | 
| Month |