If I have an XML stream like this: <parent><child/><child/><child/><child/></parent>
I can refer to each child individually using XPath: //parent/child[1] gives me the first child, //parent/child[2] gives me the second child, etc. When I use JSTL <xml> tags, is it possible to get that ID number out? I've got a List of child tags that I want to use in an HTML checkbox input, and I'd like to be able to identify selected items by their ID. Thanks - MOD __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
