Click here to Skip to main content
15,899,937 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Converting XML-string into Dataset Pin
Preben Rasmussen29-Apr-03 4:33
Preben Rasmussen29-Apr-03 4:33 
GeneralC#/XML file naming problem Pin
eggie528-Apr-03 15:54
eggie528-Apr-03 15:54 
GeneralRe: C#/XML file naming problem Pin
Mark Smithson28-Apr-03 21:20
Mark Smithson28-Apr-03 21:20 
GeneralRe: C#/XML file naming problem Pin
eggie529-Apr-03 9:24
eggie529-Apr-03 9:24 
GeneralRe: C#/XML file naming problem Pin
Richard Deeming29-Apr-03 1:23
mveRichard Deeming29-Apr-03 1:23 
GeneralRe: C#/XML file naming problem Pin
eggie529-Apr-03 9:24
eggie529-Apr-03 9:24 
GeneralRe: C#/XML file naming problem Pin
eggie529-Apr-03 13:01
eggie529-Apr-03 13:01 
GeneralRe: C#/XML file naming problem Pin
eggie529-Apr-03 13:12
eggie529-Apr-03 13:12 
Wait, one more thing...

I have this programed saved in ...

C:\Inetpub\wwwroot\WebLog\Entries\bin

and it's working fine, but I need the .xml to be saved in....

C:\Inetpub\wwwroot\WebLog\Entries

How can I change the following to save the .xml file in the \Entries folder?

string fileName = DateTime.Now.ToString("yyyyMMdd_hhmm") + ".xml";<br />
			XmlTextWriter writer = new XmlTextWriter(fileName, null);


/\ |_ E X E GG
GeneralRe: C#/XML file naming problem Pin
eggie529-Apr-03 13:38
eggie529-Apr-03 13:38 
GeneralHelp with XSL Pin
orcun colak28-Apr-03 2:40
orcun colak28-Apr-03 2:40 
GeneralASP.NET, C#, XML GHETTO STEEZ Pin
eggie527-Apr-03 12:48
eggie527-Apr-03 12:48 
Generalopen two XmlDocuments at same time Pin
Anonymous27-Apr-03 1:22
Anonymous27-Apr-03 1:22 
GeneralRe: open two XmlDocuments at same time Pin
Mark Smithson27-Apr-03 5:41
Mark Smithson27-Apr-03 5:41 
GeneralRe: open two XmlDocuments at same time Pin
Anonymous27-Apr-03 9:31
Anonymous27-Apr-03 9:31 
GeneralRe: open two XmlDocuments at same time Pin
Mark Smithson27-Apr-03 21:35
Mark Smithson27-Apr-03 21:35 
GeneralRe: open two XmlDocuments at same time Pin
Anonymous28-Apr-03 0:44
Anonymous28-Apr-03 0:44 
GeneralRe: open two XmlDocuments at same time Pin
Anonymous28-Apr-03 0:46
Anonymous28-Apr-03 0:46 
GeneralTutorials XML Pin
Mario_Young20-Apr-03 18:13
Mario_Young20-Apr-03 18:13 
GeneralGood place to start Pin
Jon Sagara20-Apr-03 12:33
Jon Sagara20-Apr-03 12:33 
GeneralRe: Good place to start Pin
J. Dunlap20-Apr-03 12:42
J. Dunlap20-Apr-03 12:42 
GeneralRe: Good place to start Pin
Michael A. Barnhart22-Apr-03 1:46
Michael A. Barnhart22-Apr-03 1:46 
GeneralAccess Denied when saving DOM document in JS Pin
Jesse Rosalia18-Apr-03 9:10
Jesse Rosalia18-Apr-03 9:10 
GeneralRe: Access Denied when saving DOM document in JS Pin
Mark Smithson27-Apr-03 5:46
Mark Smithson27-Apr-03 5:46 
GeneralRe: Access Denied when saving DOM document in JS Pin
Jesse Rosalia29-Apr-03 15:16
Jesse Rosalia29-Apr-03 15:16 
QuestionConvert Word to XML? Pin
theJazzyBrain15-Apr-03 21:55
theJazzyBrain15-Apr-03 21:55 

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.