|
|
|
|
Certain characters may not be used in XML content, because they are used in the XML syntax. So, in order to specify these characters in XML content, you must use the corresponding Entity Reference:
You can enter a quote or an apostrophe within a quoted attribute value in the following ways: <book title="Finnegan's Wake" /><book title='Finnegan's Wake' /><quote content='He said "Gadzooks!"' /><quote content="He said "Gadzooks!"" /> Internal processing of an XML document is performed using Unicode. Numbered Character References (NCRs) may be used to select particular characters, using the following syntax: &#n; where You may also use the syntax: &#xn; where NCRs are not allowed in XML names. For example: <?xml version = "1.0" encoding = "utf-8"?> <czech> Jako efektivnĕjší se nám jeví pořádání tzv. Road Show prostřednictvím našich autorizovanǽch dealerů v Čechách a na Moravě, které proběhnou v průbůhu zá ří a října. </czech> To see how your browser renders this, click here. |
| The page was last updated February 19, 2008 |