Much progress! Many working!

This commit is contained in:
Simon Brooke 2018-06-10 21:05:02 +01:00
parent 538406b473
commit e98906c85e
7 changed files with 679 additions and 244 deletions

View file

@ -418,6 +418,7 @@
<xsl:attribute name="property">
<xsl:value-of select="@name"/>
</xsl:attribute>
<xsl:copy-of select="*"/>
</field>
</xsl:for-each>
</xsl:template>
@ -435,6 +436,7 @@
<xsl:attribute name="property">
<xsl:value-of select="@name"/>
</xsl:attribute>
<xsl:copy-of select="*"/>
</field>
</xsl:otherwise>
</xsl:choose>
@ -454,6 +456,7 @@
</xsl:attribute>
<xsl:apply-templates select="adl:prompt"/>
<xsl:apply-templates select="adl:help"/>
<xsl:copy-of select="*"/>
</field>
</xsl:for-each>
</xsl:template>