- From: Norman Walsh <ndw@nwalsh.com>
- Date: Thu, 11 Oct 2007 10:51:37 -0400
- To: public-xml-processing-model-comments@w3.org
Received on Thursday, 11 October 2007 14:51:50 UTC
/ "Vasil Rangelov" <boen.robot@gmail.com> was heard to say:
| How does XSLT do it then? I mean, a parameter (which practically does the
| same thing options do here) can take the value of another in-scope
| parameter, making
| <xsl:param name="p1" select="'value1'"/>
| <xsl:param name="p2" select="$p1"/>
| Valid in any case.
|
| How come XProc can't do the same?
It could, the WG decided it wasn't necessary and would be much simpler
if it didn't.
Be seeing you,
norm
--
Norman Walsh <ndw@nwalsh.com> | It'll cost you.
http://nwalsh.com/ |
Received on Thursday, 11 October 2007 14:51:50 UTC