|
Subject: Re: [xsl] XPath expr on generated nodeset From: David Carlisle <davidc@xxxxxxxxx> Date: Fri, 25 Oct 2002 15:52:15 +0100 |
<xsl:variable name="aFrag">
<xsl:element name="aaa">
<xsl:element name="bbb">Stuff</xsl:element>
</xsl:element>
</xsl:variable>
that is just a long way of writing
<xsl:variable name="aFrag">
<aaa>
<bbb>Stuff</bbb>
</aaa>
</xsl:variable>
in particular it generates nodes in the default namepsace which in your
case is
xmlns="automationgroups.com/docdebug"
however Xpath "$aNd//bbb looks for bbb in no namespace, you want
"$aNd//x:bbb
and xmlns:x="automationgroups.com/docdebug" somewhere above so the x:
prefix is in scope.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] XPath expr on generated nodes, Al Byers | Thread | RE: [xsl] XPath expr on generated n, Passin, Tom |
| RE: [xsl] msxsl:script with VBScrip, Jeff Beadle | Date | RE: [xsl] XPath expr on generated n, Passin, Tom |
| Month |