recursively expand all includes and exports
May 8, 2019
5:03 a.m.
Is there a means to recursively expand all includes and exports? I would like to use xpath that will walk all imports and includes. Is this possible? Thanks
May 8, 2019
6:29 p.m.
Robert Lario schrieb am 08.05.19 um 07:03:
Is there a means to recursively expand all includes and exports? I would like to use xpath that will walk all imports and includes. Is this possible?
Do you mean XInclude? That's supported already. Or are you referring to something else? XMLSchema or XSLT maybe? To find all such tags in a tree. I'd rather just pass them too "element.iterfind()" than use XPath (and then call it recursively after resolving the input file). It's easier and faster. Stefan
2650
Age (days ago)
2650
Last active (days ago)
1 comments
2 participants
participants (2)
-
Robert Lario -
Stefan Behnel