Quick Notes
Quick notes on Russian and English languages about software development and usage.
Thursday, 3 December 2009
XML new line symbol. XML перенос строки.
While using xml 1.0 annotation laguage you might want to have a new line symbol in value of the attribute. To accomplish that task use "
" symbol.
Example:
<sometag label="this is 
 a label value"> </sometag>
Для обозначения новой строки в xml аннотации используется символ "
".
Пример:
<sometag label="this is 
 a label value"> </sometag>
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment