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

XML / XSL

 
GeneralRe: Using code behind with xml - xsl Pin
Christian Graus3-Apr-05 13:45
protectorChristian Graus3-Apr-05 13:45 
GeneralRe: Using code behind with xml - xsl Pin
Maarook3-Apr-05 20:20
Maarook3-Apr-05 20:20 
GeneralRe: Using code behind with xml - xsl Pin
Christian Graus4-Apr-05 10:27
protectorChristian Graus4-Apr-05 10:27 
Generalusing steganography techniques on XML doc Pin
sunshine_c2-Apr-05 13:52
sunshine_c2-Apr-05 13:52 
GeneralRe: using steganography techniques on XML doc Pin
DavidNohejl3-Apr-05 13:30
DavidNohejl3-Apr-05 13:30 
GeneralRe: using steganography techniques on XML doc Pin
sunshine_c4-Apr-05 22:05
sunshine_c4-Apr-05 22:05 
GeneralGenerate C++ classes from XML schema Pin
RoyceF1-Apr-05 7:30
RoyceF1-Apr-05 7:30 
GeneralXML Expert Advice Needed! XMLDOM VS XML Reader Pin
Ian Bowler31-Mar-05 5:35
Ian Bowler31-Mar-05 5:35 
At the start-up of my application, I need to read XML data that is likely to be spread out over several individual XML files. Data from the first file will be read and updated, then the first file can be closed for the duration of the process. Then the next file will be read and updated, then the file can be closed for the duration of the process. This will occur for all the XML files (there could be 20 or 30 XML files that will likely average about 120k-150k). This will all be done as the application initializes.

This leads to my question. Which parsing model is better suited for my needs: XMLDOM or XML Reader? I recognize that there could be differing opinions on the subject but I would greatly value and appreciate some expert advice.

Speed is probably my biggest issue as I want the application initialization to finish as quickly as possible.

My understanding is that XMLDOM provides quicker read/write access but could take a while to be loaded into memory whereas the XML Reader method provides slower read/write access but doesn’t require the memory overhead or loading time of XMLDOM.

The way I currently have it implemented is with the XML Reader model. I read the XML file, update the data, and write the entire XML file back out. There doesn’t seem to be a better way as this model does not appear to allow random access or in-place data insertion. Am I wrong about this?

Thanks in advance,

-Ian
GeneralRe: XML Expert Advice Needed! XMLDOM VS XML Reader Pin
DavidNohejl31-Mar-05 10:52
DavidNohejl31-Mar-05 10:52 
GeneralRe: XML Expert Advice Needed! XMLDOM VS XML Reader Pin
Ian Bowler1-Apr-05 6:11
Ian Bowler1-Apr-05 6:11 
GeneralRe: XML Expert Advice Needed! XMLDOM VS XML Reader Pin
raman_learn10-Apr-05 18:44
raman_learn10-Apr-05 18:44 
GeneralQuery Engine Error Pin
dotnetquery31-Mar-05 0:09
dotnetquery31-Mar-05 0:09 
Generalabout gml maps Pin
reneemarukot29-Mar-05 4:46
reneemarukot29-Mar-05 4:46 
QuestionHow do you get the underlying stylesheet content of an XslTransform object Pin
sliu0@yahoo.com26-Mar-05 5:28
susssliu0@yahoo.com26-Mar-05 5:28 
QuestionXSL-Transforming a nestet structure to a flat structure - possible? Pin
Uwe Keim25-Mar-05 19:15
sitebuilderUwe Keim25-Mar-05 19:15 
Generaldynamically creating selection box in xslt Pin
jignatiu22-Mar-05 23:44
jignatiu22-Mar-05 23:44 
GeneralRe: dynamically creating selection box in xslt Pin
jignatiu22-Mar-05 23:53
jignatiu22-Mar-05 23:53 
GeneralRe: dynamically creating selection box in xslt Pin
DavidNohejl23-Mar-05 1:40
DavidNohejl23-Mar-05 1:40 
GeneralRe: dynamically creating selection box in xslt Pin
jignatiu24-Mar-05 0:57
jignatiu24-Mar-05 0:57 
QuestionWhat is the difference between Xpath/XSL/XSLT Pin
satishrg16-Mar-05 14:05
satishrg16-Mar-05 14:05 
AnswerRe: What is the difference between Xpath/XSL/XSLT Pin
DavidNohejl17-Mar-05 6:22
DavidNohejl17-Mar-05 6:22 
GeneralRe: What is the difference between Xpath/XSL/XSLT Pin
raman_learn10-Apr-05 18:50
raman_learn10-Apr-05 18:50 
Generalsqlcommand Pin
Anonymous16-Mar-05 4:27
Anonymous16-Mar-05 4:27 
GeneralRe: sqlcommand Pin
raman_learn10-Apr-05 18:51
raman_learn10-Apr-05 18:51 
GeneralConditional Tables Pin
Bassam Abdul-Baki16-Mar-05 2:31
professionalBassam Abdul-Baki16-Mar-05 2:31 

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.