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

XML / XSL

 
GeneralDisplaying an excel spreadsheet with xsl Pin
28-Mar-02 6:11
suss28-Mar-02 6:11 
GeneralRe: Displaying an excel spreadsheet with xsl Pin
Michael A. Barnhart28-Mar-02 9:06
Michael A. Barnhart28-Mar-02 9:06 
GeneralRe: Displaying an excel spreadsheet with xsl Pin
Lilian Chan-Grant28-Mar-02 9:29
Lilian Chan-Grant28-Mar-02 9:29 
GeneralRe: Displaying an excel spreadsheet with xsl Pin
Lilian Chan-Grant28-Mar-02 9:58
Lilian Chan-Grant28-Mar-02 9:58 
GeneralEditable XML from MSXML Pin
David Chamberlain28-Mar-02 4:27
David Chamberlain28-Mar-02 4:27 
GeneralRe: Editable XML from MSXML Pin
28-Mar-02 4:58
suss28-Mar-02 4:58 
GeneralRe: Editable XML from MSXML Pin
Michael A. Barnhart28-Mar-02 8:52
Michael A. Barnhart28-Mar-02 8:52 
GeneralRe: Editable XML from MSXML Pin
David Chamberlain28-Mar-02 10:37
David Chamberlain28-Mar-02 10:37 
Michael A. Barnhart wrote:
... all of that formating is contained in nodes of the parent element(s).

I'm not sure I understand that. Actual formatting can be done with XSLT to get a revised file, typically an HTML file, but that is only based on several examples. If I want to get something that looks like (with newlines):

[Node1]
   [Data2]Here is data[/Data2]
[/Node1]

what I end up with is (no newlines):

[Node1][Data2]Here is data[/Data2][/Node1]

Even if I just type this into an XML file (with appropriate headers, etc) I can physically enter a newline at the end of each line, and that is what I am missing from the DOM.

Are you saying that I can add that "formatting" (the newlines) as additional text nodes, perhaps just containing "\n"?

Dave

"You can say that again." -- Dept. of Redundancy Dept.
GeneralRe: Editable XML from MSXML Pin
Neville Franks28-Mar-02 11:08
Neville Franks28-Mar-02 11:08 
GeneralRe: Editable XML from MSXML Pin
Michael A. Barnhart28-Mar-02 11:18
Michael A. Barnhart28-Mar-02 11:18 
GeneralRe: Editable XML from MSXML Pin
Michael A. Barnhart28-Mar-02 11:02
Michael A. Barnhart28-Mar-02 11:02 
GeneralRe: Editable XML from MSXML Pin
David Chamberlain28-Mar-02 11:29
David Chamberlain28-Mar-02 11:29 
GeneralRe: Editable XML from MSXML Pin
Michael A. Barnhart28-Mar-02 11:38
Michael A. Barnhart28-Mar-02 11:38 
GeneralRe: Editable XML from MSXML Pin
David Chamberlain28-Mar-02 11:59
David Chamberlain28-Mar-02 11:59 
GeneralRe: Editable XML from MSXML Pin
Michael A. Barnhart28-Mar-02 15:13
Michael A. Barnhart28-Mar-02 15:13 
GeneralRe: Editable XML from MSXML Pin
Michael A. Barnhart28-Mar-02 16:53
Michael A. Barnhart28-Mar-02 16:53 
GeneralRe: Editable XML from MSXML Pin
David Chamberlain29-Mar-02 3:02
David Chamberlain29-Mar-02 3:02 
GeneralRe: Editable XML from MSXML Pin
Michael A. Barnhart29-Mar-02 3:14
Michael A. Barnhart29-Mar-02 3:14 
QuestionParsing takes too long - How to speed-up??? Pin
Rybeck25-Mar-02 6:29
Rybeck25-Mar-02 6:29 
AnswerRe: Parsing takes too long - How to speed-up??? Pin
Michael A. Barnhart27-Mar-02 11:44
Michael A. Barnhart27-Mar-02 11:44 
GeneralAn interesting example Pin
Michael A. Barnhart21-Mar-02 15:22
Michael A. Barnhart21-Mar-02 15:22 
GeneralXSLT to write links Pin
MS le Roux17-Mar-02 23:06
MS le Roux17-Mar-02 23:06 
GeneralRe: XSLT to write links Pin
David Wengier17-Mar-02 23:45
David Wengier17-Mar-02 23:45 
GeneralRe: XSLT to write links Pin
MS le Roux18-Mar-02 5:00
MS le Roux18-Mar-02 5:00 
GeneralRe: XSLT to write links Pin
Paul Watson20-Mar-02 22:12
sitebuilderPaul Watson20-Mar-02 22:12 

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.