Hello,
I am a new guy to xml.
I want to develop a application which saves notes.
so I will be implementing <notes> root in xml with attribute "id"
every time I insert a new node, how can I determine the id of the last node used?
and how can I delete some node for a particular id?
I am a new guy to xml.
I want to develop a application which saves notes.
so I will be implementing <notes> root in xml with attribute "id"
every time I insert a new node, how can I determine the id of the last node used?
and how can I delete some node for a particular id?
Comment