[
Lists Home |
Date Index |
Thread Index
]
- From: Toivo Lainevool <tlainevool@yahoo.com>
- To: Huaxin Zhang <hxzhang@cs.ualberta.ca>, xml-dev@xml.org
- Date: Tue, 20 Jun 2000 11:19:15 -0700 (PDT)
Use the document() function of XSLT, see a good example of this at:
http://freespace.virgin.net/b.pawson/xsl/N2602.html#N6836
The XSL-List FAQ is a great resource for these types of questions, see:
http://freespace.virgin.net/b.pawson/xsl/xslfaq.html.
The XSL-List mailing list might be a better place for these XSLT specific
questions, see:
http://www.mulberrytech.com/xsl/index.html
Toivo Lainevool
http://www.xmlpatterns.com
--- Huaxin Zhang <hxzhang@cs.ualberta.ca> wrote:
> Could anybody tell me if it is possible to import several
> xml files in ONE xsl and apply different rules in the XSL
> to each of these xml files respectively.
>
> What I want to do is to extract some info from the first
> XML file : <xsl:variable name="username" select="file1://user/name">
>
> and apply that on another xml file
> <xsl:variable name="salary"
> select="file2://userinfo[username={$username}]">
>
> something like this. Is this doable?
>
>
>
> ***************************************************************************
> This is xml-dev, the mailing list for XML developers.
> To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
> List archives are available at http://xml.org/archives/xml-dev/
> ***************************************************************************
__________________________________________________
Do You Yahoo!?
Send instant messages with Yahoo! Messenger.
http://im.yahoo.com/
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|