xsl-list
[Top] [All Lists]

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

2005-03-12 04:29:15
   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(_at_)yahoo(_dot_)de]
Sent: Saturday, March 12, 2005 2:42 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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

--~------------------------------------------------------------------
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>
--~--





--~------------------------------------------------------------------
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>
--~--