Click here to Skip to main content
15,888,984 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: How to convert from html to xml Pin
Curtis Schlak.26-Feb-09 15:59
Curtis Schlak.26-Feb-09 15:59 
GeneralRe: How to convert from html to xml Pin
Tejabhiram26-Feb-09 17:49
Tejabhiram26-Feb-09 17:49 
GeneralRe: How to convert from html to xml Pin
Curtis Schlak.27-Feb-09 1:31
Curtis Schlak.27-Feb-09 1:31 
GeneralRe: How to convert from html to xml Pin
Tejabhiram27-Feb-09 2:05
Tejabhiram27-Feb-09 2:05 
GeneralRe: How to convert from html to xml Pin
Curtis Schlak.27-Feb-09 3:43
Curtis Schlak.27-Feb-09 3:43 
GeneralRe: How to convert from html to xml Pin
Tejabhiram1-Mar-09 17:56
Tejabhiram1-Mar-09 17:56 
QuestionError in Transforming Serialized XML from a WCF DataContract to an HTML..Am i missing anything? (new to xslt) Pin
Sree Raj21-Feb-09 5:29
Sree Raj21-Feb-09 5:29 
QuestionRead XML using XmlTextReader Pin
jammmie99921-Feb-09 3:02
professionaljammmie99921-Feb-09 3:02 
Hi,

I am beginning using XML. I can write to XML ok but I am having problems reading it in C#. What have I done wrong and how can I fix it.


My code

XmlReader Reader = new XmlTextReader(Property.Settings.Default.XML_Location);
while (Reader.Read())
{
if (Reader.Name == "Finished"));
{
listbox1.Items.Add(Reader.Name + " : " + Reader.Value);
}
}

My XML page

<testapp>
<database location="C:\Program Files\Example" filename="test.mdb" full="C:\Program Files\Example\test.mdb" />
<finish finished="True" />
<testapp>

</testapp></testapp>
Thanks
AnswerRe: Read XML using XmlTextReader Pin
led mike25-Feb-09 4:37
led mike25-Feb-09 4:37 
QuestionUsing RSS Feeds For a Different Server Pin
Lior Zat20-Feb-09 8:40
Lior Zat20-Feb-09 8:40 
AnswerRe: Using RSS Feeds For a Different Server Pin
Kristian Sixhøj21-Feb-09 5:23
Kristian Sixhøj21-Feb-09 5:23 
GeneralRe: Using RSS Feeds For a Different Server Pin
Lior Zat21-Feb-09 6:35
Lior Zat21-Feb-09 6:35 
GeneralRe: Using RSS Feeds For a Different Server Pin
Kristian Sixhøj21-Feb-09 6:47
Kristian Sixhøj21-Feb-09 6:47 
QuestionAdd xml declaration statement using xslt. Pin
jagjit_surfer19-Feb-09 22:27
jagjit_surfer19-Feb-09 22:27 
AnswerRe: Add xml declaration statement using xslt. Pin
George L. Jackson20-Feb-09 9:48
George L. Jackson20-Feb-09 9:48 
GeneralRe: Add xml declaration statement using xslt. Pin
jagjit_surfer20-Feb-09 18:12
jagjit_surfer20-Feb-09 18:12 
GeneralRe: Add xml declaration statement using xslt. Pin
Travelthrprog17-Nov-10 9:51
Travelthrprog17-Nov-10 9:51 
QuestionHow to Retrive XMLdata into database Table Pin
chinni119-Feb-09 20:37
chinni119-Feb-09 20:37 
AnswerRe: How to Retrive XMLdata into database Table Pin
jagjit_surfer19-Feb-09 22:31
jagjit_surfer19-Feb-09 22:31 
QuestionHow can i post xml header in my output xml using xslt? Pin
jagjit_surfer18-Feb-09 20:23
jagjit_surfer18-Feb-09 20:23 
AnswerRe: How can i post xml header in my output xml using xslt? Pin
led mike19-Feb-09 4:39
led mike19-Feb-09 4:39 
GeneralRe: How can i post xml header in my output xml using xslt? [modified] Pin
jagjit_surfer19-Feb-09 19:48
jagjit_surfer19-Feb-09 19:48 
GeneralRe: How can i post xml header in my output xml using xslt? [modified] Pin
led mike20-Feb-09 4:39
led mike20-Feb-09 4:39 
Questiondatabase for device application Pin
C#@abhishek17-Feb-09 17:53
C#@abhishek17-Feb-09 17:53 
QuestionXSL GROUPING Pin
ajayget17-Feb-09 1:07
ajayget17-Feb-09 1:07 

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.