[xsl] Problem with document() function

Subject: [xsl] Problem with document() function
From: "Gustaf Liljegren" <gustaf.liljegren@xxxxxx>
Date: Thu, 11 Oct 2001 23:21:14 +0200
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.

Regards,

Gustaf Liljegren



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


Current Thread