| Subject: [xsl] nodeset namespace From: "Al Byers" <byersa@xxxxxxxxxxxxxxxxxxxx> Date: Sat, 7 Dec 2002 15:57:29 -0700 | 
If I have something like this in my stylesheet:
  <xsl:variable name="formTabsFrag">
    <tab title="abc" />
    <tab title="efg" />
  </xsl:variable>
  <xsl:variable name="formTabs" select="xalan:nodeset($formTabsFrag)"/>
then I do something like:
    <xsl:for-each select="$formTabs[1]/*">
      <tab>
        <xsl:value-of select="@title"/>
      </tab>
    </xsl:for-each>
it doesn't find @title.
Why is that?
TIA
Al
Al Byers
Wasatch Automation Group, LLC
P.O. Box 1672
Orem, UT 84059
801.400.5111
byersa@xxxxxxxxxxxxxxxxxxxx
http://automationgroups.com/na/wasatch
 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] how to remove duplicates , Dimitre Novatchev | Thread | Re: [xsl] nodeset namespace, Agnes Kielen | 
| Re: [xsl] Identity of Documents Puz, W. Eliot Kimber | Date | Re: [xsl] Identity of Documents Puz, David Carlisle | 
| Month |