Inserting an html document into a project
-----------------------------------------

         Key: FOR-637
         URL: http://issues.apache.org/jira/browse/FOR-637
     Project: Forrest
        Type: Test
  Components: XML grammars & validation  
    Versions: 0.7    
 Environment: Windows XP Professional
    Reporter: William Buker
    Priority: Minor


I have this code below. Right below the code that says Admin Documentation I 
want to insert an html documement that will open on the webpage for users to 
follow, by pushing the 'Admin Documentation' button. The file is called 
Users_doc.html and is found in the same directory where the code below is 
found. 

<?xml version="1.0"?>

<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"http://apache.org/forrest/dtd/document-v20.dtd";>

<document> 

<header> 

<title>Administrative Documentation</title> 

<authors><person name="Jeremy Wilson" email="[EMAIL PROTECTED]"/> 

</authors> 

<notice>Initial documentation</notice> 

</header> 


<section>

<title>Admin Documentation</title>

<p> Push the blue "Admin Documentation" bar above for user information on the 
Adminstration Tab</p>

</section>


<footer> 

<legal>© 2004 ESRG LLC.</legal> 

</footer>

</document>



-- 
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

Reply via email to