xml form generator (version from 1/28/2011)
[openemr.git] / contrib / forms / xmlformgen / xslt / info.txt.xslt
bloba6ece0cc079ec538cee8ea708510096ae4082ceb
1 <?xml version="1.0"?>
2 <!--
3 Copyright (C) 2009 Julia Longtin <julia.longtin@gmail.com>
5 This program is free software; you can redistribute it and/or
6 Modify it under the terms of the GNU General Public License
7 as published by the Free Software Foundation; either version 2
8 of the License, or (at your option) any later version.
9 -->
10 <xsl:stylesheet version="1.0"
11 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
12 <xsl:output method="xml" omit-xml-declaration="yes"/>
13 <xsl:template match="/">
14 <xsl:value-of select="form/RealName" />
15 <xsl:text disable-output-escaping="yes"><![CDATA[
16 ]]></xsl:text>
17 </xsl:template>
18 </xsl:stylesheet>