<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE xsl:stylesheet>
<!-- 
OU VARIABLES
System-defined parameters.
Do not edit.
Last Updated: 2013
-->
<xsl:stylesheet version="3.0" 
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:ou="http://omniupdate.com/XSL/Variables"
    xmlns:fn="http://omniupdate.com/XSL/Functions"
    xmlns:ouc="http://omniupdate.com/XSL/Variables"
    exclude-result-prefixes="ou xsl xs fn ouc">

<xsl:param name="ou:action"/>
<xsl:param name="ou:root"/>
<xsl:param name="ou:site"/>
<xsl:param name="ou:path"/>
<xsl:param name="ou:dirname"/>
<xsl:param name="ou:filename"/>
<xsl:param name="ou:username"/>
<xsl:param name="ou:lastname"/>
<xsl:param name="ou:firstname"/>
<xsl:param name="ou:email"/>
<xsl:param name="ou:httproot"/>
<xsl:param name="ou:ftproot"/>
<xsl:param name="ou:ftphome"/>
<xsl:param name="ou:ftpdir"/>
<xsl:param name="ou:created" as="xs:dateTime"/>
<xsl:param name="ou:modified" as="xs:dateTime"/>
<xsl:param name="ou:feed"/>

</xsl:stylesheet>