|
Subject: Re: [xsl] Type of a variable containing values of mixed types From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Mon, 13 Apr 2015 10:53:00 -0000 |
How can I enforce that a variable contains a particular bunch of mixed types? Say:
<xsl:variable name="MY_VAR" as="b&"> <xsl:value-of select="42"/> <xsl:value-of select="13"/> <xsl:value-of select="hello"/> </xsl:variable>
Is there a way to enforce, with the attribute `as`, that the variable contains a series of integers and a string (or, even, particularly 2 integers and 1 string) or else have the transformation fail?
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Type of a variable containing, Jorge . chocolate.ca | Thread | Re: [xsl] Type of a variable contai, Justin Johansson pro |
| [xsl] Type of a variable containing, Jorge . chocolate.ca | Date | Re: [xsl] Type of a variable contai, Michael Kay mike@xxx |
| Month |