Irrra wrote:
> 
> I'm pretty sure I'm missing something simple. Below is the code from my xml
> file. It shows up properly when using 'forrest run'. When I'm trying to run
> 'forrest' however, I'm getting an error and I don't know what should I do to
> fix it. The erorr is: 
> 
> validate-xdocs:
> C\Dosuments and Settings\...\index.xml: The content of element type "body" 
> must match
> "(section|p|source|note|warning|fixme|table|ol|ul|figure|anchor)+"
> 
> BUILD FAILED
> ...index.xml fis not a valid xml document.
> 
> 
> Any insight will be very appreciated!
> 
> The code:
> 
> <?xml version="1.0" encoding="UTF-8"?>
> 
> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
> "http://forrest.apache.org/dtd/document-v20.dtd";>
> <document>
>   <header>
>     <title>Contact ViroGen</title>
>   </header>
>   <body>
>     <p class="center"> ../resources/images/about.jpg  </p>
>   </body>
> </document>

I have no idea sorry. It looks legitimate to me.
In fact i added your file to a test site and it
does validate correctly here.

Please try a seed-sample site ...
cd my-new-directory
forrest seed-sample
forrest validate-xdocs

Then add your file as src/documentation/content/xdocs/irrra-test.xml
and try again:
forrest validate-xdocs

-David