From 3256da6e8680223dfff240f4d463f6c40eb10f3f Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Mon, 9 Dec 2002 18:23:13 +0000 Subject: [PATCH] Add FAQ for FO validation, and refer other FAQs to it. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195755 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/faq.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml index c730407ec..ffca87748 100644 --- a/src/documentation/content/xdocs/faq.xml +++ b/src/documentation/content/xdocs/faq.xml @@ -301,8 +301,8 @@ whether you got them right.

- You can use the FOP DTD or FOP Schema to - validate your soure. This will catch most, but still not all problems. + You may find it helpful to use the validation tools to validate your +FO document. This will catch most problems, but should not be relied upon to catch all.

If you use XSLT, problems in your style sheet and in your source XML @@ -1340,6 +1340,13 @@ class rendtest { + + (FO) How do I validate my FO document? + +

RenderX has provided an Unofficial DTD for FO Documents. This document may be helpful in validating general FO issues.

+

FOP also maintains an Unofficial FOP Schema in the FOP CVS Repository. This document can be used either to validate against the FO standard, or against the actual FOP implementation. See the notes near the beginning of the document for instructions on how to use it.

+ + (XML) Complaints about  . How do I get a non-breaking space in FO? -- 2.39.5