diff options
author | William Victor Mote <vmote@apache.org> | 2003-03-19 05:26:07 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-03-19 05:26:07 +0000 |
commit | 590651934fd841186751375befb1ec45bcb4a717 (patch) | |
tree | 6fcdccfe7677e220edc181ef7c73bcc547570e77 /src/documentation/sitemap.xmap | |
parent | 1c6a2bb5108b4f1a466a319d8a60731628dd0d01 (diff) | |
download | xmlgraphics-fop-590651934fd841186751375befb1ec45bcb4a717.tar.gz xmlgraphics-fop-590651934fd841186751375befb1ec45bcb4a717.zip |
Correct compliance2fo pipeline as per Jeff Turner.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196118 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/sitemap.xmap')
-rw-r--r-- | src/documentation/sitemap.xmap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/sitemap.xmap b/src/documentation/sitemap.xmap index a468d5a96..820cb498b 100644 --- a/src/documentation/sitemap.xmap +++ b/src/documentation/sitemap.xmap @@ -773,7 +773,7 @@ <map:match pattern="compliance.pdf"> <map:generate type="file-nolabel" src="content/xdocs/compliance.xml"/> - <map:transform src="resources/stylesheets/compliance2fo.xsl"/> + <map:transform src="resources/stylesheets/compliance2fo.xsl" label="content"/> <map:serialize type="fo2pdf"/> </map:match> |