XML parse and filter expression

2004-03-22 Thread Dylan MacDonald
Hi - I am using the jstl xml tags to list out my company's press releases on our web site. The XML file I created lists 50 PRs and the JSP page imports that XML file and then displays each one using the x:forEach tag. The trouble I'm having is that I have another JSP page I need to create that

taglibs-1.1 source

2004-03-22 Thread Zachary Hartley
Hello, Is there a way to get the source for a specific taglibs release, rather than just a nightly source distribution? Thanks. Zach - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

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
Glad it helped, good luck... Quoting Dylan MacDonald [EMAIL PROTECTED]: 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:

Re: taglibs-1.1 source

2004-03-22 Thread Glenn Nielsen
You could check out jakarta-taglibs from CVS then update or co the branch for the version of the taglib you want. Glenn On Mon, Mar 22, 2004 at 01:24:10PM -0500, Zachary Hartley wrote: Hello, Is there a way to get the source for a specific taglibs release, rather than just a nightly source