Click here to Skip to main content
15,892,005 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: CSS... Pin
Stuart Dootson8-Jun-09 22:25
professionalStuart Dootson8-Jun-09 22:25 
GeneralRe: CSS... Pin
Jamal Abdul Nasir2-Feb-10 7:58
Jamal Abdul Nasir2-Feb-10 7:58 
QuestionAnother boring XML question. URGENT Pin
Etienne_1237-Jun-09 6:15
Etienne_1237-Jun-09 6:15 
AnswerRe: Another boring XML question. URGENT Pin
Christian Graus8-Jun-09 18:07
protectorChristian Graus8-Jun-09 18:07 
GeneralRe: Another boring XML question. URGENT Pin
Etienne_1238-Jun-09 23:00
Etienne_1238-Jun-09 23:00 
GeneralRe: Another boring XML question. URGENT Pin
Christian Graus9-Jun-09 14:54
protectorChristian Graus9-Jun-09 14:54 
AnswerRe: Another boring XML question. URGENT Pin
kamagra10-Jun-09 2:10
kamagra10-Jun-09 2:10 
QuestionHow do I specify a new Uri path? Pin
Etienne_1234-Jun-09 4:56
Etienne_1234-Jun-09 4:56 
Hi guys

I use the following to specify the Uri path for the XmlDataProvider dp:

System.Windows.Forms.OpenFileDialog ofd = new System.Windows.Forms.OpenFileDialog();
            if (ofd.ShowDialog() == System.Windows.Forms.DialogResult.OK)
            {
                string fileName = ofd.FileName;
                XmlDataProvider dp = this.FindResource("dpNewDS") as XmlDataProvider;
                dp.Source = new Uri(fileName);
            }


Now I want to now, what if I don't want to use an OpenFileDialog to specify the path, but instead I want to specify it myself. I know typing in the folder address e.g C:\xmlfile.xml works fine, but I don't want to hard code the path. I want to keep the file in the "bin" folder, how do I specify the path to this folder?
I tried various methods but none seemed to work.
QuestionBinding TreeView Header to XML Nodes Pin
Etienne_1234-Jun-09 0:49
Etienne_1234-Jun-09 0:49 
AnswerRe: Binding TreeView Header to XML Nodes Pin
Etienne_1234-Jun-09 2:06
Etienne_1234-Jun-09 2:06 
AnswerRe: Binding TreeView Header to XML Nodes Pin
Etienne_1234-Jun-09 2:10
Etienne_1234-Jun-09 2:10 
QuestionI want to create a Tree(root,left node,right node) Pin
Member 42602703-Jun-09 18:57
Member 42602703-Jun-09 18:57 
AnswerRe: I want to create a Tree(root,left node,right node) Pin
jacel0265-Aug-09 22:09
jacel0265-Aug-09 22:09 
Questionhow to encrypt element <wsu:expires xmlns:wsu="#unknown"> element</wsu:expires> Pin
manasha3-Jun-09 4:17
manasha3-Jun-09 4:17 
QuestionWhat's the solution of this error message: Unable to cast object of type 'System.Xml.XmlElement' to type 'System.Web.Services.Description.ServiceDescriptionFormatExtension'. Pin
ashish bhakhar3-Jun-09 1:25
ashish bhakhar3-Jun-09 1:25 
Answercross post Pin
J4amieC3-Jun-09 2:04
J4amieC3-Jun-09 2:04 
QuestionNeed help with XSLT Pin
Alsvha1-Jun-09 22:18
Alsvha1-Jun-09 22:18 
QuestionRe: Need help with XSLT Pin
led mike2-Jun-09 5:34
led mike2-Jun-09 5:34 
AnswerRe: Need help with XSLT Pin
Alsvha2-Jun-09 6:16
Alsvha2-Jun-09 6:16 
GeneralRe: Need help with XSLT [modified] Pin
led mike4-Jun-09 5:11
led mike4-Jun-09 5:11 
AnswerRe: Need help with XSLT Pin
Stuart Dootson4-Jun-09 2:52
professionalStuart Dootson4-Jun-09 2:52 
GeneralRe: Need help with XSLT Pin
led mike4-Jun-09 5:07
led mike4-Jun-09 5:07 
GeneralRe: Need help with XSLT Pin
Alsvha4-Jun-09 5:24
Alsvha4-Jun-09 5:24 
QuestionSchema for a given XML construct Pin
ATM_Guy1-Jun-09 8:28
ATM_Guy1-Jun-09 8:28 
Questionxsl - transform an included file in the xml Pin
Agoston Bejo1-Jun-09 5:50
Agoston Bejo1-Jun-09 5:50 

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.