Re: [PATCH] update FOP (maintenance branch) to REC syntax

2001-12-07 Thread Christian Geisert

Claus Nielsen wrote:
> 
> Christian,
> 
> When is page-position "last" correct implemented ?

When someone sends a patch ;-)

Seriously, I don't know anything about the current status of 
page-position "last". Maybe Arved can comment on it ?

> Claus

Christian

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




Re: [PATCH] update FOP (maintenance branch) to REC syntax

2001-12-07 Thread Claus Nielsen



Christian,

When is page-position "last" correct implemented ?

Claus




   
   
Christian Geisert  
   
  cc:
   
Subject: [PATCH] update FOP 
(maintenance branch) to REC syntax
05-12-2001 16:38   
   
Please respond to  
   
fop-dev
   
   
   
   
   




Hi,

I finally managed to update FOP to REC syntax..

According to the documented changes at:

http://www.w3.org/TR/2001/REC-xsl-20011015/sliceF.html#changes
http://www.w3.org/TR/2001/PR-xsl-20010828/sliceF.html#changes

the biggest thing was the renaming of the "master-name" property to
"master-reference" on fo:page-sequence, fo:single-page-master-reference,
fo:repeatable-page-master-reference and
fo:conditional-page-master-reference.

I've also updated all files in docs/examples, run the tests - and it looks
good :-)

Next I will have a look a the test directory


Christian
Index: docs/examples/advanced/cid-fonts.fo
===
RCS file: /home/cvspublic/xml-fop/docs/examples/advanced/cid-fonts.fo,v
retrieving revision 1.2
diff -u -u -r1.2 cid-fonts.fo
--- docs/examples/advanced/cid-fonts.fo  2001/05/18 09:55:46  1.2
+++ docs/examples/advanced/cid-fonts.fo  2001/12/05 14:11:04
@@ -70,7 +70,7 @@
  


- 
+ 

   

Index: docs/examples/advanced/giro.fo
===
RCS file: /home/cvspublic/xml-fop/docs/examples/advanced/giro.fo,v
retrieving revision 1.1
diff -u -u -r1.1 giro.fo
--- docs/examples/advanced/giro.fo 2001/03/04 18:00:38  1.1
+++ docs/examples/advanced/giro.fo 2001/12/05 14:11:18
@@ -10,13 +10,13 @@
   
   
  
-
-
-
+
+
+
  
   

-   
+   
   
  
 
@@ -1241,4 +1241,4 @@
  SVG logo and bar code
   

-
\ No newline at end of file
+
Index: docs/examples/fo/border.fo
===
RCS file: /home/cvspublic/xml-fop/docs/examples/fo/border.fo,v
retrieving revision 1.8
diff -u -u -r1.8 border.fo
--- docs/examples/fo/border.fo 2001/10/14 21:03:14  1.8
+++ docs/examples/fo/border.fo 2001/12/05 14:11:20
@@ -13,16 +13,16 @@

  
   
-   
-   

-   
+   
   
  
 
-
+
 
 
 
Index: docs/examples/fo/bordershorthand.fo
===
RCS file: /home/cvspublic/xml-fop/docs/examples/fo/bordershorthand.fo,v
retrieving revision 1.1
diff -u -u -r1.1 bordershorthand.fo
--- docs/examples/fo/bordershorthand.fo  2001/03/04 21:47:40  1.1
+++ docs/examples/fo/bordershorthand.fo  2001/12/05 14:11:21
@@ -48,12 +48,12 @@

 
 
- 
- 
  
- 
+ 
 
 

@@ -61,7 +61,7 @@
   

   
-  
+  

 
 
Index: docs/examples/fo/character.fo
===
RCS file: /home/cvspublic/xml-fop/docs/examples/fo/character.fo,v
retrieving revision 1.1
diff -u -u -r1.1 character.fo
--- docs/examples/fo/character.fo  2000/12/15 21:44:08  1.1
+++ docs/examples/fo/character.fo  2001/12/05 14:11:21
@@ -39,7 +39,7 @@
the attribute value of master-name refers to the page layout
which is to be used to layout the text contained in this
page-sequence-->
-  
+  

   
- 
+ 
 
 

@@ -61,7 +61,7 @@
   

   
-  
+  

 
 
Index: docs/examples/fo/extensive.fo
===
RCS file: /home/cvspublic/xml-fop/docs/examples/fo/extensive.fo,v
retrieving revision 1.15
diff -u -u -r1.15 extensive.fo
--- docs/examples/fo/extensive.fo  2001/06/19 10:47:13  1.15
+++ docs/examples/fo/extensive.fo  2001/12/05 14:11:25
@@ -4,7 +4,7 @@
 
 
 
-
+
 
 A Block
 An End Aligned Block
Index: docs/examples/fo/fonts.fo
==

RE: [PATCH] update FOP (maintenance branch) to REC syntax

2001-12-06 Thread Tore Engvig


Thanks!
I added the patch to cvs.


Tore


> Hi,
>
> I finally managed to update FOP to REC syntax..
>
> According to the documented changes at:
>
> http://www.w3.org/TR/2001/REC-xsl-20011015/sliceF.html#changes
> http://www.w3.org/TR/2001/PR-xsl-20010828/sliceF.html#changes
>
> the biggest thing was the renaming of the "master-name" property to
> "master-reference" on fo:page-sequence, fo:single-page-master-reference,
> fo:repeatable-page-master-reference and
> fo:conditional-page-master-reference.
>
> I've also updated all files in docs/examples, run the tests - and it looks
> good :-)
>
> Next I will have a look a the test directory
>
>
> Christian


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




Re: [PATCH] update FOP (maintenance branch) to REC syntax

2001-12-05 Thread Christian Geisert

"John H. Wyman" wrote:
> 
> Christian,
> Do you think you could put the fixes you sent me, so the inline works
> across a block ?

Yes, I definitely want do it (as time permits..)

> John

Christian

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




RE: [PATCH] update FOP (maintenance branch) to REC syntax

2001-12-05 Thread John H. Wyman

Christian,
Do you think you could put the fixes you sent me, so the inline works
across a block ?
John

XXENDSXX
John H. Wyman
5160 Darry Lane
Dublin, OH 43016
(614)-889-0698
mailto:[EMAIL PROTECTED]
Wyman Genealogy Site 
Francis Wyman Assoc email List
http://groups.yahoo.com/group/FrancisWymanAssoc
Wyman Family Genealogy Forum 
The Wyman Surname Message Board

 


-Original Message-
From: Christian Geisert [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, December 05, 2001 10:39 AM
To: [EMAIL PROTECTED]
Subject: [PATCH] update FOP (maintenance branch) to REC syntax 


Hi,

I finally managed to update FOP to REC syntax..

According to the documented changes at:

http://www.w3.org/TR/2001/REC-xsl-20011015/sliceF.html#changes
http://www.w3.org/TR/2001/PR-xsl-20010828/sliceF.html#changes

the biggest thing was the renaming of the "master-name" property to
"master-reference" on fo:page-sequence, fo:single-page-master-reference,
fo:repeatable-page-master-reference and
fo:conditional-page-master-reference.

I've also updated all files in docs/examples, run the tests - and it
looks good :-)

Next I will have a look a the test directory


Christian


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