Small comment what the JSP in the doc directory does

git-svn-id: https://svn.libreccm.org/ccm/trunk@2901 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-10-06 17:25:46 +00:00
parent f1790d1b5c
commit 7f2e2ebb96
1 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="1.2"> <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="1.2">
<!--
This JSP is used to provide on online, up to date version of the Foundry documentation.
The documentation system of Foundry uses XSL to create the documentation from some static
files in the doc directory (this directory) and the XSL files of Foundry.
For more information please read the section about the documentation system in the
documentation, either by calling this JSP in a browser or by viewing the file
foundry-doc-system.html in the static-texts subdirectory in doc directory of Foundry.
-->
<jsp:directive.page import="javax.xml.transform.TransformerFactory"/> <jsp:directive.page import="javax.xml.transform.TransformerFactory"/>
<jsp:directive.page import="javax.xml.transform.Transformer"/> <jsp:directive.page import="javax.xml.transform.Transformer"/>
<jsp:directive.page import="javax.xml.transform.stream.StreamSource"/> <jsp:directive.page import="javax.xml.transform.stream.StreamSource"/>