Hi,
I am pretty new to C# .net and have two questions:
1 - how do i view the console window for debugging
2- Anyone know a good source for working out how to write dynamic VXML or XML files to query a databse in C#?
Many thanks
Hi does anyone know how to extract a line of text between XML tags eg. how to extract the link (www.somehtmlpage) and make it a string from the following:
<link>www.somehtmlpage</link>?
Thanks
Hi,
I have constructed the following in C#:
string[] lv_RemoveList = new string[2]{"<P>","</P>"};
OR
string[] lv_RemoveList = new string[2]
lv_RemoveList[0] = "<P>";
lv_RemoveList[1] = "</P>";
when I do lv_RemoveList[1] it says it is empty.
Am I doing something wrong?
Hi,
Has anyone used C# to read and parse HTML? If so can anyone tell me you read in an (RSS feed) XML file from a URL and make it available for parsing?
Many thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.