Click here to Skip to main content
16,007,932 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Using XSL to filter the data from XML Pin
MS le Roux6-May-02 5:41
MS le Roux6-May-02 5:41 
GeneralRe: Using XSL to filter the data from XML Pin
6-May-02 18:14
suss6-May-02 18:14 
GeneralRe: Using XSL to filter the data from XML Pin
MS le Roux6-May-02 22:16
MS le Roux6-May-02 22:16 
GeneralXML Logging (Your thoughts) Pin
3-May-02 19:58
suss3-May-02 19:58 
GeneralRe: XML Logging (Your thoughts) Pin
Michael A. Barnhart4-May-02 1:52
Michael A. Barnhart4-May-02 1:52 
GeneralRe: XML Logging (Your thoughts) Pin
Erik Westermann5-May-02 7:46
professionalErik Westermann5-May-02 7:46 
GeneralRe: XML Logging (Your thoughts) Pin
Todd.Harvey6-May-02 9:09
Todd.Harvey6-May-02 9:09 
GeneralRe: XML Logging (Your thoughts) Pin
David Chamberlain17-May-02 3:49
David Chamberlain17-May-02 3:49 
We have done something similar, and for the first time files, if you check their existance before opening them, you can write out the xml header for a new file. You can also write out any trailer information, and if it is static, then when you open the file, you can re-position the file pointer (using fseek) to be that number of characters back from the end, write out your new data, and rewrite the static (ie, fixed/known length) trailer. It's a little clumsy, but it helps to know that you can re-position the file pointer.

Dave

"You can say that again." -- Dept. of Redundancy Dept.
GeneralOutputting a !DOCTYPE declaration from an XSL stylesheet Pin
Domenic Denicola3-May-02 4:23
Domenic Denicola3-May-02 4:23 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Michael A. Barnhart3-May-02 15:20
Michael A. Barnhart3-May-02 15:20 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Domenic Denicola4-May-02 17:06
Domenic Denicola4-May-02 17:06 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Erik Westermann4-May-02 19:55
professionalErik Westermann4-May-02 19:55 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Domenic Denicola5-May-02 6:27
Domenic Denicola5-May-02 6:27 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Erik Westermann5-May-02 7:38
professionalErik Westermann5-May-02 7:38 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Domenic Denicola5-May-02 11:31
Domenic Denicola5-May-02 11:31 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Michael A. Barnhart5-May-02 2:56
Michael A. Barnhart5-May-02 2:56 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Domenic Denicola5-May-02 6:24
Domenic Denicola5-May-02 6:24 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Michael A. Barnhart5-May-02 8:47
Michael A. Barnhart5-May-02 8:47 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Domenic Denicola5-May-02 11:29
Domenic Denicola5-May-02 11:29 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Michael A. Barnhart5-May-02 12:59
Michael A. Barnhart5-May-02 12:59 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Domenic Denicola5-May-02 15:16
Domenic Denicola5-May-02 15:16 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Michael A. Barnhart6-May-02 0:45
Michael A. Barnhart6-May-02 0:45 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Domenic Denicola8-May-02 12:22
Domenic Denicola8-May-02 12:22 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Paul Watson9-May-02 0:06
sitebuilderPaul Watson9-May-02 0:06 
GeneralRe: Outputting a !DOCTYPE declaration from an XSL stylesheet Pin
Michael A. Barnhart9-May-02 0:46
Michael A. Barnhart9-May-02 0:46 

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.