Hello, this is not a Web Development question, but this is the only XML forum on Daniweb. I need to copy a specific number of nodes in an XSLT transform. For example, I need to copy the first 5 <student> nodes, with all child nodes and attribute nodes, even though the original XML file may contain 100 student nodes. Thanks in advance.
A more general question would be how to copy a specific range of nodes based on their position/index within the original XML file. For example, copy student nodes 50 through 88.