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

XML / XSL

 
GeneralUsing XSL to filter the data from XML Pin
5-May-02 22:49
suss5-May-02 22:49 
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 
here's what I did, but we didn't run this production yet

1) construct one line of valid xml
2) write it to text file , flush buffer

This produced a text file that resembled xml, but missing the top-level node. To display it in a web page, I pre-pended a top-level node ( < TOP > ) , and appended a closing node name
( < / TOP > ), and this worked.

I think one possible advantage is that it is super fast and simple to write a line of text, and then you can take care of the leading and trailing niceties later when you display the file.

Also, this approach ignores the DOM entirely. It is only straight C text files at the time of logging.
Roll eyes | :rolleyes:
GeneralRe: XML Logging (Your thoughts) Pin
David Chamberlain17-May-02 3:49
David Chamberlain17-May-02 3:49 
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 

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.