Hi,
just a short question:
is it possible to include recursive all xml files that are referenced
by any already included xml?
eg.:
root.xml:
<?xml version="1.0" encoding="UTF-8"?>
<additional>
<xml fileName="other.xml" config-name="another"/>
</additional>
other.xml:
<?xml version="1.0" encoding="UTF-8"?>
<xml fileName="other1.xml" config-name="another1"/>
<xml fileName="other2.xml" config-name="another2"/>
...
?
I tried it but they are simply ignored. Only the first recursion level
(other.xml) is handled, all elements in other1.xml other2.xml ... are
ignored.
Can i somewhere put a recursive flag to the configuration?
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]