Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道哪个是验证 wurfl.xml 文件的最佳方法。
我正在考虑这两种不同的方法:
由于它是一个 XML 文件,我可以根据其 XML 模式验证 wurfl.xml。与此相关的一些问题是:我从哪里获得 xsd 文件?xsd 文件多久更改一次?
加载文件后查询 wurfl 数据库并检查设备数量或其他一些未完成的值。我将不得不对此进行更深入的调查,并查看 wurfl api 为此目的提供了哪些方法。