This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Import ASP Request Object into XSLT


 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]