Re: text-transform

2001-08-28 Thread Daniel Knapp

 Anyone know how to work with the text-transform in fo:block?

There's good information about FO at
 http://www.ibiblio.org/xml/books/bible2/chapters/ch18.html

It's a chapter from the XML Bible S.E. If it can't help you, ask me again.
:-)

MfG, Daniel

-- 
Daniel Knapp [EMAIL PROTECTED]
int a=1,b,c=2800,d,e,f[2801],g;main(){for(;b-c;)f[b++]=a/5;for(;d=0,
g=c*2;c-=14,printf(%.4d,e+d/a),e=d%a)for(b=c;d+=f[b]*a,f[b]=d%--g,d/=
g--,--b;d*=b);} berechnet Pi auf 800 Stellen genau. :-)


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




Re: text-transform

2001-08-28 Thread ektan


hi,

Thanks Daniel,  I have go though the website that you recommended to me.
But, I found that the text-transform doesn't work in fo:block, so, can you
help me?


Thank you.


best rgds,
ektan








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




Re: text-transform

2001-08-28 Thread Daniel Knapp

 Thanks Daniel,  I have go though the website that you recommended to me.
 But, I found that the text-transform doesn't work in fo:block, so, can you
 help me?


Well, I've used text-transform in fo:inline-tags, 'cause it makes more
sense there (I don't want to make a whole block e.g. uppercase).

AFAIK has FOP limited text-transform-support.
(see http://xml.apache.org/fop/implemented.html - text-transform isn't
listed in '2) Properties').

MfG, Daniel

-- 
Daniel Knapp [EMAIL PROTECTED]
int a=1,b,c=2800,d,e,f[2801],g;main(){for(;b-c;)f[b++]=a/5;for(;d=0,
g=c*2;c-=14,printf(%.4d,e+d/a),e=d%a)for(b=c;d+=f[b]*a,f[b]=d%--g,d/=
g--,--b;d*=b);} berechnet Pi auf 800 Stellen genau. :-)


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




RE: Text-Transform

2001-06-22 Thread John Wyman

Yes, It does work under .12, I hacked the code to put it in as
font-variant for now. I'll try the XSLT translate.
Thanks
John


John H. Wyman
5160 Darry Lane
Dublin, OH 43016
(614)-889-0698
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Wyman Genealogy Site http://www.wyman.org
Francis Wyman Assoc email List
http://groups.yahoo.com/group/FrancisWymanAssoc
Wyman Family Genealogy Forum http://genforum.genealogy.com/wyman/
The Wyman Surname Message Board
http://www.familyhistory.com/messages/messages.asp?category=surnamefor
um=Wyman

  

-Original Message-
From: Christian Geisert [mailto:[EMAIL PROTECTED]] 
Sent: Friday, June 22, 2001 12:53 PM
To: [EMAIL PROTECTED]
Subject: Re: Text-Transform


 John Wyman wrote:
 
 I need to produce all capital output from possibly mixed input text, 
 and the text-transform=uppercase seems to generate a not supported 
 warning, this used to work in .12, am I doing something wrong ?

Are you really sure that it worked with FOP 0.12 ?
It is not supported in current FOP.

I actually have running code for text-transform, it just needs a bit
cleanup and testing (read: I need some time...)

Or you can use XSLT for this:  translate(text,'abcd','ABCD')

 John H. Wyman


Christian

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


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