Hi,
I wonder why a root CTCustomXmlBlock has another CTCustomXmlBlock as its parent?!
I've written a traversal utility, which looks for all CTCustomXmlBlocks in my document, but I want to store only those, which are root elements. Therefor I want to check which CTCustomXmlBlock has no CTCustomXmlBlock as its parent...
Is there another possibility to check if a CTCustomXmlBlock is a root xml element?
Richard