Embedded HTML demonstration page Table Of Contents ================= Embedded HTML demonstration page Some example uses of HTML Embedded applets and Javascript HTML forms for user interaction Invalid HTML Potentially Invalid XDocs Other non-standard html-type abilities Embedded HTML demonstration page ================================ An HTML document is used as the source for this page, and translated to the intermediate Apache Forrest xdocs document structure. The sitemap then does the normal aggregation with the navigation content and application of the skin. The html is being interpreted by Forrest and transformed to the intermediate Apache xdocs document structure. That stylesheet cannot deal with every possibility in unstructured html, so it tries to guess how to build
elements and such. It needs

(

etc.) headings in the source html in order to identify sections. Patches are welcome to enhance that transformer. You can still take advantage of Forrest's "site:" method of linking [Link: http://forrest.apache.org/docs/linking.html], for example: [Link: ../index.html] Some example uses of HTML ========================= There are situations when the Apache Forrest xdocs DTD is not sufficient. The use of embedded HTML enables you to use HTML code in these situations. Embedded applets and Javascript ------------------------------- See the Javascript alert pop-up [Link: javascript:alert('Opened with Javascript via the body of the source html.')] HTML forms for user interaction ------------------------------- Search the Forrest website via Google: [Image: Google Search] [Link: http://www.google.com/]   See a demonstration of "html" and "html forms" with our Forrest download mirror [Link: http://forrest.apache.org/mirrors.cgi] facility and the explanation [Link: http://forrest.apache.org/howto/howto-asf-mirror.html] howto document. Invalid HTML ------------ This paragraph has a missing closing tag for the

element. If you look at the XML created by Forrest [Link: embedded_html.xml] you'll notice that Forrest has fixed this. Potentially Invalid XDocs ------------------------- Other non-standard html-type abilities -------------------------------------- Use other HTML delights (???) and tricks.