Ferdinand Soethe wrote:

> But then (pardon my desire to understand this), how do you explain
> that I already get

> <table class="ForrestTable" cellspacing="1" cellpadding="4">
> <tr>

> when I call http://localhost:8888/body-lernorte.html

Although removing the fixed class in
forrest-trunk/main/webapp/skins/common/xslt/html/document2html.xsl
does indeed fix the problem partially.

However the table-element now has no class attribute even though it
does have one in the source

> <h2 id="Bildungsverein_Hauptstelle">Büro und Seminarräume Oststadt/List</h2>
> <table class="Lernort_Details">
> <tr>

and the there is a copy instruction in the transformation:

> <table cellpadding="4" cellspacing="1" >
>       <xsl:copy-of select="@cellspacing | @cellpadding | @border | @class | 
> @bgcolor |@id"/>
>       <xsl:apply-templates/>
>     </table>



--
Ferdinand Soethe

Reply via email to