CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 11:04:30 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:36:07 GMT
cache-control: max-age=2592000, public
expires: Mon, 10 Nov 2025 11:04:30 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98cde0838a494e3d
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: MISS
set-cookie: __cf_bm=s98eyVMu2O_n8Adjzh.DfgZ9hzFXEnQbrWjMwFpjY00-1760180670-1.0.1.1-HXhVdrAfpinLUQ8Sb6J7nktZsFouY4Yyveq5XJBe7m9zdXfEHqxAck1zplOGgBEt6Bj90TkBmRKmiihX9qyBlfm9qeGppxRex5HD4P8HL1U; path=/; expires=Sat, 11-Oct-25 11:34:30 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98cde0838a494e3d-BLR
alt-svc: h3=":443"; ma=86400
xsl:with-param underspecified from Oliver Becker on 2000-06-29 (xsl-editors@w3.org from April to June 2000)
xsl:with-param underspecified
- From: Oliver Becker <obecker@informatik.hu-berlin.de>
- Date: Thu, 29 Jun 2000 11:49:01 +0200 (MET DST)
- To: xsl-editors@w3.org
- Message-Id: <200006290949.LAA24006@mail.informatik.hu-berlin.de>
Hello, I believe that xsl:with-param is underspecified. It is not an error to use the same parameter more than once - but it should. Example code: <xslt:transform version="1.0" xmlns:xslt="https://www.w3.org/1999/XSL/Transform"> <xslt:template match="/"> <xslt:call-template name="check"> <xslt:with-param name="x" select="1" /> <xslt:with-param name="x" select="2" /> </xslt:call-template> </xslt:template> <xslt:template name="check"> <xslt:param name="x" /> <xslt:value-of select="$x" /> </xslt:template> </xslt:transform> What should a conformant XSLT processor output? I tested the stylesheet with XT, Saxon 5.3.2 and LotusXSL/Xalan 1.0.1. XT and Saxon output 1, LotusXSL outputs 2. Best regards, Oliver /-------------------------------------------------------------------\ | ob|do Dipl.Inf. Oliver Becker | | --+-- E-Mail: obecker@informatik.hu-berlin.de | | op|qo WWW: https://www.informatik.hu-berlin.de/~obecker | \-------------------------------------------------------------------/
Received on Thursday, 29 June 2000 05:49:04 UTC