- From: <denis.maier@unibe.ch>
- Date: Wed, 22 Jan 2025 13:04:38 +0000
- To: <xproc-dev@w3.org>
Received on Wednesday, 22 January 2025 13:04:46 UTC
Hi,
(Sorry for the earlier message. Shortcuts...)
I'm trying to store intermediary HTML files for inspection:
<p:store serialization="map{'method':'html' }" message="Storing {$filename}">
<p:with-option name="href" select="$html-dir-normalized || '/' || $filename"/>
</p:store>
This will generate files with
<meta http-equiv="Content-Type" content="application/xml; charset=UTF-8">
But I'd expect content="text/html". Even, if I specify this manually in my sources files, this will be changed during serialization. What am I missing here?
(I'm using Morgana. Haven't tested with Calabash yet.)
Best,
Denis
Received on Wednesday, 22 January 2025 13:04:46 UTC