> -----Original Message-----
> From: Florent Georges [mailto:darkman_spam@xxxxxxxx]
> Sent: Thursday, April 13, 2006 11:53 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [SPAM] RE: 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
|