[Xsltforms-support] CSS problem from revision 412
Brought to you by:
alain-couthures
From: Grégoire C. <gco...@gm...> - 2010-06-03 08:42:38
|
Hi, In revision 412, there was a change in "xsltforms.xsl" about the CSS : http://xsltforms.svn.sourceforge.net/viewvc/xsltforms/trunk/build/xsltforms.xsl?r1=412&r2=411&pathrev=412 I have declared my CSS like this : <css><link rel="stylesheet" type="text/css" href="style/screen.css"></link></css> With revisions 412 and 413, the use of "<xsl:apply-templates>" at line 101 seems to break my CSS. If I keep the same line but replace "xsl:apply-templates" by "xsl:copy-of", it's ok again. Grégoire |