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

XML / XSL

 
QuestionUse one XML document to transform another Pin
Mark J. Miller9-Feb-07 7:44
Mark J. Miller9-Feb-07 7:44 
AnswerRe: Use one XML document to transform another Pin
Mark J. Miller9-Feb-07 13:11
Mark J. Miller9-Feb-07 13:11 
QuestionRemove/Stop the creation of BOM header (C#) Pin
Duncan Sample9-Feb-07 2:04
Duncan Sample9-Feb-07 2:04 
AnswerRe: Remove/Stop the creation of BOM header (C#) Pin
Stefan Troschuetz9-Feb-07 2:44
Stefan Troschuetz9-Feb-07 2:44 
GeneralRe: Remove/Stop the creation of BOM header (C#) Pin
Duncan Sample9-Feb-07 2:59
Duncan Sample9-Feb-07 2:59 
GeneralRe: Remove/Stop the creation of BOM header (C#) Pin
Stefan Troschuetz9-Feb-07 3:12
Stefan Troschuetz9-Feb-07 3:12 
QuestionRe: Remove/Stop the creation of BOM header (C#) Pin
Duncan Sample9-Feb-07 4:44
Duncan Sample9-Feb-07 4:44 
AnswerRe: Remove/Stop the creation of BOM header (C#) Pin
Stefan Troschuetz9-Feb-07 5:19
Stefan Troschuetz9-Feb-07 5:19 
Ok, in case you're using Framework 2.0, there may be a way to get around your problem. The XmlDocument.Save method has an overload that takes an XmlWriter object. The XmlWriter class has a overload of the static Create method that takes a filename and a XmlWriterSettings instance (class is new in 2.0). This class exposes a Encoding property that allows to specify the text encoding to be used. Finally there is the UTF8Encoding class that has a constructor taking a boolean that specifies whether the byte order marked is provided or not.




"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

GeneralRe: Remove/Stop the creation of BOM header (C#) Pin
Duncan Sample9-Feb-07 5:26
Duncan Sample9-Feb-07 5:26 
QuestionRe: Remove/Stop the creation of BOM header (C#) Pin
Duncan Sample15-Feb-07 2:47
Duncan Sample15-Feb-07 2:47 
AnswerRe: Remove/Stop the creation of BOM header (C#) Pin
Stefan Troschuetz15-Feb-07 3:24
Stefan Troschuetz15-Feb-07 3:24 
AnswerRe: Remove/Stop the creation of BOM header (C#) Pin
Duncan Sample15-Feb-07 4:18
Duncan Sample15-Feb-07 4:18 
GeneralRe: Remove/Stop the creation of BOM header (C#) Pin
Stefan Troschuetz15-Feb-07 4:31
Stefan Troschuetz15-Feb-07 4:31 
QuestionCreating aspx page dynamically Pin
Venkatesh.P8-Feb-07 23:40
Venkatesh.P8-Feb-07 23:40 
AnswerRe: Creating aspx page dynamically Pin
Stefan Troschuetz8-Feb-07 23:53
Stefan Troschuetz8-Feb-07 23:53 
QuestionRe: Creating aspx page dynamically Pin
Venkatesh.P8-Feb-07 23:59
Venkatesh.P8-Feb-07 23:59 
AnswerRe: Creating aspx page dynamically Pin
Stefan Troschuetz9-Feb-07 0:46
Stefan Troschuetz9-Feb-07 0:46 
AnswerRe: Creating aspx page dynamically Pin
DavidNohejl9-Feb-07 12:54
DavidNohejl9-Feb-07 12:54 
GeneralUsing arrays with XSD and XML Pin
Monty28-Feb-07 2:31
Monty28-Feb-07 2:31 
GeneralRe: Using arrays with XSD and XML Pin
Stefan Troschuetz8-Feb-07 2:46
Stefan Troschuetz8-Feb-07 2:46 
GeneralRe: Using arrays with XSD and XML Pin
Monty28-Feb-07 16:25
Monty28-Feb-07 16:25 
GeneralRe: Using arrays with XSD and XML Pin
Stefan Troschuetz8-Feb-07 22:21
Stefan Troschuetz8-Feb-07 22:21 
GeneralRe: Using arrays with XSD and XML Pin
Monty28-Feb-07 23:08
Monty28-Feb-07 23:08 
QuestionXSD schema to XML document using C# Pin
Yogesh Choudhary7-Feb-07 21:06
Yogesh Choudhary7-Feb-07 21:06 
QuestionXML database ? Pin
Le Sourcier6-Feb-07 2:46
Le Sourcier6-Feb-07 2: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.