chopswil
09-26-2008, 12:06 AM
If I have a XML like so
<Book Title="Othello" Author="William Shakespeare" />
How do I select the value of another attribute if I know the value of the 1st?
i.e. /Book[@Title='Othello'] but I want the value of Author
any ideas?
Thanks
<Book Title="Othello" Author="William Shakespeare" />
How do I select the value of another attribute if I know the value of the 1st?
i.e. /Book[@Title='Othello'] but I want the value of Author
any ideas?
Thanks