<?xml version="1.0" encoding="UTF-8"?>
  <!--
       Description   Post XSL Transformation for Form Project SAP_APP_Banner_Edit
       Copyright     Copyright (c) SAP AG 2009
       Author        XML Forms Document Builder 1.0
       Version       3.3 2009-10-14
  -->
  <!DOCTYPE xsl:stylesheet [
  <!ENTITY nbsp "&#160;">
  ]>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:xsi="http//www.w3.org/2001/XMLSchema-instance">
    <xsl:template match="parameters">
      <DataModel xmlns:xsi="http//www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/etc/xmlforms/SAP_APP_Banner_Edit/SAP_APP_Banner_Edit-Schema.xml">
        <content><xsl:value-of select="//parameter[name='content']/value"/></content>
        <imageURL><xsl:value-of select="//parameter[name='imageURL']/value"/></imageURL>
        <name><xsl:value-of select="//parameter[name='name']/value"/></name>
        <subtitle><xsl:value-of select="//parameter[name='subtitle']/value"/></subtitle>
      </DataModel>
    </xsl:template>
  </xsl:stylesheet>