[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Dicky

1/9/2003 4:59:00 PM

Hi,
I am writing an asp.net application, which will amend a xml file. In my
situation, i am not going to create a new XML file. Instead, i want to add
some elements at the particular position in the existing xml tree.

I know XMLTextWriter is a simple class, which provides non-caching
implementation in XML. That means it cannot jump to specific position of the
xml file.

In my situation, can i solve this problem? Any suitable class provided?

Thank you

Regards,
Dicky