[Home] [By Thread] [By Date] [Recent Entries]

  • From: Eric Bohlman <ebohlman@n...>
  • To: Huaxin Zhang <hxzhang@c...>
  • Date: Tue, 20 Jun 2000 10:19:22 -0700 (PDT)

On Tue, 20 Jun 2000, Huaxin Zhang 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.

It's doable, but "import" is a read herring, as the technique has nothing
to do with XSLT's import facility.

> 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?  

You need to use the document() function in your select conditions; see the
XSLT specs.


***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member