Re: [xsl] Import ASP Request Object into XSLT

Subject: Re: [xsl] Import ASP Request Object into XSLT
From: murali meraga <meraga_m@xxxxxxxxx>
Date: Wed, 3 Apr 2002 22:39:26 -0800 (PST)
 ALL,
I have the following xml file
 <doc>
      <a>
           <b>1</b>
            <c>2</d>
     </a>
     <x>
           <y>1</y>
            <z>2</z>
     </x>

</doc>
     I need to add   the below part to the above part.
If it exist 
already I need overwrite it. Could anyone help me how
to do this 
using DOM.
     <x>
           <y>1</y>
            <z>2</z>
     </x> 

Thank you
>


__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

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


Current Thread