H
howachen
which style you prefer?
a.
<Book>
<Title>...</Title>
<Author>...</Author>
</Book>
or
b.
<book>
<title>...</title>
<author>...</author>
</book>
or
c.
<Book>
<title>...</title>
<author>...</author>
</Book>
in case of multi-words, which one you perfer?
1.
<Person>
<fullName>...</fullName>
</Person>
2.
<Person>
<full_name>...</full_name>
</Person>
a.
<Book>
<Title>...</Title>
<Author>...</Author>
</Book>
or
b.
<book>
<title>...</title>
<author>...</author>
</book>
or
c.
<Book>
<title>...</title>
<author>...</author>
</Book>
in case of multi-words, which one you perfer?
1.
<Person>
<fullName>...</fullName>
</Person>
2.
<Person>
<full_name>...</full_name>
</Person>