Small comment what the JSP in the doc directory does
git-svn-id: https://svn.libreccm.org/ccm/trunk@2901 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
f1790d1b5c
commit
7f2e2ebb96
|
|
@ -1,4 +1,14 @@
|
||||||
<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"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue