Click here to Skip to main content
15,896,557 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Parsing CDATA to bject Pin
jegastar11-Dec-07 2:07
jegastar11-Dec-07 2:07 
GeneralComparing two xml files Pin
anu815-Dec-07 22:17
anu815-Dec-07 22:17 
GeneralRe: Comparing two xml files Pin
sampath_dr28-Oct-09 21:20
sampath_dr28-Oct-09 21:20 
GeneralSerializing object using Generic.list Pin
ONeil Tomlinson4-Dec-07 12:25
ONeil Tomlinson4-Dec-07 12:25 
GeneralRe: Serializing object using Generic.list Pin
Prateek G9-Dec-07 22:40
Prateek G9-Dec-07 22:40 
GeneralSchema Design (specifically for xsd.exe) Pin
Brady Kelly4-Dec-07 3:56
Brady Kelly4-Dec-07 3:56 
QuestionCan I load an XPath result XmlNodeList into a Dataset/DataGrid? Pin
jack8091830-Nov-07 4:36
jack8091830-Nov-07 4:36 
AnswerRe: Can I load an XPath result XmlNodeList into a Dataset/DataGrid? Pin
George L. Jackson30-Nov-07 16:01
George L. Jackson30-Nov-07 16:01 
As you probably already know, an XmlNodeList is really a collection XmlNodes. You have mentioned you can read an XML document directly into a DataSet. So, I can give you a some suggestions.

1. You can create an XmlDocument populating it with XmlNodes cloned from the XmlNodeList.

2. You can create an XmlDocument using XSLT with the same criteria you used to create the XmlNodeList.

3. You can create a DataTable (or DataTables) that corresponds to your XmlNodeList and extract data from your XmlNodes into the appropriate rows and columns.

There are certainly other ways of doing this. So, search the web for ideas or just be creative.

"We make a living by what we get, we make a life by what we give." --Winston Churchill

QuestionData islands is not working on ordered list Pin
hogan.smith29-Nov-07 22:06
hogan.smith29-Nov-07 22:06 
AnswerRe: Data islands is not working on ordered list Pin
led mike30-Nov-07 4:26
led mike30-Nov-07 4:26 
GeneralRe: Data islands is not working on ordered list Pin
hogan.smith30-Nov-07 17:16
hogan.smith30-Nov-07 17:16 
QuestionXSLT generator Pin
Yoyosch28-Nov-07 4:43
Yoyosch28-Nov-07 4:43 
AnswerRe: XSLT generator Pin
led mike28-Nov-07 5:09
led mike28-Nov-07 5:09 
GeneralRe: XSLT generator Pin
Yoyosch29-Nov-07 23:17
Yoyosch29-Nov-07 23:17 
AnswerRe: XSLT generator Pin
George L. Jackson30-Nov-07 15:35
George L. Jackson30-Nov-07 15:35 
QuestionMedia RSS 2.0 parser Pin
rajshri_newase27-Nov-07 22:21
rajshri_newase27-Nov-07 22:21 
Questionhow can i create xml data abd how can i update delete and insert.. Pin
Rajeshwar Code- Developer27-Nov-07 21:05
Rajeshwar Code- Developer27-Nov-07 21:05 
AnswerRe: how can i create xml data abd how can i update delete and insert.. Pin
Prateek G27-Nov-07 22:35
Prateek G27-Nov-07 22:35 
GeneralRe: how can i create xml data abd how can i update delete and insert.. Pin
Rajeshwar Code- Developer28-Nov-07 2:03
Rajeshwar Code- Developer28-Nov-07 2:03 
GeneralRe: how can i create xml data abd how can i update delete and insert.. Pin
George L. Jackson28-Nov-07 2:54
George L. Jackson28-Nov-07 2:54 
GeneralRe: how can i create xml data abd how can i update delete and insert.. Pin
Member 46484919-Dec-07 17:45
Member 46484919-Dec-07 17:45 
QuestionHow to view MathML in IE6 using MathPlayer? Pin
Hariharan210527-Nov-07 2:13
Hariharan210527-Nov-07 2:13 
AnswerRe: How to view MathML in IE6 using MathPlayer? Pin
XML-Gene30-Nov-07 18:37
XML-Gene30-Nov-07 18:37 
Questionxml verifier Pin
Nom Qureshi25-Nov-07 11:28
Nom Qureshi25-Nov-07 11:28 
QuestionConfigurationManager Pin
econner24-Nov-07 11:17
econner24-Nov-07 11:17 

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.