RE: [xsl] why i cant use this regular html tags / css in my xsl file

Subject: RE: [xsl] why i cant use this regular html tags / css in my xsl file
From: "Touchtel" <omprakashv@xxxxxxxxxxxxxxxxx>
Date: Sat, 12 Mar 2005 16:59:15 +0530
   Hi,
         Your stylesheet is not well-formed. You have to close the col tag
before opening another like this:
	<colgroup><col width="200"/><col width="150"/> </colgroup>


   As for the style having no effect, did you check the html output to see
if the style was there.

 Cheers,
  Omprakash.V



-----Original Message-----
From: henry human [mailto:henry_human@xxxxxxxx]
Sent: Saturday, March 12, 2005 2:42 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] why i cant use this regular html tags / css in my xsl
file


each browser, which i use (netscape and MS IE)
breake with error, when iuse a <colgroup> in my xsl
code:
<colgroup> <col width="200"> <col width="150">
</colgroup>
the IE says: start tag <colgroup> don match end tag
<col....
Netscape 6.0 show only a long string as text.

The Problem number two is, when i try to define :
<head><title></title><style type="text/css">
<!-- body{font-family:Arial;color:green; }
--> </style></head><body>
....
in header , it has no effect!
Why i cant use this regular tags and styls in my xsl
file:
hier is the header of my xsl file:
<?xml version='1.0'?>
 <xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
<xsl:output method="html"/>
 <xsl:template match="/">
.....




thanks







___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier
anmelden: http://mail.yahoo.de

Current Thread