XHTML namespace
---------------

         Key: FOR-878
         URL: http://issues.apache.org/jira/browse/FOR-878
     Project: Forrest
        Type: Bug

  Components: Plugin: output.htmlArea  
    Versions: 0.7    
    Reporter: Andrea Mattioli
 Attachments: testXHTML_namespace.html

If the namespace xmlns="http://www.w3.org/1999/xhtml"; is present after the tag 
"html" like in this case

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
...

Forrest produces an empty body.
If you remove xmlns="http://www.w3.org/1999/xhtml"; it works.
---------------------------------------------------------
In site.xml

<test label="Test">
          <page label="Namespace Test" href="testXHTML_namespace.html" 
description="Namespace test"/>
  </test>
---------------------------------------------------------

Best regards,
Andrea.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira