Click here to Skip to main content
15,907,183 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: HELP!! WriteXml and DataSets Pin
Christian Graus7-Nov-02 19:06
protectorChristian Graus7-Nov-02 19:06 
GeneralRe: HELP!! WriteXml and DataSets Pin
8-Nov-02 6:27
suss8-Nov-02 6:27 
GeneralRe: HELP!! WriteXml and DataSets Pin
Ranjan Banerji19-Nov-02 9:23
Ranjan Banerji19-Nov-02 9:23 
GeneralSerializing an Exception object to XML Pin
solidstore7-Nov-02 7:13
solidstore7-Nov-02 7:13 
Generalbeginner question: xml parsing Pin
sagmam7-Nov-02 3:22
sagmam7-Nov-02 3:22 
GeneralRe: beginner question: xml parsing Pin
Ravi Bhavnani7-Nov-02 7:54
professionalRavi Bhavnani7-Nov-02 7:54 
GeneralRe: beginner question: xml parsing Pin
Christian Graus7-Nov-02 10:09
protectorChristian Graus7-Nov-02 10:09 
GeneralRe: beginner question: xml parsing Pin
Michael A. Barnhart7-Nov-02 15:42
Michael A. Barnhart7-Nov-02 15:42 
A few questions.

What do you mean by properties. In XML you can have child elements

<Tag1>
<ChildElement> data </ChildElement>
</Tag1>

or Attributes of an element

<Tag1 childattribute="data"/>

Second. Can you clarify what you mean by without installing anything?
If you mean not installing any dll's (i.e. not updating the MSXML updates) only, that is quite different than anything. i.e. if you have a code only solution you still need to install it.

I will assume you mean the first case, so code only is ok.

If that is correct my code found here at

http://www.codeproject.com/soap/xmlmabparser.asp (sorry no clickty with html turned off for XML sample.)

can be edited to not include the MSXML parsing feature and use only an internal parser. The internal parser is about 1/10 th as fast though and please read my caveats on how text blocks are handled.

From there it is just a matter of stepping through the child elements of all elements looking for the data sets you wish, via the first/next child element functions.
GeneralRe: beginner question: xml parsing Pin
Anonymous21-Nov-02 2:34
Anonymous21-Nov-02 2:34 
QuestionHow to ... Pin
Tomas Petricek6-Nov-02 7:19
Tomas Petricek6-Nov-02 7:19 
AnswerRe: How to ... Pin
Michael A. Barnhart6-Nov-02 13:35
Michael A. Barnhart6-Nov-02 13:35 
AnswerRe: How to ... Pin
Philip Fitzsimons7-Nov-02 1:34
Philip Fitzsimons7-Nov-02 1:34 
QuestionWho knows PHP ? Pin
Member 15922365-Nov-02 6:57
Member 15922365-Nov-02 6:57 
AnswerRe: Who knows PHP ? Pin
Philip Fitzsimons5-Nov-02 23:31
Philip Fitzsimons5-Nov-02 23:31 
GeneralRe: Who knows PHP ? Pin
Christian Graus6-Nov-02 19:12
protectorChristian Graus6-Nov-02 19:12 
GeneralRe: Who knows PHP ? Pin
Paul Watson7-Nov-02 2:20
sitebuilderPaul Watson7-Nov-02 2:20 
GeneralRe: Who knows PHP ? Pin
Christian Graus7-Nov-02 10:15
protectorChristian Graus7-Nov-02 10:15 
GeneralRe: Who knows PHP ? Pin
nrk11-Nov-02 7:12
nrk11-Nov-02 7:12 
GeneralRe: Who knows PHP ? Pin
Paul Watson11-Nov-02 21:13
sitebuilderPaul Watson11-Nov-02 21:13 
GeneralAssign DTD to XML Document Pin
Bash3-Nov-02 2:05
Bash3-Nov-02 2:05 
GeneralRe: Assign DTD to XML Document Pin
Stephane Rodriguez.3-Nov-02 2:19
Stephane Rodriguez.3-Nov-02 2:19 
GeneralRe: Assign DTD to XML Document Pin
Bash3-Nov-02 3:37
Bash3-Nov-02 3:37 
GeneralRe: Assign DTD to XML Document Pin
Stephane Rodriguez.3-Nov-02 4:09
Stephane Rodriguez.3-Nov-02 4:09 
GeneralRe: Assign DTD to XML Document Pin
Bash3-Nov-02 18:52
Bash3-Nov-02 18:52 
General(XML4C) DOMParser constructor crash Pin
Ravi Bhavnani1-Nov-02 12:10
professionalRavi Bhavnani1-Nov-02 12:10 

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.