Sha256: ef856600943920711a80397c9adc696889a7462e25c062c03cc7fc54800412cf

Contents?: true

Size: 556 Bytes

Versions: 1

Compression:

Stored size: 556 Bytes

Contents

<?xml version='1.0' encoding='iso-8859-7'?>

<!--
gmosx: 
XForms related templates
-->

<xsl:stylesheet
		xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
		xmlns:xf='http://www.w3.org/2002/08/xforms/cr'
		xmlns:x='http://www.navel.gr/xml/shader.xsd' version='1.0'>

	<xsl:template match='xf:form'>
		<table width='100%'>
			<xsl:apply-templates/>
		</table>
	</xsl:template>

	<xsl:template match='xf:input'>
		<tr><td class='form-label'>
			<xsl:value-of select='xf:label'/>:<br/>
			<input type='text'/>
		</td></tr>
	</xsl:template>

</xsl:stylesheet>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nitro-0.1.2 lib/xsl/xforms.xsl