Click here to Skip to main content
15,920,633 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: double array into an XML file Pin
pmarfleet15-Dec-07 9:29
pmarfleet15-Dec-07 9:29 
GeneralRe: double array into an XML file Pin
ceken15-Dec-07 20:41
ceken15-Dec-07 20:41 
GeneralRe: double array into an XML file Pin
ceken15-Dec-07 20:48
ceken15-Dec-07 20:48 
Generalnewbie question: xsd -> unpopulated xml Pin
spin vector14-Dec-07 5:32
spin vector14-Dec-07 5:32 
GeneralRegarding multi coulmned output from xsl.... Pin
Ron.S10-Dec-07 20:03
Ron.S10-Dec-07 20:03 
GeneralRe: Regarding multi coulmned output from xsl.... Pin
led mike12-Dec-07 7:35
led mike12-Dec-07 7:35 
Questionhow can make the client of Gnetella(2) client. Pin
tika/ajay10-Dec-07 8:50
tika/ajay10-Dec-07 8:50 
GeneralViewing query results with XSLT Pin
Vodstok10-Dec-07 4:39
Vodstok10-Dec-07 4:39 
GeneralRe: Viewing query results with XSLT Pin
pmarfleet10-Dec-07 10:43
pmarfleet10-Dec-07 10:43 
GeneralPassing parameters to XSLT Pin
Gktony9-Dec-07 6:46
Gktony9-Dec-07 6:46 
GeneralRe: Passing parameters to XSLT Pin
Prateek G9-Dec-07 19:35
Prateek G9-Dec-07 19:35 
GeneralRe: Passing parameters to XSLT Pin
Gktony10-Dec-07 1:59
Gktony10-Dec-07 1:59 
GeneralRe: Passing parameters to XSLT Pin
Prateek G10-Dec-07 2:16
Prateek G10-Dec-07 2:16 
GeneralPassing xsl:param Pin
Gktony9-Dec-07 6:43
Gktony9-Dec-07 6:43 
GeneralParsing CDATA to bject [modified] Pin
udikantz7-Dec-07 3:00
udikantz7-Dec-07 3:00 
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 

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.