xml form generator (version from 1/28/2011)
[openemr.git] / contrib / forms / xmlformgen / xslt / safename.xslt
blob515ce4f52d3487466ca60dbd1bfd941ca87a4938
1 <?xml version="1.0"?>
2 <!--
3 Copyright (C) 2011 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/safename" />
15 </xsl:template>
16 </xsl:stylesheet>