How do you change the value of an XML Parent in classic asp without changing the child?

Pudele J

New member
for example lets say you have the following
<Book name = "Book 1">
<author> Samuel Adams</author>
<publisher> Book Pub Co</publisher>
</Book>

how would i change the value "book 1" to something else without impacting or deleting the child's value?
 
Back
Top