<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
Hi <br>
<br>
I am new to Zope & studying ZPT. I want to access the user agent to dynamically build a link depending upon the user agent. <br>
<br>
I found this which works: <br>
<br>
<b tal:replace="python:request.HTTP_USER_AGENT">The user agent</b>   <br>
<br>
Is there a request path expression like the following that works? <br>
<br>
<b tal:replace="request/user_agent">The user agent</b>   <br>
<br>
Also is there a list of all valid request path expressions? I think it is not in the Zope book or searches (I've checked). <br>
<br>
Regards <br>
<br>
Michael.<br>
</body></html>