Re: Bugs in the XHTML-Pipeline

2005-08-25 Thread Ross Gardler
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

Re: Bugs in the XHTML-Pipeline

2005-08-24 Thread Thorsten Scherler
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

Re: Bugs in the XHTML-Pipeline

2005-08-24 Thread Ferdinand Soethe
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

Re: Bugs in the XHTML-Pipeline

2005-08-24 Thread Ferdinand Soethe
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

Re: Bugs in the XHTML-Pipeline

2005-08-24 Thread Ferdinand Soethe
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

Re: Bugs in the XHTML-Pipeline

2005-08-24 Thread Thorsten Scherler
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

Bugs in the XHTML-Pipeline

2005-08-24 Thread Ferdinand Soethe
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