Databases Reference
In-Depth Information
Example A-2 shows the movie review XML.
Example: A-2 Moviereview.xml
<movie id = "123">
<reviews>
<UserReview>
<user name ="Andy">Three is a crowd, yet there are not enough stars
to support this catastrophe.</user>
<user name ="Linda">has half the violence but twice the laughs of the
first film</user>
</UserReview>
<CriticsReview>
<newspaper name="ABC Times">The best mystery thriller of the year.
</newspaper>
<newspaper name="San Francisco Post">a gritty, ultra-dark thriller
</newspaper>
</CriticsReview>
</reviews>
</movie>
<movie id = "234">
<reviews>
<UserReview>
<user name ="Andy">May I start of by saying this is the first "A" I
have ever given.</user>
<user name ="Linda">Three is a crowd, yet there are not enough stars
to support this catastrophe.</user>
</UserReview>
<CriticsReview>
<newspaper name="ABC Times">The best mystery thriller of the year.
</newspaper>
<newspaper name="San Francisco Post">The best mystery thriller of the
year.</newspaper>
</CriticsReview>
</reviews>
</movie>
<movie id = "345">
<reviews>
<UserReview>
<user name ="Andy">I tried so hard to like this movie...I really did.
But no matter which way I look at it, I can't seem to find it in me to give
this movie a good rating.</user>
<user name ="Linda">Three is a crowd, yet there are not enough stars
to support this catastrophe.</user>
</UserReview>
<CriticsReview>
<newspaper name="ABC Times">The best mystery thriller of the
year.</newspaper>
Search WWH ::




Custom Search