Click here to Skip to main content
15,918,596 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionWrite Xml using vb 6.0 Pin
bony_baba30-May-06 18:35
bony_baba30-May-06 18:35 
AnswerRe: Write Xml using vb 6.0 Pin
Eran Aharonovich10-Jul-06 7:25
Eran Aharonovich10-Jul-06 7:25 
QuestionAdd audio??? Please help Pin
ToneeLawrence29-May-06 6:53
ToneeLawrence29-May-06 6:53 
QuestionUnique ID Pin
NaNg1524128-May-06 9:34
NaNg1524128-May-06 9:34 
AnswerRe: Unique ID Pin
Stephan Samuel1-Jun-06 9:17
Stephan Samuel1-Jun-06 9:17 
GeneralRe: Unique ID Pin
NaNg152411-Jun-06 9:28
NaNg152411-Jun-06 9:28 
GeneralRe: Unique ID Pin
Stephan Samuel2-Jun-06 7:44
Stephan Samuel2-Jun-06 7:44 
QuestionExtract Xml elements, displays in DataGridView and enables editing [modified] Pin
sepsep0627-May-06 5:41
sepsep0627-May-06 5:41 
Hi,

I wrote a program to extract part of XML elements, fill in the dataset with extracted elements,and display them in dataGridView (C++).e.g. : to extract only ADDRESSES and display the Id,Street,Postcode, city and country as the table columns in dataGridView

<MEMBER>
<GENDER>FEMALE</GENDER>
<AGE>35</AGE>
- <ADDRESSES>
- <ADDRESS>
<ID>1</ID>
<STREET>cranbrook ave</STREET>
<POSTCODE>1231231</POSTCODE>
<CITY>NOTTINGHAM</CITY>
<COUNTRY>UK</COUNTRY>
</ADDRESS>
- <ADDRESS>
<ID>2</ID>
<STREET>Wisteria Lane</STREET>
<POSTCODE>2452434</POSTCODE>
<CITY>FAIRVIEW</CITY>
<COUNTRY>US</COUNTRY>
</ADDRESS>
</ADDRESSES>
</MEMBER>
I have done the extraction with Xpath, append the extracted xml results node list with Stringbuilder and display them first in a text box. Then a dataset read the text box and display the result in dataGridView.

However, i would like to enable users edit the dataGridView and save the changes to the original Xml file. Could anyone suggest how I could get around it? I am a newbie in XML and I am sorry if it's a trivia >_<

Many thanks in advance,
Shar

-- modified at 21:35 Saturday 27th May, 2006
AnswerRe: Extract Xml elements, displays in DataGridView and enables editing Pin
led mike30-May-06 10:47
led mike30-May-06 10:47 
GeneralRe: Extract Xml elements, displays in DataGridView and enables editing [modified] Pin
sepsep061-Jun-06 7:43
sepsep061-Jun-06 7:43 
GeneralRe: Extract Xml elements, displays in DataGridView and enables editing Pin
led mike1-Jun-06 7:58
led mike1-Jun-06 7:58 
GeneralRe: Extract Xml elements, displays in DataGridView and enables editing [modified] Pin
sepsep061-Jun-06 14:32
sepsep061-Jun-06 14:32 
QuestionYet another special character problem Pin
Arrun26-May-06 13:12
Arrun26-May-06 13:12 
AnswerRe: Yet another special character problem [modified] Pin
George L. Jackson26-May-06 17:35
George L. Jackson26-May-06 17:35 
GeneralRe: Yet another special character problem [modified] Pin
Arrun27-May-06 1:13
Arrun27-May-06 1:13 
GeneralRe: Yet another special character problem [modified] Pin
George L. Jackson27-May-06 6:59
George L. Jackson27-May-06 6:59 
QuestionProblem Writing & URGENT PLS HELP Pin
Arrun26-May-06 9:48
Arrun26-May-06 9:48 
AnswerRe: Problem Writing & URGENT PLS HELP Pin
George L. Jackson26-May-06 17:37
George L. Jackson26-May-06 17:37 
QuestionHelp me for the use of AJAX in ASP Pin
Jesal Rana25-May-06 22:39
Jesal Rana25-May-06 22:39 
QuestionCode Generator that writes code to generate and XML doc structure? [modified] Pin
Josh Blair25-May-06 6:59
Josh Blair25-May-06 6:59 
AnswerRe: Code Generator that writes code to generate and XML doc structure? [modified] Pin
led mike25-May-06 7:07
led mike25-May-06 7:07 
GeneralRe: Code Generator that writes code to generate and XML doc structure? [modified] Pin
Josh Blair25-May-06 7:19
Josh Blair25-May-06 7:19 
GeneralRe: Code Generator that writes code to generate and XML doc structure? [modified] Pin
led mike25-May-06 19:54
led mike25-May-06 19:54 
GeneralRe: Code Generator that writes code to generate and XML doc structure? [modified] Pin
Josh Blair26-May-06 6:51
Josh Blair26-May-06 6:51 
GeneralRe: Code Generator that writes code to generate and XML doc structure? [modified] Pin
led mike26-May-06 7:04
led mike26-May-06 7:04 

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.