Posted on 2006-05-24 14:48
Kevin Meng 阅读(621)
评论(0) 编辑 收藏
There are 5 predefined entity references in XML:
| < |
< |
less than |
| > |
> |
greater than |
| & |
& |
ampersand |
| ' |
' |
apostrophe |
| " |
" |
quotation mark |
Note: Only the characters "<" and "&" are strictly illegal in XML. Apostrophes, quotation marks and greater than signs are legal, but it is a good habit to replace them.