Hi,
Is there any approach to find the context child node in a generic way, by its name?
I mean - similar to IWDNodeElement.getAttributeValue(String)
For instance in the context we have simple value node A. Inside this node we have two more child nodes "B" and "C".
Can we use something like currentAElement().getChildNode("B")?
thanks in advance