xsl-list
[Top] [All Lists]

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

2006-04-13 08:53:32
"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 préférés : vérifiez vos nouveaux mails, lancez vos recherches et 
suivez l'actualité en temps réel. 
Rendez-vous sur http://fr.yahoo.com/set

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--