以下のXMLを使用してサンプルコードを解説する。 <?xml version="1.0"?> <library> <book isbn="0111222333"> <title>She sells seashells</title> <author>Emily</author> <publisher>store</publisher> </book> <book isbn="0123456789"> <title>Eight apes ate eight apples</title> <author>John</author> <publisher>shop</publisher> </book> <book isbn="9876543210"> <title>Strike</title> <author>Mike</author> <publisher>shop</publisher>