Click here to Skip to main content
15,916,683 members
Home / Discussions / C#
   

C#

 
GeneralRe: Pound sign in XML Pin
Reiss7-Nov-11 4:37
professionalReiss7-Nov-11 4:37 
GeneralRe: Pound sign in XML Pin
RugbyLeague7-Nov-11 4:42
RugbyLeague7-Nov-11 4:42 
GeneralRe: Pound sign in XML Pin
Reiss7-Nov-11 4:47
professionalReiss7-Nov-11 4:47 
GeneralRe: Pound sign in XML Pin
RugbyLeague7-Nov-11 4:48
RugbyLeague7-Nov-11 4:48 
GeneralRe: Pound sign in XML Pin
RugbyLeague7-Nov-11 4:58
RugbyLeague7-Nov-11 4:58 
GeneralRe: Pound sign in XML Pin
BobJanova7-Nov-11 5:22
BobJanova7-Nov-11 5:22 
GeneralRe: Pound sign in XML Pin
RugbyLeague7-Nov-11 6:03
RugbyLeague7-Nov-11 6:03 
AnswerRe: Pound sign in XML Pin
BobJanova7-Nov-11 4:42
BobJanova7-Nov-11 4:42 
It's high-bit so you need to encode it, but the XDocument should do that for you (and Reiss's answer would seem to indicate that that is already the case). The named entity is £ but that only applies in HTML, in XML you would have to use £ or set the declared document encoding to ISO-8859-1 (if there are no 2-bit characters) or UTF-8 (encoding the high bit characters appropriately) in the XML header.
AnswerRe: Pound sign in XML Pin
Ennis Ray Lynch, Jr.7-Nov-11 6:58
Ennis Ray Lynch, Jr.7-Nov-11 6:58 
QuestionError please help Pin
Arunkumar.Koloth6-Nov-11 22:08
Arunkumar.Koloth6-Nov-11 22:08 
AnswerRe: Error please help Pin
Bernhard Hiller6-Nov-11 22:34
Bernhard Hiller6-Nov-11 22:34 
GeneralRe: Error please help Pin
Arunkumar.Koloth6-Nov-11 23:25
Arunkumar.Koloth6-Nov-11 23:25 
GeneralRe: Error please help Pin
Richard MacCutchan7-Nov-11 4:03
mveRichard MacCutchan7-Nov-11 4:03 
QuestionShamos Pin
msafary6-Nov-11 21:54
msafary6-Nov-11 21:54 
AnswerRe: Shamos PinPopular
Richard MacCutchan6-Nov-11 22:46
mveRichard MacCutchan6-Nov-11 22:46 
Question"economics" of casting to an interface in a parameter declaration of a method ? Pin
BillWoodruff6-Nov-11 20:41
professionalBillWoodruff6-Nov-11 20:41 
AnswerRe: "economics" of casting to an interface in a parameter declaration of a method ? Pin
harold aptroot6-Nov-11 21:37
harold aptroot6-Nov-11 21:37 
AnswerRe: "economics" of casting to an interface in a parameter declaration of a method ? Pin
Luc Pattyn6-Nov-11 22:56
sitebuilderLuc Pattyn6-Nov-11 22:56 
AnswerRe: "economics" of casting to an interface in a parameter declaration of a method ? Pin
PIEBALDconsult7-Nov-11 1:49
mvePIEBALDconsult7-Nov-11 1:49 
AnswerRe: "economics" of casting to an interface in a parameter declaration of a method ? Pin
DaveyM697-Nov-11 11:11
professionalDaveyM697-Nov-11 11:11 
GeneralRe: "economics" of casting to an interface in a parameter declaration of a method ? Pin
BillWoodruff7-Nov-11 19:03
professionalBillWoodruff7-Nov-11 19:03 
GeneralRe: "economics" of casting to an interface in a parameter declaration of a method ? Pin
DaveyM697-Nov-11 21:36
professionalDaveyM697-Nov-11 21:36 
GeneralRe: "economics" of casting to an interface in a parameter declaration of a method ? Pin
Pete O'Hanlon7-Nov-11 23:19
mvePete O'Hanlon7-Nov-11 23:19 
GeneralRe: "economics" of casting to an interface in a parameter declaration of a method ? Pin
DaveyM698-Nov-11 6:45
professionalDaveyM698-Nov-11 6:45 
GeneralRe: "economics" of casting to an interface in a parameter declaration of a method ? Pin
BobJanova8-Nov-11 0:14
BobJanova8-Nov-11 0:14 

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.