[Xsltforms-support] CSS not applied when using XSLTForms
Brought to you by:
alain-couthures
From: Florent G. <li...@fg...> - 2012-07-26 12:23:31
|
Hi, When I add XSLTForms support to my page, it does not apply my CSS files anymore. Those are imported by: <link href="xxx.css" rel="stylesheet" type="text/css"/> XSLTForms is plugged in by: <?xml-stylesheet href="xsltforms.xsl" type="text/xsl"?> XSLTForms works fine. If I remove the processing instruction to import it, the CSS is correctly apply. But with XSLTForms, it is not anymore. Any reason for this? Any solution? Regards, -- Florent Georges http://fgeorges.org/ http://h2oconsulting.be/ |