Click here to Skip to main content
15,920,704 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralXSLT Pin
Large Data File3-Feb-04 6:36
Large Data File3-Feb-04 6:36 
GeneralRe: XSLT Pin
Not Active4-Feb-04 2:50
mentorNot Active4-Feb-04 2:50 
GeneralRe: XSLT Pin
Large Data File8-Feb-04 22:59
Large Data File8-Feb-04 22:59 
GeneralRe: XSLT Pin
Not Active9-Feb-04 3:02
mentorNot Active9-Feb-04 3:02 
GeneralRe: XSLT Pin
Large Data File9-Feb-04 3:32
Large Data File9-Feb-04 3:32 
GeneralDataSet - reading in and XML Document Pin
Member 64401630-Jan-04 7:49
Member 64401630-Jan-04 7:49 
GeneralRe: DataSet - reading in and XML Document Pin
Rebreath27-Feb-04 11:18
Rebreath27-Feb-04 11:18 
QuestionMost efficient way to save changes made in xmlDoc? Pin
sinnen29-Jan-04 8:29
sinnen29-Jan-04 8:29 
Hi!
I´m using a xml document as a prices list for different customers.
The pricelist is often updated as prices changes and new
customers are added to the pricelist.
Now i`m a bit confused on how I should save the price list as there
are several ways of doing this. I could use:

XmlTextWriter tr = new XmlTextWriter("xmlPriceList.xml",null);
tr.Formatting=Formatting.Indented;

- xmlDoc.WriteContentTo(tr);

tr.Close();

or

- xmlDoc.WriteTo(tr)

or even

xmlDoc.save(..)

which one shall I choose? further I want to make sure my xmlDoc is well formed before it´s saved, but I don´t know how?

Thx

Thomas Andersson
QuestionXSLT - how to preserve empty spaces? Pin
Cristoff26-Jan-04 9:26
Cristoff26-Jan-04 9:26 
AnswerRe: XSLT - how to preserve empty spaces? Pin
Not Active26-Jan-04 10:03
mentorNot Active26-Jan-04 10:03 
GeneralRe: XSLT - how to preserve empty spaces? Pin
Cristoff29-Jan-04 7:00
Cristoff29-Jan-04 7:00 
Generalthis... Pin
Cristoff29-Jan-04 7:21
Cristoff29-Jan-04 7:21 
AnswerRe: XSLT - how to preserve empty spaces? Pin
Anonymous8-Feb-04 19:09
Anonymous8-Feb-04 19:09 
GeneralI'm lazy - How to do it without learning XSLT :) Pin
Cristoff22-Jan-04 0:48
Cristoff22-Jan-04 0:48 
GeneralRe: I'm lazy - How to do it without learning XSLT :) Pin
Not Active22-Jan-04 10:57
mentorNot Active22-Jan-04 10:57 
GeneralRe: I'm lazy - How to do it without learning XSLT :) Pin
Cristoff23-Jan-04 0:37
Cristoff23-Jan-04 0:37 
GeneralRe: I'm lazy - How to do it without learning XSLT :) Pin
Matthew Hazlett28-Jan-04 8:24
Matthew Hazlett28-Jan-04 8:24 
GeneralRe: I'm lazy - How to do it without learning XSLT :) Pin
Cristoff29-Jan-04 6:55
Cristoff29-Jan-04 6:55 
GeneralRe: I'm lazy - How to do it without learning XSLT :) Pin
Matthew Hazlett29-Jan-04 9:44
Matthew Hazlett29-Jan-04 9:44 
GeneralXSLT - Adding whitespace to a string Pin
cheezdog20-Jan-04 17:08
cheezdog20-Jan-04 17:08 
GeneralRe: XSLT - Adding whitespace to a string Pin
Philip Fitzsimons21-Jan-04 3:19
Philip Fitzsimons21-Jan-04 3:19 
GeneralDynamic Link Creation in ASP.Net Page /XSL Pin
laker_6616-Jan-04 7:27
laker_6616-Jan-04 7:27 
GeneralRe: Dynamic Link Creation in ASP.Net Page /XSL Pin
Not Active19-Jan-04 0:53
mentorNot Active19-Jan-04 0:53 
GeneralRe: Dynamic Link Creation in ASP.Net Page /XSL Pin
laker_6619-Jan-04 6:25
laker_6619-Jan-04 6:25 
GeneralRe: Dynamic Link Creation in ASP.Net Page /XSL Pin
Not Active19-Jan-04 10:12
mentorNot Active19-Jan-04 10: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.