How much does this book cost?
concat(/book/price, " (", /book/price/@currency, ")")
concat(ceiling(/book/price), " (", /book/price/@currency, ")")
concat(floor(/book/price), " (", /book/price/@currency, ")")
concat(round(/book/price), " (", /book/price/@currency, ")")
concat(substring-before(/book/price, "."), " dollars and ", substring-after(/book/price,"."), " cents")