Click here to Skip to main content
15,867,686 members
Home / Discussions / C#
   

C#

 
GeneralRe: Managing 3 applications at the same time Pin
Heath Stewart17-May-04 5:06
protectorHeath Stewart17-May-04 5:06 
GeneralRe: Managing 3 applications at the same time Pin
Diego F.17-May-04 5:33
Diego F.17-May-04 5:33 
GeneralRe: Managing 3 applications at the same time Pin
Heath Stewart17-May-04 5:38
protectorHeath Stewart17-May-04 5:38 
GeneralCombobox Pin
bertcox17-May-04 4:54
bertcox17-May-04 4:54 
GeneralRe: Combobox Pin
Heath Stewart17-May-04 5:04
protectorHeath Stewart17-May-04 5:04 
GeneralEdit a file Pin
Appelz17-May-04 3:17
Appelz17-May-04 3:17 
GeneralRe: Edit a file Pin
Dave Kreskowiak17-May-04 3:41
mveDave Kreskowiak17-May-04 3:41 
GeneralRe: Edit a file Pin
Heath Stewart17-May-04 3:47
protectorHeath Stewart17-May-04 3:47 
While the two previous answers tell you how, I want to stress the "why and why not". If the XML elements and attributes are supposed to be a certain case, you should leave them. XML elements and attributes are case-sensitive. Changing them would cause any processors specific to that schema (like an XSLT or DOM parser) to fail (at least, identifying it as the appropriate doc type).

If this is a file you have created, then you must make sure that any processing is changed to use the lower-case elements and attributes.

 

Microsoft MVP, Visual C#
My Articles
GeneralImage Transparent In C# Pin
Anonymous17-May-04 2:44
Anonymous17-May-04 2:44 
GeneralRe: Image Transparent In C# Pin
Heath Stewart17-May-04 3:49
protectorHeath Stewart17-May-04 3:49 
GeneralGetting the Attibute on an element XML Pin
Melanius17-May-04 1:27
Melanius17-May-04 1:27 
GeneralRe: Getting the Attibute on an element XML Pin
Heath Stewart17-May-04 3:54
protectorHeath Stewart17-May-04 3:54 
GeneralSlow sorting with XSL Pin
bertcox17-May-04 0:18
bertcox17-May-04 0:18 
GeneralRe: Slow sorting with XSL Pin
Dave Kreskowiak17-May-04 3:39
mveDave Kreskowiak17-May-04 3:39 
GeneralRe: Slow sorting with XSL Pin
Appelz17-May-04 3:44
Appelz17-May-04 3:44 
GeneralRe: Slow sorting with XSL Pin
Dave Kreskowiak17-May-04 6:28
mveDave Kreskowiak17-May-04 6:28 
GeneralRe: Slow sorting with XSL Pin
bertcox17-May-04 3:55
bertcox17-May-04 3:55 
GeneralOpenfiledialog Pin
bertcox16-May-04 22:28
bertcox16-May-04 22:28 
GeneralRe: Openfiledialog Pin
sreejith ss nair17-May-04 1:40
sreejith ss nair17-May-04 1:40 
GeneralRe: Openfiledialog Pin
Heath Stewart17-May-04 3:58
protectorHeath Stewart17-May-04 3:58 
GeneralRe: Openfiledialog Pin
bertcox17-May-04 4:12
bertcox17-May-04 4:12 
Generalregd dll's Pin
karteek16-May-04 21:43
karteek16-May-04 21:43 
GeneralRe: regd dll's Pin
wibblewibblewibble16-May-04 22:14
wibblewibblewibble16-May-04 22:14 
GeneralRe: regd dll's Pin
Dave Kreskowiak17-May-04 0:50
mveDave Kreskowiak17-May-04 0:50 
GeneralInterProcess Communication in WinForms Pin
Ariadne16-May-04 21:39
Ariadne16-May-04 21:39 

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.