diff options
author | Keiron Liddle <keiron@apache.org> | 2000-09-15 00:09:14 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2000-09-15 00:09:14 +0000 |
commit | dfb67e5658b0558f0a9da69319cf50aecc379a49 (patch) | |
tree | 72373f7e48eef1f8cbae4e7ae8ceea0825ad33c8 /docs/examples | |
parent | 2d26f130813b179d6a832931a13c08b94ca69fff (diff) | |
download | xmlgraphics-fop-dfb67e5658b0558f0a9da69319cf50aecc379a49.tar.gz xmlgraphics-fop-dfb67e5658b0558f0a9da69319cf50aecc379a49.zip |
updated namespace uri to the correct val
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193694 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples')
28 files changed, 28 insertions, 28 deletions
diff --git a/docs/examples/fo/extensive.fo b/docs/examples/fo/extensive.fo index 32d3b80e2..ad8c18363 100644 --- a/docs/examples/fo/extensive.fo +++ b/docs/examples/fo/extensive.fo @@ -1,4 +1,4 @@ -<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"> <fo:layout-master-set> <fo:simple-page-master master-name="one"> <fo:region-body margin-top="50pt" margin-bottom="50pt" margin-left="100pt" margin-right="100pt"/> diff --git a/docs/examples/svg/Document.xsl b/docs/examples/svg/Document.xsl index fd4bb2d1b..98b764483 100644 --- a/docs/examples/svg/Document.xsl +++ b/docs/examples/svg/Document.xsl @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"> <xsl:output method="xml" indent="yes"/> <xsl:template match="Document"> <fo:root> diff --git a/docs/examples/svg/apache-diagrams.xml b/docs/examples/svg/apache-diagrams.xml index 60dd93a7b..19ba03d4d 100644 --- a/docs/examples/svg/apache-diagrams.xml +++ b/docs/examples/svg/apache-diagrams.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE Diagrams SYSTEM "diagrams.dtd"> -<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"> <Diagram entry="apache-foplogo"> <svg:svg width="15cm" height="10cm" viewBox="0 0 1000 300"> <svg:rect x="30pt" y="30pt" width="50pt" height="80pt"/> diff --git a/docs/examples/svg/arch-diagrams.xml b/docs/examples/svg/arch-diagrams.xml index 16340c50b..a6f40c1ac 100644 --- a/docs/examples/svg/arch-diagrams.xml +++ b/docs/examples/svg/arch-diagrams.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE Diagrams SYSTEM "diagrams.dtd"> -<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"> <Diagram entry="overall"> <svg:svg width="400pt" height="200pt"> diff --git a/docs/examples/svg/ex-diagrams.xml b/docs/examples/svg/ex-diagrams.xml index 4e4556fa1..5a5051fac 100644 --- a/docs/examples/svg/ex-diagrams.xml +++ b/docs/examples/svg/ex-diagrams.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE Diagrams SYSTEM "diagrams.dtd"> -<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"> <Diagram entry="examples"> <svg:svg width="400pt" height="150pt"> <svg:desc>Examples for demonstrating SVG elements in FOP</svg:desc> diff --git a/docs/examples/svg/makedoc.sh b/docs/examples/svg/makedoc.sh index 9939d307e..619733d31 100755 --- a/docs/examples/svg/makedoc.sh +++ b/docs/examples/svg/makedoc.sh @@ -13,7 +13,7 @@ if [ "$JAVA_HOME" = "" ] ; then exit 1 fi -LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:../../../lib/ant.jar:../../../lib/xml.jar:../../../lib/w3c.jar:../../../lib:../../../build/fop.jar +LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:../../../lib/ant.jar:../../../lib/w3c.jar:../../../lib:../../../build/fop.jar ANT_HOME=../../../lib echo Building with classpath $CLASSPATH:$LOCALCLASSPATH diff --git a/docs/examples/svg/misc-diagrams.xml b/docs/examples/svg/misc-diagrams.xml index 7ed947c31..1376472f0 100644 --- a/docs/examples/svg/misc-diagrams.xml +++ b/docs/examples/svg/misc-diagrams.xml @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="no"?> <!DOCTYPE Diagrams SYSTEM "diagrams.dtd"> -<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"> <Diagram entry="misc-gradients"> <svg:svg width="600" height="600"> <svg:defs> diff --git a/docs/examples/svg/mozilla-diagrams.xml b/docs/examples/svg/mozilla-diagrams.xml index 52b56bff4..9a359aa7b 100644 --- a/docs/examples/svg/mozilla-diagrams.xml +++ b/docs/examples/svg/mozilla-diagrams.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE Diagrams SYSTEM "diagrams.dtd"> -<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<Diagrams xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg"> <Diagram entry="mozilla-xml"> <svg:svg xml:space="preserve" width="760" height="580" preserveAspectRatio="meet meet" viewBox="0 0 751.859 576.421"> diff --git a/docs/examples/svg/test/arcs.svg b/docs/examples/svg/test/arcs.svg index 4f6a57def..d807d6e22 100644 --- a/docs/examples/svg/test/arcs.svg +++ b/docs/examples/svg/test/arcs.svg @@ -1,5 +1,5 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="600" height="200" viewBox="0 0 600 200" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="600" height="200" viewBox="0 0 600 200" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>Example arcs01 - arc commands in path data</svg:title> <svg:desc>Picture of a pie chart with two pie wedges and a picture of a line with arc blips</svg:desc> diff --git a/docs/examples/svg/test/initialCoords.svg b/docs/examples/svg/test/initialCoords.svg index d377d7a07..39a1d1bd0 100644 --- a/docs/examples/svg/test/initialCoords.svg +++ b/docs/examples/svg/test/initialCoords.svg @@ -1,5 +1,5 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="300px" height="100px" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="300px" height="100px" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>Initial Coords</svg:title> <svg:desc>Example InitialCoords - SVG's initial coordinate system</svg:desc> <svg:g style="fill:none; stroke:black; stroke-width:3"> diff --git a/docs/examples/svg/test/junk.svg b/docs/examples/svg/test/junk.svg index 17ee47001..91bd55249 100644 --- a/docs/examples/svg/test/junk.svg +++ b/docs/examples/svg/test/junk.svg @@ -1,5 +1,5 @@ <svg:svg width="400" height="200" - xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> + xmlns:svg="http://www.w3.org/2000/svg"> <svg:g transform="matrix(1 0.3 0.2 1.3 30 0)" style="stroke: black; stroke-width: 1; fill: none"> <svg:rect x="20" y="20" width="100" height="100"/> <svg:line x1="20" y1="20" x2="120" y2="120"/> diff --git a/docs/examples/svg/test/molecule.svg b/docs/examples/svg/test/molecule.svg index a427d0522..fc375979a 100644 --- a/docs/examples/svg/test/molecule.svg +++ b/docs/examples/svg/test/molecule.svg @@ -1,5 +1,5 @@ <svg:svg width="300pt" height="300" - xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> + xmlns:svg="http://www.w3.org/2000/svg"> <svg:g transform="matrix(1 0 0 1 100 100)"> <svg:line x1="2.5354700cm" y1="0.1193636cm" x2="1.4331060cm" y2="0.5915131cm"/> <svg:line style="fill:#0d0; stroke-width:0.1cm" x1="3.2414132cm" y1="-0.9916716cm" x2="2.5354700cm" y2="0.1193636cm"/> diff --git a/docs/examples/svg/test/nested.svg b/docs/examples/svg/test/nested.svg index b2cf57b4f..61182d2e6 100644 --- a/docs/examples/svg/test/nested.svg +++ b/docs/examples/svg/test/nested.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="400px" height="150px" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="400px" height="150px" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>Nested</svg:title> <svg:desc>Example Nested - Nested transformations</svg:desc> diff --git a/docs/examples/svg/test/newCSSUnits.svg b/docs/examples/svg/test/newCSSUnits.svg index 4168f0584..bfb4d074f 100644 --- a/docs/examples/svg/test/newCSSUnits.svg +++ b/docs/examples/svg/test/newCSSUnits.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="300px" height="300px" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="300px" height="300px" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>Redefining CSS Units</svg:title> <svg:desc>Transformation with establishment of a new viewport </svg:desc> diff --git a/docs/examples/svg/test/newCoordSys.svg b/docs/examples/svg/test/newCoordSys.svg index 2779d3a87..dd8e82f60 100644 --- a/docs/examples/svg/test/newCoordSys.svg +++ b/docs/examples/svg/test/newCoordSys.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="400px" height="150px" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="400px" height="150px" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>NewCoordSys</svg:title> <svg:desc>Example NewCoordSys - New user coordinate system</svg:desc> diff --git a/docs/examples/svg/test/newViewport.svg b/docs/examples/svg/test/newViewport.svg index 0f6c92686..f53b5e105 100644 --- a/docs/examples/svg/test/newViewport.svg +++ b/docs/examples/svg/test/newViewport.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="4in" height="3in" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="4in" height="3in" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>New Viewport</svg:title> <svg:desc>This SVG drawing embeds another one, thus establishing a new viewport diff --git a/docs/examples/svg/test/origCoordSys.svg b/docs/examples/svg/test/origCoordSys.svg index 44c4410ec..1881b2840 100644 --- a/docs/examples/svg/test/origCoordSys.svg +++ b/docs/examples/svg/test/origCoordSys.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="400px" height="150px" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="400px" height="150px" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>OrigCoordSys</svg:title> <svg:desc>Example OrigCoordSys - Simple transformations: original picture</svg:desc> <svg:g style="fill:none; stroke:black; stroke-width:3"> diff --git a/docs/examples/svg/test/preserveAspectRatio.svg b/docs/examples/svg/test/preserveAspectRatio.svg index b79503037..c0b38e4dc 100644 --- a/docs/examples/svg/test/preserveAspectRatio.svg +++ b/docs/examples/svg/test/preserveAspectRatio.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="480px" height="270px" style="font-family:Verdana; font-size:8" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="480px" height="270px" style="font-family:Verdana; font-size:8" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>PreserveAspectRatio</svg:title> <svg:desc>Example PreserveAspectRatio - demonstrate available options</svg:desc> diff --git a/docs/examples/svg/test/rotateScale.svg b/docs/examples/svg/test/rotateScale.svg index 65bc46945..fe1b98548 100644 --- a/docs/examples/svg/test/rotateScale.svg +++ b/docs/examples/svg/test/rotateScale.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="400px" height="120px" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="400px" height="120px" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>RotateScale</svg:title> <svg:desc>Example RotateScale - Rotate and scale transforms</svg:desc> diff --git a/docs/examples/svg/test/shapes.svg b/docs/examples/svg/test/shapes.svg index c6d64e9a5..fa6ffb9c8 100644 --- a/docs/examples/svg/test/shapes.svg +++ b/docs/examples/svg/test/shapes.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="600" height="600" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="600" height="600" xmlns:svg="http://www.w3.org/2000/svg"> <svg:defs> <svg:marker id="Triangle" diff --git a/docs/examples/svg/test/skew.svg b/docs/examples/svg/test/skew.svg index 0b6cd1c80..639265cea 100644 --- a/docs/examples/svg/test/skew.svg +++ b/docs/examples/svg/test/skew.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="400px" height="120px" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="400px" height="120px" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>Skew</svg:title> <svg:desc>Example Skew - Show effects of skewX and skewY</svg:desc> <svg:g style="fill:none; stroke:black; stroke-width:3"> diff --git a/docs/examples/svg/test/transformTest.svg b/docs/examples/svg/test/transformTest.svg index d3c94ac07..ec1b3834b 100644 --- a/docs/examples/svg/test/transformTest.svg +++ b/docs/examples/svg/test/transformTest.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="200" height="200" viewBox="-100, -100, 200, 200" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="200" height="200" viewBox="-100, -100, 200, 200" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>Nested verses Transform list test</svg:title> <svg:desc>This is to test that the transformations are being applied in the correct order. Both squares should be first filled and diff --git a/docs/examples/svg/test/units.svg b/docs/examples/svg/test/units.svg index bf00b6cac..bb85ce172 100644 --- a/docs/examples/svg/test/units.svg +++ b/docs/examples/svg/test/units.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="4in" height="3in" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="4in" height="3in" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>Units</svg:title> <svg:desc>Demonstration of coordinate transforms </svg:desc> diff --git a/docs/examples/svg/test/use01.svg b/docs/examples/svg/test/use01.svg index 015bdc6b3..0394ea8a8 100644 --- a/docs/examples/svg/test/use01.svg +++ b/docs/examples/svg/test/use01.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>Use01</svg:title> <svg:desc>Example Use01 - Simple case of 'use' on a 'rect'</svg:desc> <svg:defs> diff --git a/docs/examples/svg/test/use02.svg b/docs/examples/svg/test/use02.svg index e774c9dee..7041e7af0 100644 --- a/docs/examples/svg/test/use02.svg +++ b/docs/examples/svg/test/use02.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>Use02</svg:title> <svg:desc>Example Use02 - 'use' on a 'symbol'</svg:desc> <svg:defs> diff --git a/docs/examples/svg/test/use03.svg b/docs/examples/svg/test/use03.svg index 3a83468bc..9caed2858 100644 --- a/docs/examples/svg/test/use03.svg +++ b/docs/examples/svg/test/use03.svg @@ -1,6 +1,6 @@ <?xml version="1.0" standalone="yes"?> -<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> +<svg:svg width="10cm" height="3cm" xmlns:svg="http://www.w3.org/2000/svg"> <svg:desc>Example Use03 - 'use' with a 'transform' attribute</svg:desc> <svg:defs> <svg:rect id="MyRect" x="0" y="0" width="6cm" height="1cm"/> diff --git a/docs/examples/svg/test/viewBox1.svg b/docs/examples/svg/test/viewBox1.svg index 4e0631f82..6ee5ddd5e 100644 --- a/docs/examples/svg/test/viewBox1.svg +++ b/docs/examples/svg/test/viewBox1.svg @@ -1,7 +1,7 @@ <?xml version="1.0" standalone="yes"?> <svg:svg width="300px" height="200px" - viewBox="0 0 1500 1000" preserveAspectRatio="none" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> + viewBox="0 0 1500 1000" preserveAspectRatio="none" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>ViewBox1</svg:title> <svg:desc>Example ViewBox1 - uses the viewBox attribute to automatically create an initial user coordinate diff --git a/docs/examples/svg/test/viewBox2.svg b/docs/examples/svg/test/viewBox2.svg index 6c3bdb567..29d833da6 100644 --- a/docs/examples/svg/test/viewBox2.svg +++ b/docs/examples/svg/test/viewBox2.svg @@ -1,7 +1,7 @@ <?xml version="1.0" standalone="yes"?> <svg:svg width="150px" height="200px" - viewBox="0 0 1500 1000" preserveAspectRatio="none" xmlns:svg="http://www.w3.org/TR/2000/CR-SVG-20000802/DTD/svg-20000802.dtd"> + viewBox="0 0 1500 1000" preserveAspectRatio="none" xmlns:svg="http://www.w3.org/2000/svg"> <svg:title>ViewBox2</svg:title> <svg:desc>Example ViewBox2 - uses the viewBox attribute to automatically create an initial user coordinate |