Re: Very Basic Help

2002-07-09 Thread Brian J. Sletten
Tim Ringwood [EMAIL PROTECTED] said: Boy I am stuck. Easy to do. The example below appears incomplete. Don't I need a taglib line? And if so what are the tagslibs I am suppose to be using for c: and x:? Yes, you do need them. If you place them in the WEB-INF directory (with the jar

Re: Parameterizing search expressions

2002-05-23 Thread Brian J. Sletten
Does this not work for you, Carole? c:set value=Brian var=parm/ x:forEach select=$doc//text()[contains(.,$parm)] x:out select=./ /x:forEach -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Any better ideas?

2002-05-21 Thread Brian J. Sletten
I asked previously if anyone had any suggestions about dealing with multi-step JSP compilation and didn't get any responses. I came across a concrete example that might generate more discussion. I'm working on a prototype web application that is very dynamic and generates JSPs on the fly from

RE: Any better ideas?

2002-05-21 Thread Brian J. Sletten
Mader, Steve [EMAIL PROTECTED] said: What part of the JSP needs to be dynamic? You ask good questions, Steve. I agree that I can move some of the generative code out of the JSP into beans to achieve the same goals. Nothing that I'm doing requires that I do it this way, but it just seems

Re: Any better ideas?

2002-05-21 Thread Brian J. Sletten
it might be appropriate in a future version of JSTL to allow the XPath variables that make up the XPath evaluative context in JSTL tags to apply also to XSLT transformations conducted through x:transform. At least, it's probably worth exploring. I think that is a fantastic idea. Now that

JSTL XSLT question

2002-04-30 Thread Brian J. Sletten
Does anyone know how to use the document() function with the JSTL XML tags? Is it even possible? If I have two XML files in memory but need them both for a given transform, it would be nice to be able to merge them or somehow reference them both from within the XSL file. For example:

Multi-step JSP issues...

2002-04-10 Thread Brian J. Sletten
Good morning. I am trying to mix Struts w/ XSLT and JSTL and am running into an issue. I've got a work around, but I just wanted to see what other people think. I am using the templates taglib to specify a sidebar, header and contents area. The sidebar and header are JSP files that basically

x:transform syntax

2002-03-14 Thread Brian J. Sletten
Greetings, I'm new to the JSTL and am excited about where it is going but I'm a little confused by the syntax for the x:transform tag. I've seem different syntax specifications in the JSTL spec, the online documentation and the taglib definition. Just for argument's sake I have a page scop