RE: [xsl] characters in xsl

Subject: RE: [xsl] characters in xsl
From: "Pawson, David" <David.Pawson@xxxxxxxxxxx>
Date: Fri, 12 Nov 2004 10:40:04 -0000
    -----Original Message-----
    From: David Carlisle

    <xsl:variable name="x" as="element()">
     <stone/>
    </xsl:variable>

    which makes $x into _just_ a free standing element node
    with no parent.

    Now

    <xsl:apply-templates select="$x"/>

    would work and templates matching "stone" would apply but
    thiose matching "//stone" would not.


Thanks David. Not sure I can see the rationale behind that,
but that does make it... fairly clear.

" match="//stone" will only match a stone element that belongs to a document
tree. "

Does the match just fail .... or is it an error? Suck it and see?
Then recall that match="stone" works similarly (in 1.0) to //stone.


I can see lots of fun and games with these subtleties.

regards DaveP

--
DISCLAIMER:

NOTICE: The information contained in this email and any attachments is
confidential and may be privileged.  If you are not the intended
recipient you should not use, disclose, distribute or copy any of the
content of it or of any attachment; you are requested to notify the
sender immediately of your receipt of the email and then to delete it
and any attachments from your system.

RNIB endeavours to ensure that emails and any attachments generated by
its staff are free from viruses or other contaminants.  However, it
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email and
any attachments are those of the author and do not necessarily represent
those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk

Current Thread