You need to include the i18n transformation. See: http://solprovider.com/lenya/i18nxmap
That caused the issues with only using the default langauge, and the missing copyright (which is blank because it does not have default text.) I thought the devs added i18n to the default pub for 1.2.4. Maybe they forgot to add it to 1.4? > - the content in the <div id="body"> isn't being correctly displayed You are not stripping the namespaces. The tags in the body are all prefaced "xhtml:". It would be nice if the HTML Serializer handled that. You need: <map:transform src="../../xslt/util/strip_namespaces.xsl"/> > - the links in the menus and tabs are incorrect, they all have > /staff/???/, for instance: > http://gris.uninova.pt:8080/lenya/gris/live/staff/asg/index.html > instead of http://gris.uninova.pt:8080/lenya/gris/live/index.html The menus are linking to "about.html" and "staff.html". They need to have an initial slash: "/about.html". This is weird; maybe it is a 1.4 bug? The devs were working on the sitetree implementation. (That is why you should not develop with an unreleased version when you are new. And why I am not upgrading; I already fixed or worked around the bugs in 1.2.2.) To fix, try adding a slash to menu.xsl and tabs.xsl: <a href="/[EMAIL PROTECTED]"> Learn to read HTML source code. It is required to debug websites. solprovider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
