프로그래밍/안드로이드
xml 특수문자 치환
프리허그
2011. 8. 9. 15:35
반응형
string.xml 특수문자는 entity number 또는 entity name으로 변환하여 작성한다.
Character | Entity Number | Entity Name | Description |
---|---|---|---|
" | " | " | quotation mark |
' | ' | ' (does not work in IE) | apostrophe |
& | & | & | ampersand |
< | < | < | less-than |
> | > | > | greater-than |
반응형