RE: [xsl] Still not getting document() function

Subject: RE: [xsl] Still not getting document() function
From: "Gosselin, Michael" <Michael.Gosselin@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 13 Apr 2006 12:30:55 -0400
> -----Original Message-----
> From: Florent Georges [mailto:darkman_spam@xxxxxxxx] 
> Sent: Thursday, April 13, 2006 11:53 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [SPAM] RE: [xsl] Still not getting document() function
> 
>   I didn't understand what in the description of your problem 
> was related to 'document()'.  But a call to 'document()' 
> gives you a root node (XSLT 1.0 terminology).  Use it as any 
> root node:
> 
>     document('...')/*[1]
> 
> will give you the root element, for example.

Okay, I'll try to be clearer.

The file I inserted (ClientInfo.xml) will be the file I refer to in the
document() function.

So, if I want the docName, it would be
document('ClientInfo.xml')/*[docName]??

Michael

Current Thread