I have to parse an xml document and have to get all the elements in the same. I have gone through example, where they are just providing the element name. I ...
I'm using XPATH 1.0 parsers alongside CLiXML in my JAVA project, I'm trying to setup a CLiXML constraint rules file.
I would like to show an error if there are duplicate element ...
i am a beginner...i have got a module to complete...the module that i work on says that... a request xml contains numbers in each child element nodes,i have to take these numbers from these nodes one by one and find their average. ie 2342456 : : : 5634 (The number of rows is optional) so this ...