Skip to content

Small xmltools extensions

giannozz requested to merge giannozz/q-e:xmltools into develop

xmltools was unable to read a multi-line character tag like:

<tag>
some-variable-character
</tag>

and to read a vector of three real numbers as <tag>1. 2. 3.</tag> (as written by FoX and wxml.f90) in addition to the usual case

<tag>
 1. 2. 3.
</tag>
Edited by giannozz

Merge request reports