Skip to content

Fix expandXMLString to correctly handle includes of includes

Aron Helser requested to merge aron.helser/smtk:encodestring_fix into master

The recursive call was only returning the final include file content not the intermediate file's content. Switch to non-recursive loop instead.

Fixes #395 (closed)

Merge request reports