﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl">
    <xsl:output method="xml" indent="yes"/>

    <xsl:template match="/">        
        <div id="divBrand_UserSettings"  style="margin:15px; background-color:White; border:2px solid rgb(56, 93, 138);">
            <xsl:value-of select="UserSettings/." disable-output-escaping="yes"/>
        </div>
       
    </xsl:template>
</xsl:stylesheet>
