Returns the name of the requesting device.
device:getDeviceName() as xs:string
device:name() as xs:string
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2"
xmlns:pipeline="http://www.volantis.com/xmlns/marlin-pipeline">
<head>
<title>device:getDeviceName()</title>
</head>
<body>
<p>Device name: <pipeline:value-of expr="device:getDeviceName()"/></p></body>
</html>