zigpy_siva 0 Newbie Poster

Hi, we are using the XML Template of MS Word, and trying to use XPath(in a tool not code, but the same is not working in code also) to read the data from the xml file.

attached the sample code, xml file and the XSD used to generate the word template.

programeticlly we are using java w3c dom
when trying the xpath "//w:customXml" it is returning 0 nodes, but when trying with getElementsByTagName("w:customXml") it is correctly returning 4 nodes.

please help in getting the values using a xPath...