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

Subject: Re: Merging two xml files
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 13 Jan 2004 15:48:14 GMT

	      <xsl:variable name="pincode"
    select="$addresses/employees/employee[$id =
    @id]/@pincode"/>
    	    <employee pincode="{$pincode}">


You don't want to do that as it will make pincode="" if there is no
attribute in the source, just do

	  <employee>	
  <xsl:copy-of select="$addresses/employees/employee[$id = @id]/@pincode"/>

as this will do nothing if there is no attribute  and copy it if
there is.

David


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • Merging two xml files
    • Arulraj - Tue, 13 Jan 2004 03:57:32 -0500 (EST)
      • <Possible follow-ups>
      • Arulraj - Tue, 13 Jan 2004 03:58:55 -0500 (EST)
        • Mukul Gandhi - Tue, 13 Jan 2004 10:11:30 -0500 (EST)
          • David Carlisle - Tue, 13 Jan 2004 11:33:50 -0500 (EST) <=
      • Kielen, Agnes - Wed, 14 Jan 2004 07:22:22 -0500 (EST)
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member