Sha256: 77949be510b70d0dbdee2a49a1a8d483a8d6f0066ecdb6014733c9d602e17ef6

Contents?: true

Size: 578 Bytes

Versions: 7

Compression:

Stored size: 578 Bytes

Contents

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

<!--
gmosx: 
XForms related templates

NOT IMPLEMENTED yet.
-->

<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

7 entries across 7 versions & 1 rubygems

Version Path
nitro-0.2.0 lib/xsl/xforms.xsl
nitro-0.3.0 lib/xsl/xforms.xsl
nitro-0.4.1 lib/xsl/xforms.xsl
nitro-0.5.0 lib/xsl/xforms.xsl
nitro-0.6.0 lib/xsl/xforms.xsl
nitro-0.7.0 lib/xsl/xforms.xsl
nitro-0.8.0 lib/xsl/xforms.xsl