AW: How to display a text which contains '&' ?

2002-08-18 Thread K . Falb
Hi,   Try it with ''' instead of '&'.   Ciao   Karl M. Falb BF Technologies Vienna/Austria -Ursprüngliche Nachricht-Von: Amerin Szulr [mailto:[EMAIL PROTECTED]]Gesendet: Montag, 19. August 2002 05:04An: [EMAIL PROTECTED]Betreff: How to display a text which contains '&' ?

Re: How to display a text which contains '&' ?

2002-08-18 Thread Jamal Mohamed A Abdul Sathar
write DTD and get value form xml metadata >From: Amerin Szulr <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: How to display a text which contains '&' ? >Date: Sun, 18 Aug 2002 20:03:52 -0700 (PDT) > > >Hi > >I want the wording ' E&O.E ' to be printed on every

Re: How to display a text which contains '&' ?

2002-08-18 Thread stoneson
maybe this will be help :         E&O.E     20:03:00 ÄúÔÚÀ´ÐÅÖÐдµÀ£º   Hi I want  the wording  ' E&O.E ' to be printed on every page.  

How to display a text which contains '&' ?

2002-08-18 Thread Amerin Szulr
Hi I want  the wording  ' E&O.E ' to be printed on every page.         E&O.E   By using the above code , i can able to print text without '&' . If i use '&' its searchig for an entity and i'm getting the following error. D:\FOP\fop-0

URIs and URI resolvers for configuration files, fonts, and images

2002-08-18 Thread mark_sim-smith
Hi, I'm trying to get FOP to pull the configuration files, images, and fonts from the classpath instead of from fully qualified filenames or URLs. To do this through Xalan I have used relative paths and an implementation of the javax.xml.transform.URIResolver interface, where I can resolve relat

Line breaks around dashes

2002-08-18 Thread Jessica Perry Hekman
Is there any way to ask FOP to allow line breaks before and after particular characters -- in my case, mdashes? Apologies if this should actually be specified in the FO; I've been trying to find a place in the FO spec which says how to specify legal breaking characters, and I've failed so far. It

cvs commit: xml-fop/src/org/apache/fop/layoutmgr BlockLayoutManager.java BreakPoss.java FlowLayoutManager.java LMiter.java LayoutContext.java LineBPLayoutManager.java PageLayoutManager.java TextBPLayoutManager.java

2002-08-18 Thread keiron
keiron 2002/08/18 06:47:13 Modified:src/org/apache/fop/fo/flow Block.java src/org/apache/fop/layoutmgr BlockLayoutManager.java BreakPoss.java FlowLayoutManager.java LMiter.java LayoutContext.java LineBPLayoutManager.java