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

XML / XSL

 
AnswerRe: XSL Transform Textarea Problem w/IE6? Pin
Christopher Lord14-Jul-02 10:52
Christopher Lord14-Jul-02 10:52 
AnswerRe: XSL Transform Textarea Problem w/IE6? Pin
Paul Watson8-Aug-02 7:03
sitebuilderPaul Watson8-Aug-02 7:03 
GeneralDatabase Problem Pin
BHBAD10-Jul-02 4:25
sussBHBAD10-Jul-02 4:25 
GeneralWriting XML to file with tabs etc Pin
Jan R Hansen10-Jul-02 0:55
Jan R Hansen10-Jul-02 0:55 
GeneralRe: Writing XML to file with tabs etc Pin
Anonymous10-Jul-02 4:17
Anonymous10-Jul-02 4:17 
GeneralRe: Writing XML to file with tabs etc Pin
Jan R Hansen10-Jul-02 5:42
Jan R Hansen10-Jul-02 5:42 
GeneralRe: Writing XML to file with tabs etc Pin
Christopher Lord10-Jul-02 11:13
Christopher Lord10-Jul-02 11:13 
GeneralRe: Writing XML to file with tabs etc Pin
Jan R Hansen10-Jul-02 21:24
Jan R Hansen10-Jul-02 21:24 
Allright, I may be completely off track here - but the link you refer to deals with the problems of showing the data from the XML file using a stylesheet, and getting line breaks in the resulting "view".

What I want, is linebreaks in my XML file. When I generate this data structure :
<parent>
<child>
<data1>bla</data1>
<data2>bla</data2>
</child>
</parent>

from VC++, the _file_ looks like this :

<parent><child><data1>bla</data1><data2>bla</data2></child></parent>

- which, of course, is correct - but not what I want.

What do you think ? completely off track and unable to understand the link you gave me ;o) ?

Thanks anyway.

/Jan
GeneralRe: Writing XML to file with tabs etc Pin
Philip Fitzsimons11-Jul-02 11:56
Philip Fitzsimons11-Jul-02 11:56 
GeneralRe: Writing XML to file with tabs etc Pin
Christopher Lord11-Jul-02 16:11
Christopher Lord11-Jul-02 16:11 
GeneralRe: Writing XML to file with tabs etc Pin
Ranjan Banerji15-Jul-02 11:08
Ranjan Banerji15-Jul-02 11:08 
GeneralPassing Strings encoded BASE64 in XML Pin
8-Jul-02 5:02
suss8-Jul-02 5:02 
GeneralRe: Passing Strings encoded BASE64 in XML Pin
Anonymous9-Jul-02 16:44
Anonymous9-Jul-02 16:44 
GeneralReading an XML file to a Dataset and then from Dataset to SQLServer Pin
Alexandru Savescu4-Jul-02 22:53
Alexandru Savescu4-Jul-02 22:53 
GeneralGetting started with XML Pin
Jeremy Pullicino1-Jul-02 21:42
Jeremy Pullicino1-Jul-02 21:42 
GeneralRe: Getting started with XML Pin
Christopher Lord1-Jul-02 22:03
Christopher Lord1-Jul-02 22:03 
GeneralRe: Getting started with XML Pin
Christopher Duncan10-Jul-02 5:44
Christopher Duncan10-Jul-02 5:44 
GeneralRe: Getting started with XML Pin
Christopher Lord10-Jul-02 9:42
Christopher Lord10-Jul-02 9:42 
GeneralRe: Getting started with XML Pin
Christopher Duncan10-Jul-02 12:28
Christopher Duncan10-Jul-02 12:28 
GeneralRe: Getting started with XML Pin
MS le Roux1-Jul-02 22:07
MS le Roux1-Jul-02 22:07 
GeneralRe: Getting started with XML Pin
Erik Westermann3-Jul-02 1:59
professionalErik Westermann3-Jul-02 1:59 
GeneralRe: Getting started with XML Pin
9-Jul-02 16:28
suss9-Jul-02 16:28 
GeneralRe: Getting started with XML Pin
Richard Jones10-Jul-02 4:29
Richard Jones10-Jul-02 4:29 
GeneralUpdating an XML file from VC6.0 Pin
Jan R Hansen26-Jun-02 3:11
Jan R Hansen26-Jun-02 3:11 
GeneralRe: Updating an XML file from VC6.0 Pin
act_x27-Jun-02 5:43
act_x27-Jun-02 5:43 

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.