Ferdinand Soethe wrote:
Ferdinand Soethe wrote:
But then (pardon my desire to understand this), how do you explain
that I already get
when I call http://localhost:/body-lernorte.html
Although removing the fixed class in
forrest-trunk/main/webapp/skins/common/xslt/html/document
On Wed, 2005-08-24 at 12:15 +0200, Ferdinand Soethe wrote:
> Thorsten Scherler wrote:
>
> > grep "ForrestTable" * -r|grep -v .svn|grep class
>
> > brings:
> > forrest-trunk/main/webapp/skins/common/xslt/html/document2html.xsl:
> >
>
> Hmm. Taking one closer look at this document I realized that
Ferdinand Soethe wrote:
> But then (pardon my desire to understand this), how do you explain
> that I already get
>
>
> when I call http://localhost:/body-lernorte.html
Although removing the fixed class in
forrest-trunk/main/webapp/skins/common/xslt/html/document2html.xsl
does indeed fix
Thorsten Scherler wrote:
> grep "ForrestTable" * -r|grep -v .svn|grep class
> brings:
> forrest-trunk/main/webapp/skins/common/xslt/html/document2html.xsl:
>
Hmm. Taking one closer look at this document I realized that this is
part of the skinning.
But then (pardon my desire to understand thi
Thorsten Scherler wrote:
> May the power of grep be with you. ;-) BTW any decent IDE let you search
> for test occurrence within a directory.
Thanks oh thee wizard of grep :-)
But I was really trying to understand the sequence of steps in the
pipeline to fix this among other problems.
One rea
On Wed, 2005-08-24 at 11:15 +0200, Ferdinand Soethe wrote:
> I keep finding bugs in the html pipeline that I'm using for xhtml.
> One of them is that the transformation will overwrite any existing
> class-attributes in with class='forresttable'.
>
> In order to fix that I'm trying to identify the
I keep finding bugs in the html pipeline that I'm using for xhtml.
One of them is that the transformation will overwrite any existing
class-attributes in with class='forresttable'.
In order to fix that I'm trying to identify the current html-pipeline
in head but keep getting tangled up in my lack