Re: cvs commit: xml-fop/docs/xml-docs xml2pdf.xsl

2002-05-05 Thread dirkx


Sorry for the delay - this got stuck in a moderator queue - and I missed
it as it had the same size, down to the last byte, as a spam message I got
on -all- asf accounts.

Dw

-- 
Dirk-Willem van Gulik

On 5 May 2002 [EMAIL PROTECTED] wrote:

 jeremias02/05/05 05:17:42

   Modified:docs Tag: fop-0_20_2-maintain xml2pdf.xsl
docs/xml-docs Tag: fop-0_20_2-maintain xml2pdf.xsl
   Log:
   Changed master-name to master-reference.

   Revision  ChangesPath
   No   revision


   No   revision


   1.4.4.1   +1 -1  xml-fop/docs/xml2pdf.xsl

   Index: xml2pdf.xsl
   ===
   RCS file: /home/cvs/xml-fop/docs/xml2pdf.xsl,v
   retrieving revision 1.4
   retrieving revision 1.4.4.1
   diff -u -r1.4 -r1.4.4.1
   --- xml2pdf.xsl 16 Dec 2000 22:48:48 -  1.4
   +++ xml2pdf.xsl 5 May 2002 12:17:41 -   1.4.4.1
   @@ -21,7 +21,7 @@
   /fo:simple-page-master
   /fo:layout-master-set

   -   fo:page-sequence master-name=simple
   +   fo:page-sequence master-reference=simple
   fo:static-content flow-name=xsl-region-before
   fo:block text-align=end
   font-size=10pt



   No   revision


   No   revision


   1.9.2.1   +1 -1  xml-fop/docs/xml-docs/xml2pdf.xsl

   Index: xml2pdf.xsl
   ===
   RCS file: /home/cvs/xml-fop/docs/xml-docs/xml2pdf.xsl,v
   retrieving revision 1.9
   retrieving revision 1.9.2.1
   diff -u -r1.9 -r1.9.2.1
   --- xml2pdf.xsl 20 Aug 2001 16:19:58 -  1.9
   +++ xml2pdf.xsl 5 May 2002 12:17:41 -   1.9.2.1
   @@ -37,7 +37,7 @@
   /fo:simple-page-master
   /fo:layout-master-set

   -   fo:page-sequence master-name=simple
   +   fo:page-sequence master-reference=simple
   fo:static-content flow-name=xsl-region-before
   fo:block text-align=end
   font-size=10pt




 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




cvs commit: xml-fop/docs/xml-docs xml2pdf.xsl

2001-08-20 Thread gears

gears   01/08/20 09:19:58

  Modified:docs/xml-docs xml2pdf.xsl
  Log:
  Fixes the id attribute to be ref-id to allow bookmarks to build.
  Leaves a weird xsl error that omits the fo:block in one place though.
  
  Revision  ChangesPath
  1.9   +2 -2  xml-fop/docs/xml-docs/xml2pdf.xsl
  
  Index: xml2pdf.xsl
  ===
  RCS file: /home/cvs/xml-fop/docs/xml-docs/xml2pdf.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- xml2pdf.xsl   2001/02/23 06:00:23 1.8
  +++ xml2pdf.xsl   2001/08/20 16:19:58 1.9
  @@ -118,7 +118,7 @@
   color=white
   text-align=center
   
  - xsl:attribute name=id
  + xsl:attribute name=ref-id
xsl:value-of select=translate(.,' ),-.(','')/
/xsl:attribute
xsl:value-of select=@title/
  @@ -191,7 +191,7 @@
   color=white
   text-align=center
   
  - xsl:attribute name=id
  + xsl:attribute name=ref-id
xsl:value-of select=translate(.,' ),-.(','')/
/xsl:attribute
xsl:value-of select=@title/
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]