Click here to Skip to main content
15,891,607 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionRe: related search Pin
led mike15-Oct-08 4:53
led mike15-Oct-08 4:53 
AnswerRe: related search Pin
rose19615-Oct-08 19:24
rose19615-Oct-08 19:24 
GeneralRe: related search Pin
led mike16-Oct-08 4:50
led mike16-Oct-08 4:50 
GeneralXML load in C# fails Pin
hairy_hats15-Oct-08 1:18
hairy_hats15-Oct-08 1:18 
GeneralRe: XML load in C# fails Pin
led mike15-Oct-08 4:52
led mike15-Oct-08 4:52 
GeneralRe: XML load in C# fails Pin
hairy_hats15-Oct-08 5:01
hairy_hats15-Oct-08 5:01 
QuestionXSD.exe XML question Pin
Planker14-Oct-08 5:21
Planker14-Oct-08 5:21 
QuestionXML and performance Pin
pedefetoll7-Oct-08 22:49
pedefetoll7-Oct-08 22:49 
I need to scan a very big XML file (several millions of records), and I have discovered that access to data is very slow.
On a Pentium IV / 3 Ghz, the following instruction need 9 milliseconds :

BSTR BSTR_Result;
IXMLDOMNodePtr pNode;

// scan tree of nodes
...
pNode = pNode->nextSibling; // very quick (0 ms)

// get the text of the node
pNode->get_text( &BSTR_Result); // < need 9 milliseconds

To scan the whole file, the call to "nextSibling" is very quick. But the access to value is very slow ("get_text").

How can I increase performances ?

Best regards.
AnswerRe: XML and performance [modified] Pin
led mike8-Oct-08 5:17
led mike8-Oct-08 5:17 
GeneralRe: XML and performance Pin
pedefetoll9-Oct-08 0:00
pedefetoll9-Oct-08 0:00 
QuestionRe: XML and performance Pin
led mike9-Oct-08 4:36
led mike9-Oct-08 4:36 
GeneralRe: XML and performance Pin
Gerald Schwab15-Oct-08 16:57
Gerald Schwab15-Oct-08 16:57 
GeneralRe: XML and performance Pin
pedefetoll17-Oct-08 6:54
pedefetoll17-Oct-08 6:54 
QuestionXPath Predicates Pin
threemp37-Oct-08 12:11
threemp37-Oct-08 12:11 
AnswerRe: XPath Predicates Pin
threemp37-Oct-08 12:15
threemp37-Oct-08 12:15 
GeneralRe: XPath Predicates Pin
threemp37-Oct-08 12:32
threemp37-Oct-08 12:32 
GeneralRe: XPath Predicates Pin
led mike8-Oct-08 4:50
led mike8-Oct-08 4:50 
Questionattribute dependand element? Pin
jVersteegen7-Oct-08 1:32
jVersteegen7-Oct-08 1:32 
QuestionHow to use XSL to get the most common value in XML Pin
darasd1-Oct-08 0:17
darasd1-Oct-08 0:17 
AnswerRe: How to use XSL to get the most common value in XML Pin
led mike1-Oct-08 5:06
led mike1-Oct-08 5:06 
GeneralRe: How to use XSL to get the most common value in XML Pin
darasd1-Oct-08 5:30
darasd1-Oct-08 5:30 
GeneralRe: How to use XSL to get the most common value in XML Pin
led mike1-Oct-08 6:42
led mike1-Oct-08 6:42 
GeneralRe: How to use XSL to get the most common value in XML Pin
darasd1-Oct-08 22:34
darasd1-Oct-08 22:34 
GeneralRe: How to use XSL to get the most common value in XML Pin
led mike2-Oct-08 4:32
led mike2-Oct-08 4:32 
AnswerRe: How to use XSL to get the most common value in XML [modified] Pin
Gerald Schwab15-Oct-08 17:25
Gerald Schwab15-Oct-08 17:25 

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.