Click here to Skip to main content
15,916,215 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: HTML into XML Pin
led mike2-Jun-06 11:18
led mike2-Jun-06 11:18 
GeneralRe: HTML into XML Pin
Stephan Samuel2-Jun-06 11:39
Stephan Samuel2-Jun-06 11:39 
GeneralRe: HTML into XML Pin
led mike2-Jun-06 12:16
led mike2-Jun-06 12:16 
GeneralRe: HTML into XML Pin
Felipe Dalorzo4-Jun-06 4:17
Felipe Dalorzo4-Jun-06 4:17 
GeneralRe: HTML into XML Pin
Felipe Dalorzo4-Jun-06 4:16
Felipe Dalorzo4-Jun-06 4:16 
AnswerRe: HTML into XML Pin
Ed.Poore10-Jun-06 11:42
Ed.Poore10-Jun-06 11:42 
AnswerRe: HTML into XML Pin
Eran Aharonovich9-Jul-06 7:36
Eran Aharonovich9-Jul-06 7:36 
QuestionDisplaying nested children elements in DataGridView Pin
sepsep061-Jun-06 14:36
sepsep061-Jun-06 14:36 
Hello,

Let say I have the following XML file :

<Patients>
<Patient>
<ID>100</ID>
<NAME>Sarah Readings</NAME>
<DESC>flu</DESC>
<FORMULA>
<PARAM>panadol</PARAM>
<PARAM>linsep</PARAM>
</FORMULA>
</Patient>
</Patients>

I would like to display this data in a DataGridView table. Normally I would load it to a DataSet and map it to a DataGridView. However, as the node <FORMULA> would have multiple children nodes <PARAM> this could not be done.

I imagine the output table would have two rows for this single record. With each row having the same identical <ID>, <NAME>,<DESC> value, but different <PARAM> value.

But I am not really sure. Could anyone suggest how to display this in correct way in DataGridView ? or any article sources that might help ( does this have anything to do with normalization) ?

Many thanks and regards,

Sharvie

Questioncan you tell me how to start with XML ? Pin
Mohammed Amine31-May-06 13:09
Mohammed Amine31-May-06 13:09 
AnswerRe: can you tell me how to start with XML ? Pin
George L. Jackson31-May-06 14:22
George L. Jackson31-May-06 14:22 
QuestionPROBLEM IN FILE PATH Pin
Rizwan Rathore31-May-06 8:28
Rizwan Rathore31-May-06 8:28 
GeneralRe: PROBLEM IN FILE PATH Pin
George L. Jackson31-May-06 9:05
George L. Jackson31-May-06 9:05 
GeneralRe: PROBLEM IN FILE PATH [modified] Pin
Rizwan Rathore1-Jun-06 7:53
Rizwan Rathore1-Jun-06 7:53 
AnswerRe: PROBLEM IN FILE PATH [modified] Pin
George L. Jackson1-Jun-06 11:57
George L. Jackson1-Jun-06 11:57 
GeneralRe: PROBLEM IN FILE PATH [modified] Pin
Rizwan Rathore2-Jun-06 11:02
Rizwan Rathore2-Jun-06 11:02 
QuestionError while Saving the xml file Pin
Sandeep Akhare31-May-06 0:13
Sandeep Akhare31-May-06 0:13 
GeneralRe: Error while Saving the xml file [modified] Pin
George L. Jackson31-May-06 9:01
George L. Jackson31-May-06 9:01 
QuestionReading and writintg the xml file [modified] Pin
Sandeep Akhare30-May-06 21:18
Sandeep Akhare30-May-06 21:18 
AnswerRe: Reading and writintg the xml file Pin
ThatsAlok31-May-06 0:19
ThatsAlok31-May-06 0:19 
GeneralRe: Reading and writintg the xml file Pin
Sandeep Akhare31-May-06 0:24
Sandeep Akhare31-May-06 0:24 
AnswerRe: Reading and writintg the xml file [modified] Pin
Shajeel31-May-06 23:56
Shajeel31-May-06 23:56 
GeneralRe: Reading and writintg the xml file [modified] Pin
Sandeep Akhare1-Jun-06 21:02
Sandeep Akhare1-Jun-06 21:02 
AnswerRe: Reading and writintg the xml file [modified] Pin
BoneSoft7-Jun-06 10:09
BoneSoft7-Jun-06 10:09 
QuestionRead XML file into Access database Pin
AbuShreek30-May-06 21:18
AbuShreek30-May-06 21:18 
AnswerRe: Read XML file into Access database Pin
BoneSoft7-Jun-06 10:15
BoneSoft7-Jun-06 10:15 

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.