I have a simple XML document fragment with a euro symbol in it:
[code lang="xml"]
Lorem ipsˆum dolor sit amet,
[/code]
which I want to load into an XML document.
[code lang="cpp"]
System.Xml.XmlDocument doc=new System.Xml.XmlDocument();
doc.LoadXml(xml);
[/code]
I then output the XML of that doc to see that all is well – alas it is not, It has decided to re-enocde my beautiful numeric [...]
Twitter
- This is how I spent my morning - http://www.youtube.com/watch?v=ED3bThPOa_8
- Was up until 2am packing for 2 weeks holiday in Norway. Rucksack very much over my weight allowance :(
- Videos of Kettlebell training in Wexford http://www.youtube.com/user/philroche#g/c/6AB8978CB00B9CEC
My Tunes
- Jamiroquai - Space Cowboy http://open.spotify.com/search/Jamiroquai%20Space%20Cowboy #nowplaying
- Bobby Womack - California Dreamin' http://open.spotify.com/search/Bobby%20Womack%20California%20Dreamin%27 #nowplaying
- Passion Pit - Sleepyhead http://open.spotify.com/search/Passion%20Pit%20Sleepyhead #nowplaying
delicious



