xsl-list
[Top] [All Lists]

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

2005-03-12 02:12:13
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>