Click here to Skip to main content
16,005,389 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Generalmicrosoft vb script runtime error'800a01a8' is harassing me Pin
chmonalisa4-Aug-04 23:35
chmonalisa4-Aug-04 23:35 
Generalmicrosoft vb script runtime error'800a01a8' is harassing me Pin
chmonalisa4-Aug-04 23:33
chmonalisa4-Aug-04 23:33 
GeneralSOAP to SQL / SQL to SOAP Pin
cfaulkner3-Aug-04 11:59
cfaulkner3-Aug-04 11:59 
GeneralError with XML Pin
osal3-Aug-04 8:19
osal3-Aug-04 8:19 
GeneralRe: Error with XML Pin
abu-alSaber16-Aug-04 22:00
abu-alSaber16-Aug-04 22:00 
GeneralI have a project to submit and dont know how to start Pin
ClubV22-Aug-04 5:31
ClubV22-Aug-04 5:31 
GeneralRe: I have a project to submit and dont know how to start Pin
Jeff Martin5-Aug-04 7:50
Jeff Martin5-Aug-04 7:50 
Generalediting XML config file from within executing program in VB.NET Pin
Vineet Rajan2-Aug-04 1:59
Vineet Rajan2-Aug-04 1:59 
hi
i am writing an application which maintains records of several clients. Each client has different settings. This is maintained in a XML file. When the user wants to update the data of a particular client changes have for that client.

this is what my XML document looks like.

<?xml version="1.0" encoding="UTF-8"?>
<config>
<client name="Cadbury">
<mcastg>222.23.342.1</mcastg>

<port>2222</port>

<path>c:\</path>

<repeat>4</repeat>

<spawn>4</spawn>

<ttl />

<profile>Custom</profile>

<custom>
<bw>1200</bw>

<dgsize>1024</dgsize>
</custom>
</client>

<client name="dabur">
<mcastg>222.23.432.23</mcastg>

<port>3333</port>

<path>d:\</path>

<repeat>5</repeat>

<spawn>5</spawn>

<ttl>4</ttl>

<profile>High</profile>

<custom>
<bw />

<dgsize />
</custom>
</client>

<client name="Vineet Inc">
<mcastg>222.23.43.4323</mcastg>

<port>5555</port>

<path>e:\</path>

<repeat>10</repeat>

<spawn>1</spawn>

<ttl>4</ttl>

<profile>Low</profile>

<custom>
<bw />

<dgsize />
</custom>
</client>

<client name="ICICI">
<mcastg>223.533.456.234</mcastg>

<port>54334</port>

<path>e:\hello</path>

<repeat>10</repeat>

<spawn>45</spawn>

<ttl>4</ttl>

<profile>Low</profile>

<custom>
<bw />

<dgsize />
</custom>
</client>

<client name="Vikram">
<mcastg>223.533.456.234</mcastg>

<port>5433</port>

<path>d:\vineet</path>

<repeat>10</repeat>

<spawn>45</spawn>

<ttl>4</ttl>

<profile>High</profile>

<custom>
<bw />

<dgsize />
</custom>
</client>
</config>

say i want to edit the settings for ICICI, how do i do from within the executing program. please give proper code.

Thanks
GeneralGeneric XSL to Page and Sort 'FOR XML RAW, XMLDATA' Query Pin
jvaugha426-Jul-04 1:43
jvaugha426-Jul-04 1:43 
GeneralError when writing XML file Pin
basidati20-Jul-04 21:26
basidati20-Jul-04 21:26 
Generalusing RDL Pin
blankg17-Jul-04 2:08
blankg17-Jul-04 2:08 
GeneralXML Web Services publishing Pin
Asif Rehman16-Jul-04 17:07
Asif Rehman16-Jul-04 17:07 
GeneralRe: XML Web Services publishing Pin
palbano16-Jul-04 19:08
palbano16-Jul-04 19:08 
GeneralRe: XML Web Services publishing Pin
Javier Lozano16-Jul-04 20:12
Javier Lozano16-Jul-04 20:12 
GeneralSelect from View in Access Pin
blankg15-Jul-04 8:53
blankg15-Jul-04 8:53 
GeneralRe: Select from View in Access Pin
palbano16-Jul-04 15:56
palbano16-Jul-04 15:56 
GeneralAdvisory system Pin
DotNet14-Jul-04 21:19
DotNet14-Jul-04 21:19 
GeneralRe: Advisory system Pin
palbano16-Jul-04 15:51
palbano16-Jul-04 15:51 
GeneralRe: Advisory system Pin
DotNet16-Jul-04 18:02
DotNet16-Jul-04 18:02 
GeneralRe: Advisory system Pin
palbano16-Jul-04 19:45
palbano16-Jul-04 19:45 
GeneralRe: Advisory system Pin
DotNet16-Jul-04 23:42
DotNet16-Jul-04 23:42 
GeneralRe: Advisory system Pin
palbano17-Jul-04 8:03
palbano17-Jul-04 8:03 
GeneralDateTime using XPath new one Pin
Anonymous10-Jul-04 5:47
Anonymous10-Jul-04 5:47 
GeneralRe: DateTime using XPath new one Pin
gmu0414-Jul-04 5:13
gmu0414-Jul-04 5:13 
GeneralRe: DateTime using XPath new one Pin
Javier Lozano18-Jul-04 17:23
Javier Lozano18-Jul-04 17:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.