In the following XML, I would like only get the number 2 and 5 items,
how could it be done on XSLT?
<root>
<content>item 1</content>
<content>item 2</content>
<content>item 3</content>
<content>item 4</content>
<content>item 5</content>
<content>item 6</content>
</root>
Try this:
NOTE:
Oded is right but I think this is the best you can get