O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Answered by cutlass2003 : Feb 01 2010 09:54 PM
you are getting only a single result because your <template match="/" > is specified to match the top root level node ... of which there is only one. You will need to change the xpath ... full answer >