Author: sjur
Date: Fri Aug 22 02:26:56 2008
New Revision: 688036
URL: http://svn.apache.org/viewvc?rev=688036&view=rev
Log:
Added entity declaration for pdf font configuration file.
Modified:
forrest/trunk/main/webapp/resources/schema/entity/symbols-core-v10.ent
forrest/trunk/main/webapp/resources/schema/entity/symbols-project-v10.ent
Modified: forrest/trunk/main/webapp/resources/schema/entity/symbols-core-v10.ent
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/schema/entity/symbols-core-v10.ent?rev=688036&r1=688035&r2=688036&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/schema/entity/symbols-core-v10.ent
(original)
+++ forrest/trunk/main/webapp/resources/schema/entity/symbols-core-v10.ent Fri
Aug 22 02:26:56 2008
@@ -33,3 +33,8 @@
<!ENTITY serializer-xhtml-encoding "UTF-8">
<!ENTITY serializer-xhtml-doctype-public "-//W3C//DTD XHTML 1.0 Strict//EN">
<!ENTITY serializer-xhtml-doctype-system
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<!-- Default entity for font-config file.
+ The user may specify the absolute path to the pdf config file
+ in the project-specific symbols-project-v10.ent file. -->
+<!ENTITY pdf-config-file "">
Modified:
forrest/trunk/main/webapp/resources/schema/entity/symbols-project-v10.ent
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/schema/entity/symbols-project-v10.ent?rev=688036&r1=688035&r2=688036&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/schema/entity/symbols-project-v10.ent
(original)
+++ forrest/trunk/main/webapp/resources/schema/entity/symbols-project-v10.ent
Fri Aug 22 02:26:56 2008
@@ -21,6 +21,11 @@
"symbols-project-v10.ent">
%symbols-project;
-->
+<!-- Default entity for font-config file.
+ The user may specify the absolute path to the pdf config file
+ in the project-specific symbols-project-v10.ent file. -->
+<!ENTITY pdf-config-file "">
+
<!ENTITY myp "My Project Name">
<!ENTITY myp-s "<strong>My Project Name</strong>">
<!ENTITY myp-t "My Project Name™">