views:

105

answers:

1

I'm wondering which is the best way to validate the wurfl.xml file.

I am thinking about these two different approaches :

  • Since it is a XML file I can validate wurfl.xml against its XML schema. Some questions related with this are: from where do I get the xsd file?, how often does the xsd file change?.

  • Query the wurfl database once the file is loaded and check the number of devices, or some other outstanding values. I will have to investigate this deeper and see which methods the wurfl api provides for that purpose.

Any other ideas?

Thanks

A: 

Please use http://www.51degrees.mobi/Products/NETMobileAPI/tabid/86/Default.aspx it is a free ASP.NET mobile api which makes use of WURFL device database

Amit Patel