Click here to Skip to main content
15,919,028 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralXML contents for my previous question Pin
Ajith Kumar4-Apr-03 19:39
Ajith Kumar4-Apr-03 19:39 
GeneralRe: XML contents for my previous question Pin
Michael A. Barnhart5-Apr-03 0:34
Michael A. Barnhart5-Apr-03 0:34 
GeneralXML contents for my previous question Pin
Ajith Kumar4-Apr-03 19:38
Ajith Kumar4-Apr-03 19:38 
GeneralXPath Doubt Pin
Ajith Kumar4-Apr-03 19:12
Ajith Kumar4-Apr-03 19:12 
QuestionHow to do XML file modifications? Pin
Segal3-Apr-03 21:41
Segal3-Apr-03 21:41 
GeneralC# / XML attributes and values Pin
econner3-Apr-03 2:52
econner3-Apr-03 2:52 
QuestionXML parser generators? Pin
Jörgen Sigvardsson1-Apr-03 12:56
Jörgen Sigvardsson1-Apr-03 12:56 
AnswerRe: XML parser generators? Pin
Michael A. Barnhart1-Apr-03 14:40
Michael A. Barnhart1-Apr-03 14:40 
Just some comments.
I am not sure if exactly what you ask for has been implemented but code to create XSD from XML files and build entry forms exist so the basics are there. Now I have a question. You still need to know the structure to program against so maybe I am just missing some clever implementation but you still have to create code to work with that specific structure correct? and since it has all of the information it is not drastically different than the DOM model. Given this is true code like Kristen Wegner's PUGXML[^] is not that much different from what I hear you asking for. Yes you still step down through the DOM tree but you would in your classes also. You are trading the C++ class overhead for the overhead of the XML file in memory. IMhO gaining familiarity with a DOM or SAX implementation would be more profitable than having to relearn each custom generated class. Am I missing your intent?


""
GeneralRe: XML parser generators? Pin
Jörgen Sigvardsson1-Apr-03 21:44
Jörgen Sigvardsson1-Apr-03 21:44 
GeneralRe: XML parser generators? Pin
Michael A. Barnhart2-Apr-03 0:32
Michael A. Barnhart2-Apr-03 0:32 
AnswerRe: XML parser generators? Pin
Stuart Dootson2-Apr-03 6:56
professionalStuart Dootson2-Apr-03 6:56 
GeneralRe: XML parser generators? Pin
Jörgen Sigvardsson2-Apr-03 7:42
Jörgen Sigvardsson2-Apr-03 7:42 
AnswerRe: XML parser generators? Pin
Anonymous16-Apr-03 1:55
Anonymous16-Apr-03 1:55 
QuestionIs there an "include" directive in XML? Pin
Marc Clifton29-Mar-03 4:52
mvaMarc Clifton29-Mar-03 4:52 
AnswerRe: Is there an "include" directive in XML? Pin
Michael A. Barnhart29-Mar-03 13:17
Michael A. Barnhart29-Mar-03 13:17 
AnswerRe: Is there an "include" directive in XML? Pin
Richard Deeming30-Mar-03 22:34
mveRichard Deeming30-Mar-03 22:34 
GeneralFind Element Pin
blink4me28-Mar-03 12:30
blink4me28-Mar-03 12:30 
GeneralRe: Find Element Pin
Richard Deeming30-Mar-03 22:38
mveRichard Deeming30-Mar-03 22:38 
GeneralDefining Schema Pin
chito27-Mar-03 22:46
chito27-Mar-03 22:46 
GeneralRe: Defining Schema Pin
Michael A. Barnhart28-Mar-03 1:22
Michael A. Barnhart28-Mar-03 1:22 
GeneralXML file in VC++ Pin
joyshiv27-Mar-03 18:50
joyshiv27-Mar-03 18:50 
GeneralRe: XML file in VC++ Pin
Michael A. Barnhart28-Mar-03 1:18
Michael A. Barnhart28-Mar-03 1:18 
GeneralRe: XML file in VC++ Pin
joyshiv28-Mar-03 2:05
joyshiv28-Mar-03 2:05 
GeneralRe: XML file in VC++ Pin
Michael A. Barnhart28-Mar-03 2:16
Michael A. Barnhart28-Mar-03 2:16 
GeneralSearch engine using Javascript Pin
lookhere27-Mar-03 6:30
lookhere27-Mar-03 6:30 

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.