oops, forgot that
git-svn-id: http://yolanda.mister-muffin.de/svn@334 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
3ebfa984c4
commit
203e7e78b4
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,14 @@
|
|||
<xsl:for-each select="/page/xforms:instance/*/*">
|
||||
<xsl:choose>
|
||||
|
||||
<xsl:when test="@xsi:type='xsd:base64Binary'">
|
||||
<input type="file">
|
||||
<xsl:attribute name="value">
|
||||
<xsl:value-of select="name()"/>
|
||||
</xsl:attribute>
|
||||
</input>
|
||||
</xsl:when>
|
||||
|
||||
<xsl:when test="@xsi:type='xsd:normalizedString'">
|
||||
<input type="text">
|
||||
<xsl:attribute name="value">
|
||||
|
|
Loading…
Reference in a new issue