in the context o what I am doing within an xsp page which has a jpath xmlns declaration : xmlns:jpath="http://apache.org/xsp/jpath/1.0", how would i use the JXTemplateGenerator you mention?
my sitemap pipe is:
<map:match pattern="unprotected">
<map:generate type="serverpages" src="xsp/home-page.xsp"/>
<map:transform type="cinclude"/>
<map:transform type="jpath"/>
<map:transform type="xslt" src="style/home-page.xsl"/>
<map:call resource="serialize"/>
</map:match>
Peter
On 23 Apr 2004, at 13:20, Ugo Cei wrote:
beyaNet Consultancy wrote:
<jpath:value-of select="userGlobal.getUserName()"/>
"userGlobal.getUserName()" does not seem like a valid XPath expression to me. Try "userGlobal/userName". I don't know if it works, since I would never do it that way. Why don't you use the JXTemplateGenerator?
Ugo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
