Re: XML parse and filter expression

2004-03-22 Thread Kris Schneider
Actually, it sounds like you just need a little XPath magic in the x:forEach to limit it to the first three PRs. x:forEach select=$doc/root/child[position()4] ... /x:forEach Quoting Dylan MacDonald [EMAIL PROTECTED]: Hi - I am using the jstl xml tags to list out my company's press

RE: XML parse and filter expression

2004-03-22 Thread Dylan MacDonald
Perfect! Thank you SO much! - Dylan -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 10:36 AM To: Tag Libraries Users List; [EMAIL PROTECTED] Subject: Re: XML parse and filter expression Actually, it sounds like you just need a little

RE: XML parse and filter expression

2004-03-22 Thread Kris Schneider
: XML parse and filter expression Actually, it sounds like you just need a little XPath magic in the x:forEach to limit it to the first three PRs. x:forEach select=$doc/root/child[position()4] ... /x:forEach Quoting Dylan MacDonald [EMAIL PROTECTED]: Hi - I am using the jstl