RE: JSTL + XSLT

2002-07-15 Thread mriem
s Users List > Subject: RE: JSTL + XSLT > > > On Fri, 12 Jul 2002, Manfred Riem wrote: > > > I actually am doing that. See var="xsl" and later > xslt="${xsl}"? And > > the error stays the Same. > > Hmm - I think I actually misread your or

RE: JSTL + XSLT

2002-07-12 Thread Shawn Bayern
On Fri, 12 Jul 2002, Manfred Riem wrote: > I actually am doing that. See var="xsl" and later xslt="${xsl}"? And > the error stays the Same. Hmm - I think I actually misread your original code. Sorry about that. I've taken a closer look and tried to correlate your stack trace with version 1.0 o

RE: JSTL + XSLT

2002-07-12 Thread Manfred Riem
To: [EMAIL PROTECTED] > Cc: 'Tag Libraries Users List' > Subject: RE: JSTL + XSLT > > > On Fri, 12 Jul 2002 [EMAIL PROTECTED] wrote: > > > > url="style/default/chapter_content.xsl"/> > > > url="source/${param.id}/index.xml"

RE: JSTL + XSLT

2002-07-12 Thread Shawn Bayern
On Fri, 12 Jul 2002 [EMAIL PROTECTED] wrote: > url="style/default/chapter_content.xsl"/> > > > xsltSystemId="style/default/chapter_content.xsl"/> The problem is just that these variables don't match. exposes a variable called 'xsl', but you're using ${xslt} in . Use ${xsl} instead and you

RE: JSTL + XSLT

2002-07-12 Thread mriem
nt: Friday, July 12, 2002 7:16 AM > To: Manfred Riem > Cc: 'Tag Libraries Users List' > Subject: RE: JSTL + XSLT > > > On Fri, 12 Jul 2002, Manfred Riem wrote: > > > I've tried a couple of times and I don't seem to get it > working with >

RE: JSTL + XSLT

2002-07-12 Thread Shawn Bayern
On Fri, 12 Jul 2002, Manfred Riem wrote: > I've tried a couple of times and I don't seem to get it working with > the x:transform tag. Should it be url="...S..." or > xsltSystemId="S..." ? Oops - sorry! (Jeez, you really get used to copy editors.) Yes, it's 'url' in and 'xsltSystemId' in

RE: JSTL + XSLT

2002-07-12 Thread Manfred Riem
more. Manfred. > -Original Message- > From: Shawn Bayern [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 12, 2002 6:27 AM > To: Tag Libraries Users List > Cc: [EMAIL PROTECTED] > Subject: RE: JSTL + XSLT > > > On Fri, 12 Jul 2002 [EMAIL PROTECTED] wrote: >

RE: JSTL + XSLT

2002-07-12 Thread Shawn Bayern
On Fri, 12 Jul 2002 [EMAIL PROTECTED] wrote: > Thanx for the prompt reply. Anyway, I've got it to work like a charm > with one base stylesheet. However it seems to fail when I use an > xsl:import in the stylesheet. Is this supported? Yes, should work. Depending on where your stylesheet comes f

RE: JSTL + XSLT

2002-07-12 Thread mriem
Hi there, Thanx for the prompt reply. Anyway, I've got it to work like a charm with one base stylesheet. However it seems to fail when I use an xsl:import in the stylesheet. Is this supported? At least Xalan standalone works fine, but now with the x:transform tag it fails. Any ideas? Manfred

RE: JSTL + XSLT

2002-07-09 Thread Lars Haupt-Hansen
Hi. > 1. Load the XML document from a specific URL > 2. Load the XSL document from a specific URL > 3. Add runtime parameters to the transformation > 4. Do the transformation. > In the examples I've seen 1,2 and 4 done, but not 3. > Is it at all possible? Or is this for a future version > of the

Re: JSTL + XSLT

2002-07-09 Thread Shawn Bayern
On Mon, 8 Jul 2002, Manfred Riem wrote: > Hi there, > > I've got a question about the XSLT stuff available in JSTL. > I want to be able to do the following thing. > > 1. Load the XML document from a specific URL > 2. Load the XSL document from a specific URL > 3. Add runtime parameters to the t

Re: JSTL XSLT question

2002-04-30 Thread Shawn Bayern
On Tue, 30 Apr 2002, Brian J. Sletten wrote: > 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