From 016a452dc5811a6d58d54e3cc52bdec7e48744bb Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Sat, 30 Nov 2002 01:14:52 +0000 Subject: white-space and line-ending fixes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195679 13f79535-47bb-0310-9956-ffa450edef68 --- docs/xml-docs/data/document.svg | 164 +++++++++++++++++++-------------------- docs/xml-docs/data/logo.svg | 2 +- docs/xml-docs/data/title.svg | 72 ++++++++--------- docs/xml-docs/fop.xml | 62 +++++++-------- docs/xml-docs/readme | 4 +- docs/xml-docs/xml2pdf.xsl | 168 ++++++++++++++++++++-------------------- 6 files changed, 236 insertions(+), 236 deletions(-) (limited to 'docs/xml-docs') diff --git a/docs/xml-docs/data/document.svg b/docs/xml-docs/data/document.svg index 29586372f..287e39e01 100644 --- a/docs/xml-docs/data/document.svg +++ b/docs/xml-docs/data/document.svg @@ -1,162 +1,162 @@ + "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd"> - - - - - - - - - - + <filter id="Drop_Shadow" filterUnits="objectBoundingBox" x="-10%" y="-10%" + width="150%" height="150%"> + <feGaussianBlur in="SourceAlpha" stdDeviation="3" result="blurredAlpha"/> + <feOffset in="blurredAlpha" dx="3" dy="3" result="offsetBlurredAlpha"/> + <feFlood result="flooded" style="flood-color:rgb(0,0,0);flood-opacity:0.65"/> + <feComposite in="flooded" operator="in" in2="offsetBlurredAlpha" + result="coloredShadow"/> + <feComposite in="SourceGraphic" in2="coloredShadow" operator="over"/> + </filter> + <rect x="5" y="3" width="171" height="226" rx="0" ry="0" style="filter:url(#Drop_Shadow);stroke-miterlimit:4;stroke-linejoin:miter;stroke-width:1; + stroke-opacity:1;stroke:rgb(0,0,0);fill-opacity:1;fill:rgb(234,228,214);opacity:1; + "/> + <g style="filter:url(#Drop_Shadow)" transform="matrix(0.5 0 0 0.6 6 10)"> + <text><![CDATA[ <?xml version="1.0" encoding="utf-8"?> - + <text y="10"><![CDATA[ <root xmlns="http://www.w3.org/1999/XSL/Format"> - + <text y="20" x="8"><![CDATA[ <layout-master-set> - + <text y="30" x="16"><![CDATA[ <simple-page-master master-name="simple" - + <text y="40" x="61"><![CDATA[ page-height="29.7cm" - + <text y="50" x="61"><![CDATA[ page-width="21cm" - + <text y="60" x="61"><![CDATA[ margin-top="1cm" - + <text y="70" x="61"><![CDATA[ margin-bottom="2cm" - + <text y="80" x="61"><![CDATA[ margin-left="2.5cm" - + <text y="90" x="61"><![CDATA[ margin-right="2.5cm"> - + <text y="100" x="24"><![CDATA[ <region-body margin-top="3cm"/> - + <text y="110" x="24"><![CDATA[ <region-before extent="3cm"/> - + <text y="120" x="24"><![CDATA[ <region-after extent="1.5cm"/> - + <text y="130" x="16"><![CDATA[ </simple-page-master> - + <text y="140" x="8"><![CDATA[ </layout-master-set> - + <text y="150" x="8"><![CDATA[ <page-sequence master-name="simple"> - + <text y="160" x="24"><![CDATA[ <flow flow-name="xsl-region-body"> - + <text y="170" x="32"><![CDATA[ <block font-size="18pt" - + <text y="180" x="70"><![CDATA[ font-family="sans-serif" - + <text y="190" x="70"><![CDATA[ line-height="24pt" - + <text y="200" x="70"><![CDATA[ space-after.optimum="15pt" - + <text y="210" x="70"><![CDATA[ background-color="blue" - + <text y="220" x="70"><![CDATA[ color="white" - + <text y="230" x="70"><![CDATA[ text-align="center" - + <text y="240" x="70"><![CDATA[ padding-top="3pt"> - + <text y="250" x="40"><![CDATA[ Fop - + <text y="260" x="32"><![CDATA[ </block> - + <text y="270" x="32"><![CDATA[ <block font-size="12pt" - + <text y="280" x="70"><![CDATA[ font-family="sans-serif" - + <text y="290" x="70"><![CDATA[ line-height="15pt" - + <text y="300" x="70"><![CDATA[ space-after.optimum="3pt" - + <text y="310" x="70"><![CDATA[ text-align="justify"> - + <text y="320" x="40"><![CDATA[ A simple fo document. - + <text y="330" x="32"><![CDATA[ </block> - + <text y="340" x="24"><![CDATA[ </flow> - + <text y="350" x="8"><![CDATA[ </page-sequence> - + <text y="360"><![CDATA[ </root> - - Render - - - - - - - - - - - - - - - - Fop - A - simple - fo - document. - - - - - + + Render + + + + + + + + + + + + + + + + Fop + A + simple + fo + document. + + + + + diff --git a/docs/xml-docs/data/logo.svg b/docs/xml-docs/data/logo.svg index 66797943a..5ce87202d 100644 --- a/docs/xml-docs/data/logo.svg +++ b/docs/xml-docs/data/logo.svg @@ -1,6 +1,6 @@ + "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd"> diff --git a/docs/xml-docs/data/title.svg b/docs/xml-docs/data/title.svg index 509dd837f..2987e0b2f 100644 --- a/docs/xml-docs/data/title.svg +++ b/docs/xml-docs/data/title.svg @@ -1,43 +1,43 @@ + "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd"> - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - + + + + + diff --git a/docs/xml-docs/fop.xml b/docs/xml-docs/fop.xml index 12974bf7f..fd45e87ee 100644 --- a/docs/xml-docs/fop.xml +++ b/docs/xml-docs/fop.xml @@ -1,34 +1,34 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/xml-docs/readme b/docs/xml-docs/readme index 4fc7a8a94..7a75d73e3 100644 --- a/docs/xml-docs/readme +++ b/docs/xml-docs/readme @@ -1,7 +1,7 @@ Fop documentation (xml version) -The files in these directory contain the Fop documentation as xml files. -The directory xml-docs/fop is a mirror of the files in the cvs repository +The files in these directory contain the Fop documentation as xml files. +The directory xml-docs/fop is a mirror of the files in the cvs repository modul 'xml-site' /sources/fop. These files are used to create the html documentation on xml.apache.org. diff --git a/docs/xml-docs/xml2pdf.xsl b/docs/xml-docs/xml2pdf.xsl index 649af5069..b4298f2b7 100644 --- a/docs/xml-docs/xml2pdf.xsl +++ b/docs/xml-docs/xml2pdf.xsl @@ -1,7 +1,7 @@ - - - - - - - - - - - - - FOP documentation - p. - - - - - - - + + + + + + + + + + + + + + + FOP documentation - p. + + + + + + + - - - + - ) + ) @@ -92,7 +92,7 @@ TBD: - The faq doesn't show in the content - + @@ -101,16 +101,16 @@ TBD: - The faq doesn't show in the content - - - - + + + + - - + - - + - - + - - + - + - - - + - + - - + - + - + - - + - - + - - + @@ -274,7 +274,7 @@ TBD: - The faq doesn't show in the content - + @@ -293,7 +293,7 @@ TBD: - The faq doesn't show in the content - + -- cgit v1.2.3