i have follow the instruction in this page http://cordova.apache.org/docs/en/3.1.0/cordova_splashscreen_splashscreen.md.html#Splashscreen to test out a splashscreen , it require me to add in this following code to the config , but following is not a valid CML, therefore when i build i got error on it.
<preference name="splashscreen", "splash" />
<preference name="splashScreenDelay", 10000 />
I also try to change the preference name to a valid XML as below, it build successful with out error, but once after build the following preference is also remove from the config.XML automatically
<preference name="splashscreen", value="splash" />
<preference name="splashScreenDelay", value="10000" />
Is that source of sample , so that I can follow it to get my splash screen works