Hi!
 
Is there any API call to get the String representation of an XML element?
 
For example, I have:
 
<Node1>
    <Node2>
       <Node3 attr="Example"/>
   </Node2>
</Node1>
 
I'm using a DOM Parser so I have an object pointing to the element Node2 and I would like to get the following String:
 <Node3 attr="Example"/>
 
I looked at the DOMWriter but I'm hoping there is another way, it seemed quite a bit of code for something so simple,
 
Thanks for your help,

   Christians Izquierdo, BSc. Comp Sci, Internet Services Developer
   _______________________________________________________________________________

   Exceedia, Inc. 
      direct tel:780.702.0510   tel:780.413.1521   fax:780.413.0474

      Exceedia - the single authoritative source of
      operational data for your enterprise and partners
 
    "Exceedia... Be the first to know."
   
    
www.Exceedia.com

 

Reply via email to