G
gauravkg via DotNetMonster.com
Hi i have a problem
I have a product
product_name=taj Mahal product_id=111
i and different users will be putting reviews title and review description.
this is the following xml file i have make
<reviews>
<Product>
<id>
111
</id>
<review_title>It is good book</review_title>
<review_content>I have read the book it is a good book</review_content>
</Product>
<Product>
<id>111</id>
<review_title> good book</review_title>
<review_content> the book it is a good book</review_content>
</Product>
<Product>
<id>112</id>
<review_title> good book</review_title>
<review_content> the book it is a good book</review_content>
</Product>
</reviews>
plz review it if not approperiate just tell me how to do It
I have a product
product_name=taj Mahal product_id=111
i and different users will be putting reviews title and review description.
this is the following xml file i have make
<reviews>
<Product>
<id>
111
</id>
<review_title>It is good book</review_title>
<review_content>I have read the book it is a good book</review_content>
</Product>
<Product>
<id>111</id>
<review_title> good book</review_title>
<review_content> the book it is a good book</review_content>
</Product>
<Product>
<id>112</id>
<review_title> good book</review_title>
<review_content> the book it is a good book</review_content>
</Product>
</reviews>
plz review it if not approperiate just tell me how to do It