Re: xsl write file

Subject: Re: xsl write file
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 2 Dec 2000 23:59:03 GMT

> <xsl:variable name="file" select="hello.xml"/>
that sets $file to the node set of elements named hello.xml
that are children of the current node.

Probably you want  select=""'hello.xml'"  

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • xsl write file
    • matt rainer - Sat, 2 Dec 2000 07:38:20 -0500 (EST)
      • Mike Brown - Sat, 2 Dec 2000 13:00:16 -0700 (MST)
      • <Possible follow-ups>
      • matt rainer - Sat, 2 Dec 2000 17:15:03 -0500 (EST)
        • David Carlisle - Sat, 2 Dec 2000 23:59:03 GMT <=