crossley 2004/02/09 17:51:59
Modified: src/documentation/xdocs/userdocs/generators
file-generator.xml
Log:
Remind them to be careful not to mix the File and Html Generators.
Revision Changes Path
1.4 +7 -1
cocoon-2.1/src/documentation/xdocs/userdocs/generators/file-generator.xml
Index: file-generator.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/generators/file-generator.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- file-generator.xml 12 Oct 2003 13:04:48 -0000 1.3
+++ file-generator.xml 10 Feb 2004 01:51:59 -0000 1.4
@@ -30,8 +30,14 @@
]]>
</source>
<p>
- You can use an absolute filesystem pathname. See the explanation of
+ You can also use an absolute filesystem pathname. See the explanation of
<link href="../concepts/sitemap.html#file-url">file: URLs</link>
+ </p>
+ <p>
+ Be careful to only request xml or xhtml documents, and not html
documents.
+ You would get surprising results, including network trips for HTML DTDs
+ that are not provided by Cocoon, and xml parsing errors.
+ Use the "HTMLGenerator instead.
</p>
</s1>
</body>