- From: Steven Pemberton <steven.pemberton@cwi.nl>
- Date: Sun, 21 Mar 2021 20:04:46 +0000
- To: XForms <public-xformsusers@w3.org>
In a submit-done handler, is this really the best way to get to the
"last-modified' header?
<setvalue ref="lm"
value="event('response-headers')/name[.='last-modified']/following-sibling::value"/>
I was rather disappointed that this didn't work:
<setvalue ref="lm"
value="event('response-headers')/header[name='last-modified']/value"/>
Steven
Received on Sunday, 21 March 2021 20:05:02 UTC