http://onionworks.net/2006/data/personalization
login (username : string, password : string) : boolean
The method “login” logs the user into the system with the specified user name and password.
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:user="http://onionworks.net/2006/data/personalization" xmlns:onion="http://onionworks.net/2004/data" version="1.0">
<xsl:template match="/">
</xsl:stylesheet><xsl:if test="user:login('testuser', 'test')">
The user 'testuser' is now logged int.
</xsl:template><xsl:value-of select="user:logout()" />
</xsl:if>Logging in a user