On Thu, 18 Jul 2002, Tim Ringwood wrote:

> <c:import url="generic.xsl" var="xslt"/>
> <c:import url="getXML.jsp" var="xml"/>
> <x:transform  xml=${xml} xslt="${xslt}"/>
> 
> Where getXML.jsp is a page that has a single line:
> <tim:myXMLtag />

What do you actually see if you print out the value of "${xml}"; it might
just be that there's a problem in the getXML.jsp page.

-- 
Shawn Bayern
"JSTL in Action"   http://www.jstlbook.com
(coming in July 2002 from Manning Publications)


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to