Re: Context for p:option

/ ht@inf.ed.ac.uk (Henry S. Thompson) was heard to say:
| Jeni Tennison writes:
|
|> Really? I don't expect it to work like Henry does at all. The
|> analogous situation in XSLT is:
|>
|>   <xsl:apply-templates select="some/element">
|>     <xsl:with-param name="strId" select="@id" />
|>   </xsl:apply-templates>
|>
|> Do you expect $strId to be set based on the id attribute of the
|> element(s) that you apply templates to (some/element), or based on the
|> node that you're on when you do the apply templates?
|
| I don't see the analogy -- please expand.

I don't see the parallel either.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | Debugging is 99% complete most of the
http://nwalsh.com/            | time--Fred Brooks, jr.

Received on Wednesday, 6 June 2007 14:01:52 UTC