From: Eric P. <th...@us...> - 2010-08-19 21:44:33
|
Update of /cvsroot/sandev/sand/docs/projtmpl/deploy/webapp/templates In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14860 Modified Files: allpages.xsl Log Message: Expanded comment to explain what is going on with the general removal of xhtml:code tags transform. Index: allpages.xsl =================================================================== RCS file: /cvsroot/sandev/sand/docs/projtmpl/deploy/webapp/templates/allpages.xsl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** allpages.xsl 5 Apr 2008 04:05:21 -0000 1.5 --- allpages.xsl 19 Aug 2010 21:44:25 -0000 1.6 *************** *** 91,95 **** <!-- ! * remove any enclosing code tags by default to avoid ugly font syndrome --> <xsl:template match="xhtml:code"> --- 91,99 ---- <!-- ! * Remove any enclosing code tags by default to avoid ugly font syndrome. ! * The SAND interface dumps out values enclosed in a code tags. Without ! * this rule, all the values produced come out looking like fixed format ! * computer code font. If actually want this effect in some text ! * somewhere, try using the dfn, samp, kbd or var tags. --> <xsl:template match="xhtml:code"> |