Click here to Skip to main content
16,004,854 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionDelete item from xml??? Pin
Daron Tan31-Aug-03 9:25
Daron Tan31-Aug-03 9:25 
AnswerRe: Delete item from xml??? Pin
Philip Fitzsimons1-Sep-03 2:43
Philip Fitzsimons1-Sep-03 2:43 
GeneralRe: Delete item from xml??? Pin
Diederik de Haas5-Sep-03 4:24
Diederik de Haas5-Sep-03 4:24 
GeneralProblem with typed datasets and column expressions Pin
AirGuitarist31-Aug-03 6:57
AirGuitarist31-Aug-03 6:57 
GeneralReplacing forbidden chars Pin
dekel30-Aug-03 23:10
dekel30-Aug-03 23:10 
GeneralRe: Replacing forbidden chars Pin
Anonymous31-Aug-03 2:17
Anonymous31-Aug-03 2:17 
Generalread xml file 'Hello world' Pin
30-Aug-03 22:42
suss30-Aug-03 22:42 
GeneralRe: read xml file 'Hello world' Pin
Member 50926230-Aug-03 22:44
Member 50926230-Aug-03 22:44 
stupid thing posted when i hit the 'preview' button. here's the xml source:

<?xml version="1.0"?>
<doc>
<assembly>
<name>Newco.Controls</name>
</assembly>
<members>
<member name="T:Newco.Controls.GroupBoxLineDesigner">
<summary>
Summary description for GroupBoxLine.
</summary>
</member>
<member name="M:Newco.Controls.GroupBoxLineDesigner.PostFilterProperties(System.Collections.IDictionary)">
<summary>
Removes the 'FlatStyle' property for this item.
</summary>
<param name="id"></param>
</member>
<member name="M:Newco.Controls.GroupBoxLineDesigner.OnPaintAdornments(System.Windows.Forms.PaintEventArgs)">
<summary>
Draws a light dashed line around the control in design view to make it more visible.
</summary>
<param name="pe"></param>
</member>
<member name="T:Newco.Controls.GroupBoxLine">
<summary>
Custom control to mirror the look of an Office 2003 groupBox.
</summary>
</member>
<member name="F:Newco.Controls.GroupBoxLine.lineColor">
<summary>
Specifies the color of the line.
</summary>
</member>
<member name="F:Newco.Controls.GroupBoxLine.textColor">
<summary>
Specifies the color of the text.
</summary>
</member>
<member name="M:Newco.Controls.GroupBoxLine.#ctor">
<summary>
Default contructor for the class GroupBoxLine.
</summary>
</member>
<member name="M:Newco.Controls.GroupBoxLine.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overrides the OnPaint event to create the look of Office 2003.
</summary>
<param name="e"></param>
</member>
<member name="M:Newco.Controls.GroupBoxLine.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="P:Newco.Controls.GroupBoxLine.LineColor">
<summary>
Specifies the color of the line.
</summary>
</member>
<member name="P:Newco.Controls.GroupBoxLine.TextColor">
<summary>
Specifies the color of the text.
</summary>
</member>
</members>
</doc>

--
There are 10 kinds of people. Those who understand binary and those who don't.
GeneralRe: read xml file 'Hello world' Pin
Philip Fitzsimons1-Sep-03 2:47
Philip Fitzsimons1-Sep-03 2:47 
GeneralSolution of your IT/Computer science Problems Pin
mindnets29-Aug-03 17:43
mindnets29-Aug-03 17:43 
GeneralHard work gone to waste, help please !!! Pin
jphuphilly24-Aug-03 12:50
jphuphilly24-Aug-03 12:50 
GeneralRe: Hard work gone to waste, help please !!! Pin
ZoogieZork24-Aug-03 14:27
ZoogieZork24-Aug-03 14:27 
GeneralRe: Hard work gone to waste, help please !!! Pin
jphuphilly24-Aug-03 14:43
jphuphilly24-Aug-03 14:43 
Generalmodifying urls in XML docs Pin
Steve Severance22-Aug-03 5:01
Steve Severance22-Aug-03 5:01 
Generalcreate xml file using streamwriter Pin
jphuphilly21-Aug-03 3:00
jphuphilly21-Aug-03 3:00 
GeneralRe: create xml file using streamwriter Pin
adaoja21-Aug-03 10:03
adaoja21-Aug-03 10:03 
GeneralRe: create xml file using streamwriter Pin
jphuphilly22-Aug-03 3:39
jphuphilly22-Aug-03 3:39 
GeneralRe: create xml file using streamwriter Pin
adaoja22-Aug-03 4:51
adaoja22-Aug-03 4:51 
GeneralSlashdot RSS Stylesheet Pin
Steve McLenithan20-Aug-03 7:31
Steve McLenithan20-Aug-03 7:31 
GeneralRe: Slashdot RSS Stylesheet Pin
Daniel Bright20-Aug-03 15:06
Daniel Bright20-Aug-03 15:06 
GeneralRe: Slashdot RSS Stylesheet Pin
Steve McLenithan20-Aug-03 15:30
Steve McLenithan20-Aug-03 15:30 
GeneralXML as a config file Pin
Steve McLenithan19-Aug-03 17:37
Steve McLenithan19-Aug-03 17:37 
GeneralRe: XML as a config file Pin
Steve McLenithan19-Aug-03 17:51
Steve McLenithan19-Aug-03 17:51 
GeneralRe: XML as a config file Pin
Nick Parker19-Aug-03 18:09
protectorNick Parker19-Aug-03 18:09 
GeneralRe: XML as a config file Pin
Steve McLenithan20-Aug-03 3:14
Steve McLenithan20-Aug-03 3:14 

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.