Actions
Feature #8197
closedhomogenised XPath implicit conversions to XML
Start date:
10/08/2014
Due date:
% Done:
100%
Estimated time:
Description
Instead of being parsed, $string should be converted to:
<e:entries xmlns:e="http://software.in2p3.fr/lavoisier/entries.xsd">
<e:entry>$string</e:entry>
</e:entries>
Updated by Reynaud Sylvain about 10 years ago
- Status changed from New to Resolved
- Assigned To set to Reynaud Sylvain
- % Done changed from 0 to 100
Implicit conversion of string to XML depends on context:
- if the string is the result of XPath (@eval): converted to a list with 1 item.
- if the string is inline (text()): parsed as a XML document.
Actions