Ciao,
I have installed and tested the new API with the relative patch using a this syntax like this:
File[] patches = { new File("/dir/to/web_browsers_patch.xml") };
WURFLHolder as = new CustomWURFLHolder( new File("/dir/to/wurfl.xml"), patches );
WURFLManager wurfl = as.getWURFLManager();
String ua = "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)";
Device device =...