<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="xsltforms/xsltforms.xsl" type="text/xsl"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xf="http://www.w3.org/2002/xforms"> <head> <style type="text/css"> .htmlOutput { display: block; width: 96%; background: rgba(210, 227, 243, 0.25); padding: 2%; margin-left: 2px; overflow: auto; max-height: '''+height+'''; clear: both; } .htmlOutput .xforms-value { white-space: normal; border: none; } </style> <xf:model id="xformId_mainModel"> <xf:instance id="xformId_mainInstance" xmlns=""> <schema> </schema> </xf:instance> <xf:bind></xf:bind> </xf:model> </head> <body> <xf:output class="htmlOutput" value="instance('xformId_mainInstance')/note" mediatype="application/xhtml+xml"></xf:output> </body> </html>