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

Subject: [xsl] why i cant use this regular html tags / css in my xsl file
From: henry human <henry_human@xxxxxxxx>
Date: Sat, 12 Mar 2005 10:12:13 +0100 (CET)
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