Click here to Skip to main content
15,914,642 members
Home / Discussions / C#
   

C#

 
GeneralRe: empty string Pin
ESTAN10-Mar-05 3:25
ESTAN10-Mar-05 3:25 
GeneralRe: empty string Pin
realmontanakid10-Mar-05 3:44
realmontanakid10-Mar-05 3:44 
Generaloutlook express Pin
ppp0019-Mar-05 23:41
ppp0019-Mar-05 23:41 
GeneralRe: outlook express Pin
Michael P Butler10-Mar-05 4:46
Michael P Butler10-Mar-05 4:46 
GeneralRe: outlook express Pin
ppp00110-Mar-05 7:09
ppp00110-Mar-05 7:09 
GeneralRe: outlook express Pin
Guinness4Strength10-Mar-05 4:49
Guinness4Strength10-Mar-05 4:49 
GeneralSkinnable Application in C# Pin
sim_san9-Mar-05 22:15
sim_san9-Mar-05 22:15 
GeneralError in reading xml... Pin
vinu.netguy9-Mar-05 20:50
vinu.netguy9-Mar-05 20:50 
Hi buddies,

I had an xml like "<Pu><Name>Joe&&&&&&&</Name><Age>redroom</Age></Pu>"

when i am tried with the code in c# as,
1.
tmp_Message = "<Pu><Name>Joe&&&&&&&&&&&</Name><Age>redroom</Age></Pu>";
XmlDocument xXD = new XmlDocument();
xXD.LoadXml(tmp_Message);

it is throwing error.

2.
can i get any function to check, if a given string is a proper xml or not in C#

please..... help me ..!!!! in solving this error.

regards,
vinu
GeneralRe: Error in reading xml... Pin
mav.northwind9-Mar-05 21:39
mav.northwind9-Mar-05 21:39 
GeneralRe: Error in reading xml... Pin
vinu.netguy9-Mar-05 22:14
vinu.netguy9-Mar-05 22:14 
GeneralRe: Error reading xml... Pin
vinu.netguy9-Mar-05 22:16
vinu.netguy9-Mar-05 22:16 
GeneralRe: Error reading xml... Pin
mav.northwind9-Mar-05 22:40
mav.northwind9-Mar-05 22:40 
GeneralRe: Error reading xml... Pin
vinu.netguy9-Mar-05 22:44
vinu.netguy9-Mar-05 22:44 
GeneralRe: Error reading xml... Pin
vinu.netguy10-Mar-05 1:29
vinu.netguy10-Mar-05 1:29 
GeneralError in xml... Pin
vinu.netguy9-Mar-05 20:45
vinu.netguy9-Mar-05 20:45 
GeneralDBF Export from SQL with .NET Pin
davethiss9-Mar-05 20:30
davethiss9-Mar-05 20:30 
GeneralRe: DBF Export from SQL with .NET Pin
Guinness4Strength10-Mar-05 4:55
Guinness4Strength10-Mar-05 4:55 
GeneralRe: DBF Export from SQL with .NET Pin
davethiss10-Mar-05 6:22
davethiss10-Mar-05 6:22 
GeneralRe: DBF Export from SQL with .NET Pin
Guinness4Strength10-Mar-05 7:11
Guinness4Strength10-Mar-05 7:11 
GeneralRe: DBF Export from SQL with .NET Pin
Guinness4Strength10-Mar-05 7:29
Guinness4Strength10-Mar-05 7:29 
GeneralRe: DBF Export from SQL with .NET Pin
davethiss10-Mar-05 7:38
davethiss10-Mar-05 7:38 
GeneralRe: DBF Export from SQL with .NET Pin
Guinness4Strength10-Mar-05 7:51
Guinness4Strength10-Mar-05 7:51 
GeneralRe: DBF Export from SQL with .NET Pin
davethiss10-Mar-05 7:54
davethiss10-Mar-05 7:54 
GeneralRe: DBF Export from SQL with .NET Pin
Guinness4Strength10-Mar-05 8:02
Guinness4Strength10-Mar-05 8:02 
Generalchanging the background colour for specific ListBox Item Pin
fors4ken9-Mar-05 20:30
fors4ken9-Mar-05 20:30 

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.