all groups > dotnet xml > may 2004 >
You're in the

dotnet xml

group:

How to delete an XML element SOS URGENT


How to delete an XML element SOS URGENT GhislainTanguay
5/7/2004 2:35:59 PM
dotnet xml:
How can io delete this element in my AdRotator.xml file with VB.NET



I try a lot of things but I don'T have a good result.. Please help me



<Advertisements>

<Ad>

<ImageUrl>http://localhost/UQCN/Images/sample-ad.gif</ImageUrl>

<NavigateUrl>/UQCN/WebModules/AdsManager/PassThrough.aspx?AD=4</NavigateUrl>

<AlternateText>Test!</AlternateText>

<Keyword>Wrox</Keyword>

<Impressions>1</Impressions>

</Ad>

--------------------------------------------this is the element I want to
delete------------------------------------

<Ad>

<ImageUrl>http://localhost/UQCN/Images/sample-ad2.gif</ImageUrl>

<NavigateUrl>/UQCN/WebModules/AdsManager/PassThrough.aspx?AD=5</NavigateUrl>

<AlternateText>Test 2</AlternateText>

<Keyword>Wrox2</Keyword>

<Impressions>5</Impressions>

</Ad>

----------------------------------------------------------------------------
------------------------------------------------------

<Ad>

<ImageUrl>http://localhost/UQCN/Images/Aptitudes.jpg</ImageUrl>

<NavigateUrl>/UQCN/WebModules/AdsManager/PassThrough.aspx?AD=6</NavigateUrl>

<AlternateText>tytvytv</AlternateText>

<Keyword>1</Keyword>

<Impressions>1</Impressions>

</Ad>

</Advertisements>

How to delete an XML element SOS URGENT Sonu Kapoor
5/10/2004 2:17:46 PM
Call the XmlNode.RemoveChild function.

http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/cpref/html/frlrfsystemxmlxmlnodeclassremovechildtopic.as
p

Sonu
My Blog: http://weblogs.asp.net/sonukapoor/


[quoted text, click to view]
AddThis Social Bookmark Button