example-tutorial/en_US example-tutorial.xml,1.3,1.4

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Thu Apr 27 20:24:53 UTC 2006


Author: jtr

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

Modified Files:
	example-tutorial.xml 
Log Message:
Show an example of using a per-document entity "&LOCAL-ENT;" to help
test the translation process.



Index: example-tutorial.xml
===================================================================
RCS file: /cvs/docs/example-tutorial/en_US/example-tutorial.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- example-tutorial.xml	6 Mar 2006 02:14:10 -0000	1.3
+++ example-tutorial.xml	27 Apr 2006 20:24:51 -0000	1.4
@@ -16,10 +16,6 @@
     <xi:fallback>WHERE IS MY FDP-INFO, DUDE</xi:fallback>
   </xi:include>
 
-  <para>
-    This phrase uses the local entity &LOCAL-ENT;.
-  </para>
-
   <section id="sn-some-section">
     <title>Some Section</title>
     <indexterm>
@@ -39,6 +35,13 @@
       </xi:fallback>
     </xi:include>
     <para>
+      This is how we can use an <filename>doc_entities.xml</filename>
+      file to define document-specific entities that can be referenced
+      from any XML file of the document using a
+      <wordasword>&LOCAL-ENT;</wordasword>: "&LOCAL-ENT;".
+    </para>
+
+    <para>
       Keep text within the <command>title</command> tags on the same
       line as the tags. Nesting the title on a separate line from the
       enclosing tags results in extra spaces in HTML rendering.
@@ -166,6 +169,25 @@
     </procedure>
   </section>
 
+  <section id="sn-images">
+    <title>Using images</title>
+
+    <para>
+      FIXME
+    </para>
+    <mediaobject>
+      <imageobject>
+        <imagedata align="center" fileref="../figs/fedora-logo-sprite.png" format="PNG"/>
+      </imageobject>
+      <textobject>
+        <phrase>FDP Logo</phrase>
+      </textobject>
+    </mediaobject>
+    <para>
+      FIXME
+    </para>
+  </section>
+
   <index id="generated-index"></index>
 </article>
 




More information about the Fedora-docs-commits mailing list