Click here to Skip to main content
15,908,673 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Questionxml schema Pin
alwz_nikhil25-Jun-06 22:50
alwz_nikhil25-Jun-06 22:50 
Questionxml transformation Pin
c0724-Jun-06 0:24
c0724-Jun-06 0:24 
QuestionXML data parsing Pin
bemahesh22-Jun-06 8:37
bemahesh22-Jun-06 8:37 
AnswerRe: XML data parsing Pin
Dustin Metzgar22-Jun-06 9:39
Dustin Metzgar22-Jun-06 9:39 
GeneralRe: XML data parsing Pin
bemahesh22-Jun-06 10:22
bemahesh22-Jun-06 10:22 
GeneralRe: XML data parsing Pin
Dustin Metzgar22-Jun-06 10:33
Dustin Metzgar22-Jun-06 10:33 
GeneralRe: XML data parsing [modified] Pin
bemahesh22-Jun-06 10:38
bemahesh22-Jun-06 10:38 
GeneralRe: XML data parsing Pin
Dustin Metzgar22-Jun-06 12:25
Dustin Metzgar22-Jun-06 12:25 
Yes, you can create a DataSet off of the same string:
Dim ds As DataSet = New DataSet()
ds.ReadXml(New StringReader(s))
Where "s" is the string again. StringReader is in the System.IO namespace.
Just use the debugger to examine the contents of the DataSet. You'll see tables in there matching the XML elements.

GeneralRe: XML data parsing Pin
bemahesh23-Jun-06 6:07
bemahesh23-Jun-06 6:07 
GeneralRe: XML data parsing Pin
Dustin Metzgar23-Jun-06 6:20
Dustin Metzgar23-Jun-06 6:20 
QuestionACCESS NESTED XML FILES Pin
MODI_RAHUL22-Jun-06 1:39
MODI_RAHUL22-Jun-06 1:39 
AnswerRe: ACCESS NESTED XML FILES Pin
Dustin Metzgar23-Jun-06 6:17
Dustin Metzgar23-Jun-06 6:17 
QuestionSearch a String Pin
david boon21-Jun-06 2:26
david boon21-Jun-06 2:26 
QuestionAccessing attributes without knowing there names Pin
sweep12321-Jun-06 0:27
sweep12321-Jun-06 0:27 
AnswerRe: Accessing attributes without knowing there names Pin
Elina Blank21-Jun-06 4:30
sitebuilderElina Blank21-Jun-06 4:30 
AnswerRe: Accessing attributes without knowing there names Pin
MODI_RAHUL22-Jun-06 1:34
MODI_RAHUL22-Jun-06 1:34 
Questionhow to create multiple xml files from a single excel sheet having huge data. Pin
yekanth.v20-Jun-06 21:29
yekanth.v20-Jun-06 21:29 
AnswerRe: how to create multiple xml files from a single excel sheet having huge data. Pin
Rizwan Bashir20-Jun-06 22:14
Rizwan Bashir20-Jun-06 22:14 
QuestionText, XML Parsing Pin
VK-Cadec20-Jun-06 3:12
VK-Cadec20-Jun-06 3:12 
QuestionVB6 Or Visual Studio - MFC CC++ Pin
sweep12319-Jun-06 0:37
sweep12319-Jun-06 0:37 
AnswerRe: VB6 Or Visual Studio - MFC CC++ Pin
Paddy Boyd19-Jun-06 3:24
Paddy Boyd19-Jun-06 3:24 
Questionvalidating XML document against an XML schema Pin
lupin9918-Jun-06 18:29
lupin9918-Jun-06 18:29 
AnswerRe: validating XML document against an XML schema Pin
BoneSoft19-Jun-06 4:41
BoneSoft19-Jun-06 4:41 
QuestionXpath invalid token with concat Pin
Duncan Sample16-Jun-06 0:25
Duncan Sample16-Jun-06 0:25 
QuestionHow Retrive XML File in Memory Streams !!!! [modified] Pin
HatakeKaKaShi15-Jun-06 17:14
HatakeKaKaShi15-Jun-06 17:14 

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.