I just got a website assignment and it server apparently does not support databases. So I was thinking, in a traditional XML DTD…we have data like this:
<book category="CHILDREN">
<title>Harry Potter</title>
<author>J K. Rowling</author>
<year>2005</year>
<price>29.99</price>
</book>
Using Text Boxes and maybe by linking using XSLT or something else, can I add/insert more data into my existing XML sheet??
Also, can I perform validation such as no duplicate titles??
I’m kind of new to this and some help would be appreciated.
If this is about adding “rows” to your book “record”, then you can do this