press-release fdp-pr.dtd,1.4,1.5 fdp-pr.xsl,1.9,1.10

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Thu Mar 16 20:53:23 UTC 2006


Author: jtr

Update of /cvs/docs/press-release
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12607

Modified Files:
	fdp-pr.dtd fdp-pr.xsl 
Log Message:
Checkpoint


Index: fdp-pr.dtd
===================================================================
RCS file: /cvs/docs/press-release/fdp-pr.dtd,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fdp-pr.dtd	11 Mar 2006 16:46:23 -0000	1.4
+++ fdp-pr.dtd	16 Mar 2006 20:53:15 -0000	1.5
@@ -2,7 +2,7 @@
 <!ATTLIST fdp-pr	embargo		CDATA	"FOR IMMEDIATE RELEASE"	>
 <!ATTLIST fdp-pr	end		CDATA	"# # #"			>
 <!ATTLIST fdp-pr	lang		CDATA	"en"			>
-<!ATTLIST fdp-pr	org		CDATA	"FEDORA FOUNDATION"	>
+<!ATTLIST fdp-pr	org		CDATA	"FEDORA PROJECT"	>
 <!ATTLIST fdp-pr	kind		CDATA	"PRESS RELEASE"		>
 <!ELEMENT source			(#PCDATA)			>
 


Index: fdp-pr.xsl
===================================================================
RCS file: /cvs/docs/press-release/fdp-pr.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fdp-pr.xsl	15 Mar 2006 15:17:17 -0000	1.9
+++ fdp-pr.xsl	16 Mar 2006 20:53:15 -0000	1.10
@@ -4,8 +4,7 @@
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     xmlns:fo="http://www.w3.org/1999/XSL/Format"
     xmlns:date="http://exslt.org/dates-and-times"
-    extension-element-prefixes="date"
->
+    extension-element-prefixes="date">
   <xsl:output encoding="UTF-8" indent="yes" media-type="letter" omit-xml-declaration="no" standalone="no"/>
 
   <xsl:param name="lang">en_US</xsl:param>
@@ -45,11 +44,11 @@
                     <xsl:value-of select="/fdp-pr/@embargo"/>
                   </fo:block>
                 </fo:table-cell>
-                <fo:table-cell text-align="center">
+                <fo:table-cell text-align="right">
                   <fo:block>
-                    <xsl:value-of select="/fdp-pr/@org"/>
-                    <xsl:text> </xsl:text>
-                    <xsl:value-of select="/fdp-pr/@kind"/>
+                      <xsl:value-of select="/fdp-pr/@org"/>
+                      <xsl:text> </xsl:text>
+                      <xsl:value-of select="/fdp-pr/@kind"/>
                   </fo:block>
                 </fo:table-cell>
               </fo:table-row>
@@ -88,8 +87,7 @@
     </xsl:element>
   </xsl:template>
   <xsl:template match="source">
-    <!-- Dummy template until I figure out what this element should do -->
-  </xsl:template>
+    <!-- Dummy template until I figure out what this element should do --></xsl:template>
   <xsl:template match="header">
     <fo:block font-weight="bold" keep-with-next="always" space-after="0.25em" space-before="1.0em">
       <xsl:apply-templates/>




More information about the docs-commits mailing list