By referring http://java.dzone.com/articles/hadoop-practice i did https://github.com/studhadoop/xmlparsing-hadoop/blob/master/XmlParser11.javaand created jar file and then run the mapreduce pgm.my xml file is \[code\]<configuration> <property> <name>dfs.replication</name> <value>1</value> </property></configuration>\[/code\]but it is only showing \[code\]text:null\[/code\]instead of the text values in name and valueAnything wrong in map-reduce code?