RE: [xsl] Problem with document() function

Subject: RE: [xsl] Problem with document() function
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 12 Oct 2001 12:51:49 +0100
> Using Instant Saxon 6.2:
> 
> I have a stylesheet where I want to import data from two XML 
> files: one
> source document and one document with contact information 
> (which is always
> the same). In the stylesheet I give the document nodeset a 
> handle like this:
> 
>   <xsl:variable name="data" select="document(contact1.xml)"/>
> 
> Then I refer to bits of information in the contact file, like this:
> 
>   <xsl:value-of select="$data/*/organization"/>
> 
> But these lines doesn't generate any output.
> 
Show us the contact1.xml file - perhaps you're not selecting any data!

Mike Kay

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


Current Thread