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 <table> 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 of knowledge and our > lack of documentation in the sitemaps. > > Could sbdy pls. help me and give me some clues on how and where to find the > steps of the html-pipeline? > > Thanks,
May the power of grep be with you. ;-) BTW any decent IDE let you search for test occurrence within a directory. grep "ForrestTable" * -r|grep -v .svn|grep class brings: forrest-trunk/main/webapp/skins/common/xslt/html/document2html.xsl: <table cellpadding="4" cellspacing="1" class="ForrestTable"> HTH salu2 -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd)
