Subject: RE: Still not getting document() function
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Thu, 13 Apr 2006 17:53:10 +0200 (CEST)
|
"Gosselin, Michael" wrote:
> I know you can read in a document using the document()
> function. I need to know how to access the elements in
> the document.
> [...]
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.
Regards,
--drkm
___________________________________________________________________________
Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos services prifiris : virifiez vos nouveaux mails, lancez vos recherches et suivez l'actualiti en temps riel.
Rendez-vous sur http://fr.yahoo.com/set
|