Re: Leader dots not showing up and "Compilation exited abnormally with code 255 at Wed Mar 09 14:20:11"

2005-03-09 Thread Glen Mazza
--- Siegfried Heintze <[EMAIL PROTECTED]> wrote: > Thanks for that last response! I'm now getting PDF > output from 0.20.5! > That's nice. > > > May I solicit you for suggestions on how to diagnose > these problems: > > (1) I don't understand the warning below. I > searched for > table-

Re: FopServlet

2005-03-09 Thread Peter Harrison
On Wed, 2005-03-09 at 10:02 +, Ben Gill wrote: > Hi, > > I am trying to use the FopServlet, but ideally, dont want to have to produce > the XML file on disk, and then load it up again, just to pass in File, File > into XSLTHandler (or TraxInputHandler)... I'm not sure about FopServlet, but ou

Leader dots not showing up and "Compilation exited abnormally with code 255 at Wed Mar 09 14:20:11"

2005-03-09 Thread Siegfried Heintze
Thanks for that last response! I’m now getting PDF output from 0.20.5!   May I solicit you for suggestions on how to diagnose these problems: (1) I don’t understand the warning below. I searched for table-layout=auto and could not find it in my xsl or my file. (2) SIGNITEK does

Re: HTML Tables converted to FO Tables

2005-03-09 Thread Eckbert P . Dollhofer
Am 31.01.2005 um 10:00 Uhr schrieb Chris Bowditch: Chris Greene wrote: Folks, I'm hoping that someone has already solved this problem... --- I have an input XML file that has a tag which contains an HTML as its content. --- If I save the HTML content to a file and open it in a browser, the brow

Re: How to handle special characters?

2005-03-09 Thread J.Pietschmann
Jeremias Maerki wrote: Working around this in XSLT is next to impossible (I think), It is possible even with XSLT 1.0. The XSLT FAQ has examples for various use cases: http://www.dpawson.co.uk/xsl/sect2/replace.html It is, however, tedious, and also likely to be somewhat slow. XSLT 2 provides much

Re: master-reference '' for fo:page-sequence matches no simple-page-master or page-sequence-master

2005-03-09 Thread Glen Mazza
The property on fo:conditional-page-master-reference should be "master-reference", not "master-name" [1]. [1] http://www.w3.org/TR/2001/REC-xsl-20011015/slice6.html#fo_conditional-page-master-reference HTH, Glen --- Siegfried Heintze <[EMAIL PROTECTED]> wrote: > > 15 page-position="f

master-reference '' for fo:page-sequence matches no simple-page-master or page-sequence-master

2005-03-09 Thread Siegfried Heintze
I searched the archives and the FAQ to try to resolve this myself. I was getting this error:   ERROR] file:/c:/Inetpub/wwwroot/SIGNITEK_PRIVATE/Articles/asp.net/lecture/TestXSLTFO.fo:13:55 No simple-page-master matching '' in page-sequence-master 'psmOddEven' I did a search and found h

Re: How to handle special characters?

2005-03-09 Thread patr...@openbase.com
Pascal, That is a great trick, thanks! Patrick On 9 mars 05, at 18:02, Pascal Sancho wrote: Hi, Sometime ago, I've tried this code (this applies font-familly='Symbol' when needed) ΑΒΓΔΕΖ ΗΘΙΚΛΜΝΞ ΟΠΡΣΤΥΦΧ ΨΩαβγδεζ ηθικλμνξ οπρςστυφ χψωϑϒϕϖ

RE: How to handle special characters?

2005-03-09 Thread Pascal Sancho
Hi, Sometime ago, I've tried this code (this applies font-familly='Symbol' when needed) ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρςστυφχψωϑϒϕϖ

Re: How to handle special characters?

2005-03-09 Thread Jeremias Maerki
On 09.03.2005 17:07:21 [EMAIL PROTECTED] wrote: > Ok so I think the only way out it to pre process my xml file to mark > special characters so that I can them easily find them in my xsl > document. Good idea if that's possible. > Could another option be to find a font that contains all > unic

Re: How to handle special characters?

2005-03-09 Thread patr...@openbase.com
Ok so I think the only way out it to pre process my xml file to mark special characters so that I can them easily find them in my xsl document. Could another option be to find a font that contains all unicode characters? How difficult is it to embed a special font that would work both on Mac an

Re: FopServlet

2005-03-09 Thread Jeremias Maerki
If you don't manage, post your sources and I'll give you another shove. :-) On 09.03.2005 16:58:21 Ben Gill wrote: > Yeah the sources you quote are the ones I was using... > > I will give it another try and let you know if I get any problems... Jeremias Maerki ---

Re: How to handle special characters?

2005-03-09 Thread Jeremias Maerki
Oops, sorry. Hmm, you've got a problem there. That's actually something that would (in theory) be handled like this: Some text ★ More text FOP should (again in theory) automatically switch to ZapfDingbats if Helvetica doesn't contain a character. The problem is that FOP doesn't do that, yet. Wor

Re: xml, xsl => html

2005-03-09 Thread Tommy Reynolds
Uttered [EMAIL PROTECTED], spake thus: > Is this enough or do you need the complete file? That's fine, I get the idea. Thanks! pgpqq15UXtpnW.pgp Description: PGP signature

RE: FopServlet

2005-03-09 Thread Ben Gill
Hi Yeah the sources you quote are the ones I was using... I will give it another try and let you know if I get any problems... Cheers -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: 09 March 2005 15:54 To: [EMAIL PROTECTED] Subject: Re: FopServlet Manoj, you m

Re: FopServlet

2005-03-09 Thread Jeremias Maerki
Manoj, you must definitely have missed something. Using the disk for this kills a lot of performance. Chris' suggestion is right. The "embedded" examples page (where Ben obviously got the example from) should point him in the right direction. Unfortunately, the example servlet in the FOP 0.20.5 dis

Re: How to handle special characters?

2005-03-09 Thread patr...@openbase.com
Hi, This is not really what I am trying to achieve. I know that I can handle special characters using the ZapfDingbats font. However what I don't know to do is parse a text content to encapsulate element each time such a special character is found. So tranforming: "Some text â More text" To

Re: How to handle special characters?

2005-03-09 Thread Jeremias Maerki
Lots of examples in the distribution, for example: http://cvs.apache.org/viewcvs.cgi/xml-fop/examples/fo/basic/fonts.fo?rev=1.3&view=markup ...and in the documentation: http://xml.apache.org/fop/fo.html#xml-special-chars On 09.03.2005 10:21:11 [EMAIL PROTECTED] wrote: > Hi, > > I need to displa

Re: How to handle special characters?

2005-03-09 Thread patr...@openbase.com
Hi, MS ARIAL UNICODE does not seem to be part of the base 14 pdf fonts. I really want to use the default fonts so that I don't have to embed special fonts in my pdf documents. Is there a way to do this? Thanks, Patrick On 9 mars 05, at 16:32, [EMAIL PROTECTED] wrote: I think MS ARIAL UNICODE fon

Re: footnotes after the document

2005-03-09 Thread Jeremias Maerki
This sounds more like a few normal XSLT tricks to add few normal blocks after hard page break at the end of the normal content. Footnotes are defined to appear on the same page as the reference (with the possibility to break non-fitting content over to the next page). I think you should not use FO

RE: FopServlet

2005-03-09 Thread Ben Gill
Thanks   That is what I have done as well (except saved them locally to the webapp - as had bad experiences before with Swap space running out when using /tmp!!)...   I read a few other posts around, where people got this MalformedURLException when trying to do this...   But as you say - i

Re: How to handle special characters?

2005-03-09 Thread Manoj_Nair
I think MS ARIAL UNICODE font has tons of fonts which cover a lot of character sets including special ones. Try using that font set.. Manoj -"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: -To: [EMAIL PROTECTED]From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>Date: 03/09/2005 01:21AMSubject: How

Re: FopServlet

2005-03-09 Thread Manoj_Nair
Ben I tried without creating a file on disk but was not successful but then I might have missed something. If disk space is an issue ( like in my case) , I created them in the /tmp directory on Unix where my server was running. The /tmp directory gets cleaned up et end of day and so that solved my

Re: xml, xsl => html

2005-03-09 Thread Louis . Masters
A snippet of a very simple XSL that produces HTML is inlined below: http://www.w3.org/1999/XSL/Transform"; xmlns:fo="http://www.w3.org/1999/XSL/Format";>

Re: xml, xsl => html

2005-03-09 Thread Tommy Reynolds
Uttered "Arun Sinha" <[EMAIL PROTECTED]>, spake thus: > You can achieve it without using fop. > Simply outout the tags html in your xsl. > Link your xsl to xml and call the XML directly in browser. Do you have a short example? I'd love to see it. Cheers pgp2keGb5IGoZ.pgp Description: PGP sign

Re: FopServlet

2005-03-09 Thread Chris Bowditch
Ben Gill wrote: Hi, I am trying to use the FopServlet, but ideally, dont want to have to produce the XML file on disk, and then load it up again, just to pass in File, File into XSLTHandler (or TraxInputHandler)... So, I was trying to just pass in InputSources..(ie): ProjectTeam projectTeam = new P

Re: How to adjust row width for overflowing text ?

2005-03-09 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: I have an issue where the text in a row is so long that it overflows to the next "line" and the top of the characters touch the lower part of the upper "line". The 2 lines therefore appears squished. I have tried everything to set this right but nothing seems to be working.

Re: Simple form?

2005-03-09 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: I want to produce a PDF-version of a simple html form and want to write labels and draw lines with specific length like: Name ___ Address___ Phone ___ (I am using a fo:table) What is the best way to do this? I c

Re: Simple form?

2005-03-09 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: I want to produce a PDF-version of a simple html form and want to write labels and draw lines with specific length like: Name ___ Address___ Phone ___ (I am using a fo:table) What is the best way to do this? I c

FopServlet

2005-03-09 Thread Ben Gill
Hi, I am trying to use the FopServlet, but ideally, dont want to have to produce the XML file on disk, and then load it up again, just to pass in File, File into XSLTHandler (or TraxInputHandler)... So, I was trying to just pass in InputSources..(ie): ProjectTeam projectTeam = new ProjectTeam();

How to handle special characters?

2005-03-09 Thread patr...@openbase.com
Hi, (B (B (BI need to display in a pdf file some text that contains different type (Bof characters: some are ascii type but other are special ones like the (B'star' or 'square' characters. I understand from what I have read that (Bthose special characters are not available in the default Helv

Re: xml, xsl => html

2005-03-09 Thread Ralf Butterweck
Antwort an: [EMAIL PROTECTED] Datum: Wed, 9 Mar 2005 00:44:00 -0800 (PST) Von:Manisha Sathe <[EMAIL PROTECTED]> Betreff:xml, xsl => html An: [EMAIL PROTECTED] > Currently i am using xml / xsl and generating pdf file. Is t

RE: xml, xsl => html

2005-03-09 Thread Arun Sinha
Hi, You can achieve it without using fop. Simply outout the tags html in your xsl. Link your xsl to xml and call the XML directly in browser. Hope it helps. Cheers. Arun From: Manisha Sathe <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: xml, xsl => html Date: Wed, 9

xml, xsl => html

2005-03-09 Thread Manisha Sathe
Currently i am using xml / xsl and generating pdf file. Is there any way to generate html file from xml and xsl ?   Whether this html can have proper printable format ?   regards Manisha Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web

footnotes after the document

2005-03-09 Thread Lars . Hagrot
I want to list all footnotes after the ordinary document pages. Is it possible?The expected result will be a couple of pages with numbered footnotes. Currently I can not se any footnotes at all.  regards/Lars Hagrot - To unsubscrib

Simple form?

2005-03-09 Thread Lars . Hagrot
I want to produce a PDF-version of a simple html form and want to write labels and draw lines with specific length like:  Name   ___Address    ___Phone   ___  (I am using a fo:table) What is the best way to do this? I could not find any example with thois