This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Problem with document() function


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]