Hi I want to know, How can we get the complex elements in the xml file using XPath. For example, this is my xml file <envelope> <header/> <body> <parentComplexType> <request1> <element1> ....... <elementn> <request2> <element1> ....... <elementn> </parentComplexType> </body></envelope> I w