|
Subject: Re: The XSL not working in IE5 From: "Saif Khaja" <ksaif25@xxxxxxxxxxx> Date: Tue, 03 Oct 2000 11:24:29 PDT |
<xsl:template match="Family">
<HTML>
<HEAD>
<title>FAMILY</title>
<STYLE TYPE="text/css">
p{ font-size:14pt; color="red" }
</STYLE>
</HEAD>
<BODY>
<xsl:apply-templates/>
</BODY>
</HTML>
</xsl:template><xsl:template match="Members"> <p> <xsl:value-of select="."/> </p> </xsl:template>
From: "Farhan Sarwar" <sarwarfarhan@xxxxxxxxxxx>
<?xml version = '1.0'?> <?xml-stylesheet type = "text/xsl" href = "Family.xsl" ?> <Family> <Members>Salman</Members> </Family>
_________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: The XSL not working in IE5, Julian Reschke | Thread | Formatting elements, Stuart Wilson |
| Re: ANN: XSLBench - XSLT Processor , Sebastian Rahtz | Date | Re: Adding a chekbox with XSL, Lewis |
| Month |