Replies: 1 comment 2 replies
-
It would also help if there is a function like get_children_in_ns(). I did not find any. Is it possible to search the tree especially for a namespace without iterating through all children of all nodes? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I know there is a function for the server to export xmls selected by namespaces (export_xml_by_ns()).
But is there the same functionality for the client?
I know there is a function as export_xml(path, nodes) but to use that in a proper way I would need to generate the whole list of nodes I want to select. Therefore I would need to iterate through EVERY node and check the namespace.
Beta Was this translation helpful? Give feedback.
All reactions