I have a number of html files and a single config.xml file..Though they are seperate pages they all belong to a single project..Now my config.xml file has thig tag
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.phonegap.capexrevex"
version = "1.0.0">
Then as i already mentioned above i have a number of html pages..
In that i have my homepage "main.html".In my homepage i need to read the version tag from my config.xml file
How do i do this using javascript/jquery ???