Hi
im trying to develop find and replace function using vb.net and xml file.
xml file is as follows:
<?xml version="1.0"?>
<XML>
<FIND_REPLACE>
<FIND>
<FIND_CODE>United States of Ameri...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23087288.htm...
Hi,
I am using vb.net to read an xml file with basic user information. I want to be able to write back to a new xml file, and maybe do some logic like bind firstName and surName elements toget...
http://www.experts-exchange.com/Programming/Languages/.NET/.NET_Framework_3.x/Q_23794466.h...
I get XML at a URL http://www.mydata.com/xmldata/
Tags are defined like this
<MENUS>
<MENU id="8325" shortname="ThisCafe" mealname="Lunch" mealid="3" servedate="20080114">This Cafe</MENU>
<...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23083203.htm...
I want to get the attribute value of the first yweather:forecast node in the code snippet.
I've already got it using:
Dim xml As String = GetXML(RSS_URL)
Dim dom As XmlDocument = New ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_23218470.htm...
I am creating a word document from a vb.net application. The application pulls information from a db then creates a word document. When the word document is created it appends the HTML page code....
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23263928.htm...
I have the following xml file I would like to know how to read certain values using asp.net, vb.net
<?xml version="1.0" encoding="utf-8"?>
<Pages>
<Page Number="1" Size="3kb" Color="red" />
...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23609605.html
Hi,
I am trying to import an MS Excel XML document (2003 version of XL).
The code being used is as shown.
The issues I have are as follows:-
1) The For Each R in Sheet....<Row> section ...
http://www.experts-exchange.com/Programming/Languages/.NET/LINQ/Q_23491224.html
Zones:
LINQDate Answered: 06/27/2008 Grade: A Views: 12
I have this code:
Protected Sub btnMapAll_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnMapAll.Click
Dim xwriter As New XmlTextWriter("C:\Inetpub\wwwroot\csWebSit...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23612776.html
I have an XML file. It is structuered like this ..
<RECIPES>
<RECIPE id="1836" category="Entrees:Sandwiches/Wraps:Meat" portionsize="1 each">Sandwich, "Blazing Wilbur"</RECIPE>
<RECIPE i...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23147076.htm...
Here is an example of a Rate Request I am sending to UPS- it keeps coming back telling me that the rate cannot be calulcated for this (a Canadian) ship-to address/zip code.
Is there something I ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_23247517.htm...