From: Ildar <ild...@gm...> - 2006-09-30 07:36:22
|
> I just added to CVS the GetNodeContent() functions which does exactly that. what do you think of adding "recursive" param to the function? e.g. GetNodeContent(true) would work as it works now - it would return a concatenation string of all sub-nodes. GetNodeContent(false) would return a concatenation string of wxXML_TEXT_NODE nodes which belong to current wxXML_ELEMENT_NODE |