On Tue, 15 Jan 2002, Matt Raible wrote:

> 1.  If I call my JSP Page directly (which is contentType="text/xml"), the
> <html:html xhtml="true" locale="true"> is translated to <html lang="en"
> xml:lang="en">.  But when I call it with the following transform code:
> 
> <c:import url="/pages/index.jsp" var="xml"/>
> <c:import url="/styles/xsl-xhtml.jsp" var="xslt"/>
> <x:transform source="$xml" xslt="$xslt"/>
> 
> It gets rendered as <html xhtml="" locale="">.

Are you sure this isn't a function of the stylesheet?

Shawn


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

Reply via email to