|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Can not convert #RTREEFRAG to a NodeList
Thanks a lot. It works. My fault. The fullKey is a node value. <fullKey>12345555</fullKey> Ming Antonio Fiol Bonnín wrote: > Ming wrote: > > >Hi, > > > >This is the part of my stylesheet: > > > ><xsl:variable name='record'> > > <xsl:value-of select="document(fullKey)/xmldata"/> > ></xsl:variable> > > > ><xsl:if test="string-length($record) > 0"> > > <xsl:value-of select="$record/*/info/title"/> > ></xsl:if> > > > > > > > Try > > <xsl:variable name='record' select="document(fullKey)/xmldata" /> > > Then record will be a node set instead of a result tree fragment. > > BTW what is fullKey? If a variable or param, you forgot the $. > > Antonio Fiol > > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








