RE: [xsl] Transform with Multiple Files

Subject: RE: [xsl] Transform with Multiple Files
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 3 Dec 2009 13:20:58 -0000
There could be any number of things wrong with your code. For example the
file might not exist, or it might be using namespaces.  But there's nothing
obviously wrong from the snippet you've shown us.

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 

> -----Original Message-----
> From: Ramkumar [mailto:ramkumar@xxxxxxxxxxxxxxxxxx] 
> Sent: 03 December 2009 13:15
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Transform with Multiple Files
> 
> Hi List,
> 
> I am using xslt2.0 with saxon9 for XML transform.
> 
> I need to get some information from other file to output file.
> 
> In my code: <xsl:value-of 
> select="document('comments.xml')/comment/p"/>. But not able 
> to get the information.
> 
> Please correct me if I did any mistakes in the above my code.
> 
> Regards,
> Ramkumar

Current Thread