Author: crossley
Date: Thu Mar 16 20:24:14 2006
New Revision: 386528
URL: http://svn.apache.org/viewcvs?rev=386528&view=rev
Log:
Add note about SVG 1.1 DTD.
Modified:
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/svg.xml
Modified:
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/svg.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/svg.xml?rev=386528&r1=386527&r2=386528&view=diff
==============================================================================
---
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/svg.xml
(original)
+++
forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/svg.xml
Thu Mar 16 20:24:14 2006
@@ -31,5 +31,12 @@
look for a pre-prepared PNG file, and if not found then it will
generate the PNG from the SVG.
</p>
+ <p>
+ Be careful. We only provide a local copy of the SVG 1.0 DTD
+ so if you use SVG 1.1 then there will be network trips
+ for the DTDs.
+ <a
href="http://forrest.apache.org/docs/dev/validation.html#catalog">Configure</a>
+ your local catalog entity resolver for your local DTD copies.
+ </p>
</body>
</document>