Thanks, sometimes it just takes a fresh set of eyes! On 6/30/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:
isn't it <properties> instead of <proerties> ?? Bad Cut'n Paste ? Arnaud On 6/30/06, Brice Lambi <[EMAIL PROTECTED]> wrote: > > I have a file downloads.xml in my site that looks like this: > > <document> > <proerties> > <title>Downloads</title> > <authors> > <person name="Brice Lambi" email="[EMAIL PROTECTED]"/> > </authors> > </proerties> > <body>... > > The title is not being generated when I build the site. Instead of seeing > "Downloads" in the title bar of the browser like my other pages, I just > see > plain text before my sections that says "Downloads" (not a heading or > anything). I had the problem of no title with maven-1, and I could live > with that. But now I am trying to move this to maven-2 and I am seeing > this > text where it shouldn't be. Any suggestions? Also I am not getting the > external link or new window icon generated next to my links anymore, could > anyone tell me why this is? > >