example-tutorial/en example-tutorial.xml,1.4,1.5

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Wed Mar 1 23:40:14 UTC 2006


Author: jtr

Update of /cvs/docs/example-tutorial/en
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6375/en

Modified Files:
	example-tutorial.xml 
Log Message:
Added example usage of per-document translatable entities.



Index: example-tutorial.xml
===================================================================
RCS file: /cvs/docs/example-tutorial/en/example-tutorial.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- example-tutorial.xml	26 Feb 2006 21:44:39 -0000	1.4
+++ example-tutorial.xml	1 Mar 2006 23:40:06 -0000	1.5
@@ -2,9 +2,12 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
 
- <!ENTITY % FEDORA-ENTITIES SYSTEM "../locale-entities.xml">
+ <!ENTITY % FEDORA-ENTITIES SYSTEM "../fdp-entities.ent">
 %FEDORA-ENTITIES;
 
+<!ENTITY % DOCUMENT-ENTITIES SYSTEM "../doc-entities.ent">
+%DOCUMENT-ENTITIES;
+
 <!ENTITY DOCNAME "example-tutorial">
 <!ENTITY DOCVERSION "0.14.1"> <!-- change version here -->
 <!ENTITY DOCDATE "2006-01-21"> <!-- change revision date here -->




More information about the Fedora-docs-commits mailing list