szul / vscode-xslt

Visual Studio Code extension for processing XSLT files
MIT License
5 stars 0 forks source link

Can't make calcs with multiplication #7

Open EchedelleLR opened 4 years ago

EchedelleLR commented 4 years ago

Calculated field in with the error in XSL:

<td>
    <xsl:variable name="coste" select="unidades * precio" />
    <xsl:value-of select="$coste" /> €
</td>

Screenshot of the XML example: Captura de pantalla de 2020-05-15 09-17-33

Files related with the issue: compra.zip

Additional information:

szul commented 4 years ago

Might be a bug in the XSLT parser itself. I'll be looping back around to a few of these issues soon.