diff options
author | fotis <fotis@unknown> | 2000-07-15 21:32:13 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-07-15 21:32:13 +0000 |
commit | 2b405157a7fc0a163e5a91ee3a938cb64de8c721 (patch) | |
tree | 90a9891930f8e814ab637a086e281ad47a4a1b38 /docs | |
parent | 0bbe9941e219bde85b730a760027afa57c84d62d (diff) | |
download | xmlgraphics-fop-2b405157a7fc0a163e5a91ee3a938cb64de8c721.tar.gz xmlgraphics-fop-2b405157a7fc0a163e5a91ee3a938cb64de8c721.zip |
corrects svg namespace
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193512 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/examples/fo/extensive.fo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/fo/extensive.fo b/docs/examples/fo/extensive.fo index 40b50e9ce..87507c9ef 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/Graphics/SVG/SVG-19990812.dtd"> +<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/TR/2000/03/WD-SVG-20000303/DTD/svg-20000303-stylable.dtd"> <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"/> |