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]

RE: 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.
> 
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


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