Click here to Skip to main content
15,896,730 members
Home / Discussions / C#
   

C#

 
GeneralRe: Command Line Pin
Heath Stewart9-Feb-04 1:30
protectorHeath Stewart9-Feb-04 1:30 
QuestionHow to execute a file Pin
Jonathan Slenders_8-Feb-04 22:41
sussJonathan Slenders_8-Feb-04 22:41 
AnswerRe: How to execute a file Pin
Mazdak8-Feb-04 23:20
Mazdak8-Feb-04 23:20 
GeneralRe: How to execute a file Pin
Jonathan Slenders9-Feb-04 0:22
Jonathan Slenders9-Feb-04 0:22 
GeneralRe: How to execute a file Pin
Heath Stewart9-Feb-04 1:28
protectorHeath Stewart9-Feb-04 1:28 
AnswerRe: How to execute a file Pin
Mike Clark9-Feb-04 12:13
Mike Clark9-Feb-04 12:13 
QuestionHow to reduce size? Pin
GetOn&GetGoing8-Feb-04 20:22
GetOn&GetGoing8-Feb-04 20:22 
AnswerRe: How to reduce size? Pin
Mazdak8-Feb-04 21:31
Mazdak8-Feb-04 21:31 
GeneralRe: How to reduce size? Pin
GetOn&GetGoing8-Feb-04 21:35
GetOn&GetGoing8-Feb-04 21:35 
GeneralRe: How to reduce size? Pin
Colin Angus Mackay8-Feb-04 23:12
Colin Angus Mackay8-Feb-04 23:12 
GeneralRe: How to reduce size? Pin
Mazdak8-Feb-04 23:27
Mazdak8-Feb-04 23:27 
AnswerRe: How to reduce size? Pin
leppie9-Feb-04 6:55
leppie9-Feb-04 6:55 
Generalstatusbar UI Pin
osto8-Feb-04 18:09
osto8-Feb-04 18:09 
GeneralRe: statusbar UI Pin
Heath Stewart8-Feb-04 19:42
protectorHeath Stewart8-Feb-04 19:42 
Generalread and edit xsl in c# Pin
Inam8-Feb-04 18:01
Inam8-Feb-04 18:01 
GeneralRe: read and edit xsl in c# Pin
Heath Stewart8-Feb-04 19:34
protectorHeath Stewart8-Feb-04 19:34 
GeneralRe: read and edit xsl in c# Pin
Inam8-Feb-04 20:03
Inam8-Feb-04 20:03 
GeneralRe: read and edit xsl in c# Pin
Heath Stewart8-Feb-04 20:09
protectorHeath Stewart8-Feb-04 20:09 
You mean XML, not XSL. XSL is a transform you apply to an XML file that contains data, unless you mean you need to change that transform in order to add a color attributes of sorts; otherwise, forget XSL for the moment.

You'd be better off using an XmlDocument so that you can easily traverse the DOM. See the documentation for the XmlDocument in the .NET Framework SDK for more information. If you keep track of which label belongs to which element or attributes (there are no fields in XML), you can use XPath to select node (via SelectNodes or SelectSingleNode for example) and then append an attributes. You really need to read the documentation for these classes, though, as well as some of the XML topics in the .NET Framework SDK, which you can view from http://msdn.microsoft.com/netframework[^].

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: read and edit xsl in c# Pin
Inam8-Feb-04 20:33
Inam8-Feb-04 20:33 
GeneralRe: read and edit xsl in c# Pin
Heath Stewart9-Feb-04 1:25
protectorHeath Stewart9-Feb-04 1:25 
GeneralOn Ref and Value Types Pin
GetOn&GetGoing8-Feb-04 17:33
GetOn&GetGoing8-Feb-04 17:33 
GeneralRe: On Ref and Value Types Pin
Nick Parker8-Feb-04 18:28
protectorNick Parker8-Feb-04 18:28 
GeneralC# Does Shell, Arik Poznanski Pin
Christopher_S8-Feb-04 15:18
Christopher_S8-Feb-04 15:18 
GeneralRe: C# Does Shell, Arik Poznanski Pin
David Stone8-Feb-04 17:14
sitebuilderDavid Stone8-Feb-04 17:14 
GeneralRe: C# Does Shell, Arik Poznanski Pin
Christopher_S8-Feb-04 17:31
Christopher_S8-Feb-04 17:31 

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.