Click here to Skip to main content
15,919,121 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: MADNESS Pin
J. Dunlap4-May-03 9:06
J. Dunlap4-May-03 9:06 
GeneralRe: MADNESS Pin
eggie54-May-03 9:33
eggie54-May-03 9:33 
GeneralRe: MADNESS Pin
Philip Fitzsimons7-May-03 2:56
Philip Fitzsimons7-May-03 2:56 
GeneralSmall XML/C# problem... Pin
eggie53-May-03 20:09
eggie53-May-03 20:09 
GeneralRe: Small XML/C# problem... Pin
J. Dunlap3-May-03 20:16
J. Dunlap3-May-03 20:16 
GeneralRe: Small XML/C# problem... Pin
eggie53-May-03 20:46
eggie53-May-03 20:46 
GeneralRe: Small XML/C# problem... Pin
J. Dunlap3-May-03 20:57
J. Dunlap3-May-03 20:57 
GeneralRe: Small XML/C# problem... Pin
eggie53-May-03 21:24
eggie53-May-03 21:24 
Is this right?

//load the doc<br />
			//where url is the options.xml url<br />
			System.Xml.XmlDocument xml = new System.Xml.XmlDocument();<br />
			xml.Load("C:/Documents and Settings/Alex Egg/Desktop/Visual Studio Projects/RecordTimesheets/bin/Debug/options.xml");  <br />
			<br />
			//get the xml path<br />
			//where root is the root element<br />
			System.Xml.XmlNode xmlnode = xml.SelectSingleNode("descendant::root/path");   <br />
			<br />
			//open the file to write it<br />
			string fileName = DateTime.Now.ToString("yyyyMMdd_hhmm") + ".xml";<br />
			XmlTextWriter writer = new XmlTextWriter(xmlnode.InnerText + fileName, null);

isim not sure what this is about ("descendant::root/path");

/\ |_ E X E GG
GeneralRe: Small XML/C# problem... Pin
J. Dunlap3-May-03 21:53
J. Dunlap3-May-03 21:53 
GeneralRe: Small XML/C# problem... Pin
eggie53-May-03 22:02
eggie53-May-03 22:02 
GeneralRe: Small XML/C# problem... Pin
J. Dunlap3-May-03 22:16
J. Dunlap3-May-03 22:16 
GeneralRe: Small XML/C# problem... Pin
Philip Fitzsimons7-May-03 3:02
Philip Fitzsimons7-May-03 3:02 
GeneralRe: Small XML/C# problem... Pin
eggie53-May-03 21:42
eggie53-May-03 21:42 
GeneralApp.config Pin
Paul Watson4-May-03 1:21
sitebuilderPaul Watson4-May-03 1:21 
GeneralRe: App.config Pin
eggie54-May-03 10:05
eggie54-May-03 10:05 
GeneralRe: App.config Pin
Paul Watson4-May-03 10:48
sitebuilderPaul Watson4-May-03 10:48 
GeneralSeeking XML-Based Help System for Web Site Pin
A Sha2-May-03 4:29
sussA Sha2-May-03 4:29 
GeneralRe: Seeking XML-Based Help System for Web Site Pin
Philip Fitzsimons7-May-03 3:41
Philip Fitzsimons7-May-03 3:41 
QuestionWhy should I use XML in my website, when I’ve got a database driven website? Pin
Xander8030-Apr-03 20:42
Xander8030-Apr-03 20:42 
AnswerRe: Why should I use XML in my website, when I’ve got a database driven website? Pin
ZoogieZork1-May-03 7:13
ZoogieZork1-May-03 7:13 
GeneralRe: Why should I use XML in my website, when I’ve got a database driven website? Pin
Xander801-May-03 20:55
Xander801-May-03 20:55 
GeneralConverting XML-string into Dataset Pin
Preben Rasmussen28-Apr-03 21:27
Preben Rasmussen28-Apr-03 21:27 
GeneralRe: Converting XML-string into Dataset Pin
Richard Deeming29-Apr-03 1:21
mveRichard Deeming29-Apr-03 1:21 
GeneralRe: Converting XML-string into Dataset Pin
Preben Rasmussen29-Apr-03 4:32
Preben Rasmussen29-Apr-03 4:32 
GeneralRe: Converting XML-string into Dataset Pin
MS le Roux29-Apr-03 1:40
MS le Roux29-Apr-03 1:40 

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.