According to the documentation: "this function returns always a null element" (why not yet implemented???).
Is there an alternative way to lookup and retrieve a node in a QDomDocument with a specific ID?
According to the documentation: "this function returns always a null element" (why not yet implemented???).
Is there an alternative way to lookup and retrieve a node in a QDomDocument with a specific ID?
Walk the DOM tree element by element and query each element for the ID you need.
Bookmarks