I have xml:\[code\]<?xml version="1.0" encoding="utf-8" ?><books> <book> <author>Ray</author> <album>Other</album> <cover size="large">LargeCover</cover> <cover size="mini">MiniCover</cover> </book></books>\[/code\]How to get string "MiniCover"?I wrote the code, but it does not work