<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
I can now run your webserver (using Windows Subsystem for Linux) and I can see that, apparently, only Chromium-based browsers do send 2 requests for xsltforms.xsl.
</div>
<div>
<br>
</div>
<div>
It appears that the first one could be just for accepting text/css and the network debugger does not render the response at all...
</div>
<div>
<br>
</div>
<div>
Chromium is the new Internet Explorer!
</div>
<div>
<br>
</div>
<div>
Alain
</div>
<blockquote type="cite">
<div>
Le 22 avril 2020 à 05:32, Steven Pemberton <
<a href="mailto:ste...@cw...">ste...@cw...</a>> a écrit :
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
Watching my webserver, I see that xsltforms.xsl gets loaded twice in quick
</div>
<div>
succession.
</div>
<div>
<br>
</div>
<div>
The xhtml file default-get.xhtml starts like this:
</div>
<div>
<br>
</div>
<div>
<?xml version="1.0" encoding="UTF-8"?>
</div>
<div>
<?xml-stylesheet href="../../xsltforms/xsltforms.xsl" type="text/xsl"?>
</div>
<div>
<?xsltforms-options debug="no"?>
</div>
<div>
<?css-conversion no?>
</div>
<div>
<html xmlns="
<a href="http://www.w3.org/1999/xhtml" rel="noopener" target="_blank">http://www.w3.org/1999/xhtml"</a>
</div>
<div>
xmlns:ev="
<a href="http://www.w3.org/2001/xml-events" rel="noopener" target="_blank">http://www.w3.org/2001/xml-events"</a>>
</div>
<div>
<head>
</div>
<div>
<br>
</div>
<div>
Here is the relevant log:
</div>
<div>
<br>
</div>
<div>
GET /forms-new/TestSuite/submission/default-get.xhtml HTTP/1.1
</div>
<div>
=> 200 application/xhtml+xml 2444
</div>
<div>
<br>
</div>
<div>
GET /forms-new/xsltforms/xsltforms.xsl HTTP/1.1
</div>
<div>
=> 200 text/xsl 31149
</div>
<div>
<br>
</div>
<div>
GET /forms-new/xsltforms/xsltforms.xsl HTTP/1.1
</div>
<div>
=> 200 text/xsl 31149
</div>
<div>
<br>
</div>
<div>
GET /forms-new/xsltforms/xsltforms.css HTTP/1.1
</div>
<div>
=> 200 text/css 13000
</div>
<div>
<br>
</div>
<div>
GET /forms-new/TestSuite/test-suite.css HTTP/1.1
</div>
<div>
=> 200 text/css 4359
</div>
<div>
<br>
</div>
<div>
GET /forms-new/xsltforms/xsltforms.js HTTP/1.1
</div>
<div>
=> 200 application/javascript 682649
</div>
<div>
<br>
</div>
<div>
GET /forms-new/xsltforms/config_en.xsl HTTP/1.1
</div>
<div>
=> 200 text/xsl 1524
</div>
<div>
<br>
</div>
<div>
Best wishes,
</div>
<div>
<br>
</div>
<div>
Steven
</div>
</blockquote>
</body>
</html>
|