Microsoft Usenet Groups Are Rubbish! No one ever seems to answer!
I had a go a writing the <browserCaps> for Firefox, But I dont know if
represents Firefox and its features correctly.
But it does Identify the browser and correct versions etc.
<case match="^Mozilla/5\.0 \([^)]*\) (Gecko/[-\d]+)?
(Firefox/(?'version'(?'major'\d+)(?'minor'\.\d+)(?'letters'\w*)))">
browser=Firefox
version=${version}
majorversion=${major}
minorversion=${minor}
frames=true
tables=true
cookies=true
javascript=true
javaapplets=true
ecmascriptversion=1.5
w3cdomversion=1.0
css1=true
css2=true
xml=true
tagwriter=System.Web.UI.HtmlTextWriter
<filter match="^b" with="${letters}">
beta=true
</filter>
</case>
Hope this helps someone!