Re: [Xsltforms-support] New release: Please give it a try!
Brought to you by:
alain-couthures
From: Steven P. <ste...@cw...> - 2020-04-22 03:33:10
|
Watching my webserver, I see that xsltforms.xsl gets loaded twice in quick succession. The xhtml file default-get.xhtml starts like this: <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="../../xsltforms/xsltforms.xsl" type="text/xsl"?> <?xsltforms-options debug="no"?> <?css-conversion no?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events"> <head> Here is the relevant log: GET /forms-new/TestSuite/submission/default-get.xhtml HTTP/1.1 => 200 application/xhtml+xml 2444 GET /forms-new/xsltforms/xsltforms.xsl HTTP/1.1 => 200 text/xsl 31149 GET /forms-new/xsltforms/xsltforms.xsl HTTP/1.1 => 200 text/xsl 31149 GET /forms-new/xsltforms/xsltforms.css HTTP/1.1 => 200 text/css 13000 GET /forms-new/TestSuite/test-suite.css HTTP/1.1 => 200 text/css 4359 GET /forms-new/xsltforms/xsltforms.js HTTP/1.1 => 200 application/javascript 682649 GET /forms-new/xsltforms/config_en.xsl HTTP/1.1 => 200 text/xsl 1524 Best wishes, Steven |