Click here to Skip to main content
15,878,959 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionRe: how to attach database object to textwriter Pin
Brendan Vogt21-Jun-07 17:41
Brendan Vogt21-Jun-07 17:41 
AnswerRe: how to attach database object to textwriter Pin
ksrs22-Jun-07 15:52
ksrs22-Jun-07 15:52 
QuestionIs there anything wrong in this statement [modified] Pin
saymajum13-Jun-07 7:55
saymajum13-Jun-07 7:55 
AnswerRe: Is there anything wrong in this statement Pin
Stefan Troschuetz13-Jun-07 10:29
Stefan Troschuetz13-Jun-07 10:29 
AnswerRe: Is there anything wrong in this statement Pin
Christian Graus15-Jun-07 17:50
protectorChristian Graus15-Jun-07 17:50 
AnswerRe: Is there anything wrong in this statement Pin
BoneSoft19-Jun-07 8:39
BoneSoft19-Jun-07 8:39 
QuestionMemory Leaks in MSXML ? Pin
logicaldna12-Jun-07 22:54
logicaldna12-Jun-07 22:54 
AnswerRe: Memory Leaks in MSXML ? Pin
_anil_19-Jun-07 19:35
_anil_19-Jun-07 19:35 
I hope its not a memory leak its catching...

Caching

Caching situations will usually show up as leaks in leakdiag because they are allocations that have not been freed. In some situations, it is possible to prevent false positives by disabling caching. Otherwise, it would require a code review to identify the allocations are actually being cached for later reuse. If the leaks are showing up in specific allocators, then tracking only that allocator will prevent caching from appearing to be a leak since LeakDiag will tracke the originating allocation call instead of the underlying heap or virtual alloc calls which might be cached by the component. The COM allocator is one example of an allocator that can be used to prevent false leaks due to caching.


Regards
Anil

QuestionSpecific values [modified] Pin
Icarus12312-Jun-07 2:13
Icarus12312-Jun-07 2:13 
AnswerRe: Specific values Pin
Fatbuddha 112-Jun-07 23:10
Fatbuddha 112-Jun-07 23:10 
AnswerRe: Specific values Pin
S Douglas16-Jun-07 22:24
professionalS Douglas16-Jun-07 22:24 
Questiongenerate xslt code dynamically Pin
sdee211-Jun-07 14:42
sdee211-Jun-07 14:42 
AnswerRe: generate xslt code dynamically Pin
led mike12-Jun-07 4:45
led mike12-Jun-07 4:45 
Questionlanguage codings Pin
HUMPPAAA!11-Jun-07 3:30
HUMPPAAA!11-Jun-07 3:30 
AnswerRe: language codings Pin
HUMPPAAA!11-Jun-07 4:16
HUMPPAAA!11-Jun-07 4:16 
Questionxsl highlight function breaking html tags Pin
werD8-Jun-07 8:33
werD8-Jun-07 8:33 
AnswerRe: xsl highlight function breaking html tags Pin
werD8-Jun-07 10:43
werD8-Jun-07 10:43 
Questionxs:group with attribute Pin
Eugene Mirotin (Guard)7-Jun-07 11:41
Eugene Mirotin (Guard)7-Jun-07 11:41 
QuestionLogicaly selecting a section of XML Pin
Haun the 2nd7-Jun-07 11:11
Haun the 2nd7-Jun-07 11:11 
AnswerRe: Logicaly selecting a section of XML Pin
Haun the 2nd20-Jun-07 8:02
Haun the 2nd20-Jun-07 8:02 
QuestionXML Web service Pin
dews turner6-Jun-07 5:14
dews turner6-Jun-07 5:14 
AnswerRe: XML Web service Pin
Eugene Mirotin (Guard)8-Jun-07 4:41
Eugene Mirotin (Guard)8-Jun-07 4:41 
QuestionRe: XML Web service Pin
dews turner10-Jun-07 21:55
dews turner10-Jun-07 21:55 
Questionregarding xsl Pin
DGtech4-Jun-07 23:14
DGtech4-Jun-07 23:14 
AnswerRe: regarding xsl Pin
blackjack21505-Jun-07 0:56
blackjack21505-Jun-07 0:56 

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.