Skip to content

Commit 75e7574

Browse files
committed
Dropping TextFormat String (xsd:string). See also issue #18
1 parent 7eca114 commit 75e7574

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/common.xsl

-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@
233233
<xsl:param name="type"/>
234234

235235
<xsl:choose>
236-
<xsl:when test="$type = 'String'"><xsl:text>string</xsl:text></xsl:when>
237236
<xsl:when test="$type = 'BigInteger'"><xsl:text>integer</xsl:text></xsl:when>
238237
<xsl:when test="$type = 'Integer'"><xsl:text>int</xsl:text></xsl:when>
239238
<xsl:when test="$type = 'Long'"><xsl:text>long</xsl:text></xsl:when>

0 commit comments

Comments
 (0)