Click here to Skip to main content
15,925,250 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XML/XSL Standards and .NET Pin
John Honan8-Apr-03 11:11
John Honan8-Apr-03 11:11 
GeneralConverting XML to HTML Pin
John Honan7-Apr-03 8:18
John Honan7-Apr-03 8:18 
GeneralRe: Converting XML to HTML Pin
MS le Roux8-Apr-03 1:32
MS le Roux8-Apr-03 1:32 
GeneralRe: Converting XML to HTML Pin
John Honan8-Apr-03 1:53
John Honan8-Apr-03 1:53 
GeneralMSXML 3 and escape sequences Pin
Gavin Jerman7-Apr-03 5:55
Gavin Jerman7-Apr-03 5:55 
GeneralRe: MSXML 3 and escape sequences Pin
Philip Fitzsimons8-Apr-03 3:20
Philip Fitzsimons8-Apr-03 3:20 
GeneralI have a problem with streaming XML through ASPX Pin
zoltix7-Apr-03 3:00
zoltix7-Apr-03 3:00 
GeneralRe: I have a problem with streaming XML through ASPX Pin
Philip Fitzsimons8-Apr-03 3:41
Philip Fitzsimons8-Apr-03 3:41 
QuestionHow to escape " in XPATH Expression given to SelectSingleNode() of xmldocument class Pin
Ajith Kumar6-Apr-03 18:08
Ajith Kumar6-Apr-03 18:08 
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 

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.