Re: [Xsltforms-support] external css stylesheets
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2010-12-27 07:21:29
|
Hello, Le 27/12/2010 06:58, ac a écrit : > Hi, > > Is there a good reason why references to external css stylesheets, in an > XSLTForm are not copied to the xhtml:head, by xsltforms.xsl, so that > xsltforms can use external css stylesheets? Yes, because XSLTForms can interpret CSS directives for XForms elements using the syntax for namespaces (xf|trigger for example) as the Mozilla extension does. Because this is performed by the XSLT stylesheet, the external files are read with the document() XSLT function which requires the file to be a well-formed XML document. This can be deactivated in the config.xsl files. Have a look at http://en.wikibooks.org/wiki/XSLTForms/XSLTForms_only_Extensions > A corollary to this question would be why not also copy meta tags? Meta tags should be copied. Can you send a test case for this issue? Thanks! -Alain |