AW: AW: Non existent tag error...

2001-11-30 Thread Beer, Christian
Hi Darren! That's not completely righ. Your tests check if the attribute named tagname exists, not the tag named tagname. Christian -Ursprüngliche Nachricht- Von: Darren Munt [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 29. November 2001 23:18 An: '[EMAIL PROTECTED]' Betreff: RE:

Re: CVS snapshot does not render

2001-11-30 Thread Philippe Van Der Gucht
I'm reiterating my request. Does anybody have an idea as to what the solution might be? I downloaded the latest (http://cvs.apache.org/snapshots/xml-fop/xml-fop_20011130051622.tar.gz) and it still won't work. Philippe Van Der Gucht wrote: Hello, I'm trying to make the latest cvs snapshot

DO NOT REPLY [Bug 3302] - NoClassDefFoundError - org/apache/fop/apps/fop

2001-11-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3302. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 3302] - NoClassDefFoundError - org/apache/fop/apps/fop

2001-11-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3302. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: CVS snapshot does not render

2001-11-30 Thread Keiron Liddle
As previously stated current cvs does NOT work. It will not work until the code is written to make it work. If you want something that works then stick with the releases (ie. 0.20.2). On 2001.11.30 13:01 Philippe Van Der Gucht wrote: I'm reiterating my request. Does anybody have an idea

Embedding Other Documents into a PDF File

2001-11-30 Thread Paul Paximadis
Hi, Is there any way to embed other documents into a PDF file eg. another pdf file, using fop? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Pre Formatted Text

2001-11-30 Thread Jim Urban
I am using FOP to generate PDFs on the fly from XML. One of my XML elements contains a large (1K - 1M) preformatted (contains LFs) block of text. When I display this field in HTML I use a PRE tag. Is there a FO tag that FOP supports that functions similarly? Thanks, Jim Urban Product Manager

Optional + on integer and number

2001-11-30 Thread Peter B. West
Dear Dandies, Before I send this question to the editors, I'll ask it here in case I'm missing something obvious. How is the optional '+', on integer and number types, expressed in grammar of Section 5.9? Quote from 5.11 Property Datatypes--- integer A signed

Invalid Image URL, No Protocol.

2001-11-30 Thread Torkild Ulvy Resheim
Happens when I do this: xsl:variable name=filenamefile:///./server/html/xsl:value-of select=$current-dsn//xsl:value-of select=picture//xsl:variable fo:external-graphic height=3.375cm width=4.50cm src={$filename}/ I've tried different versions of this but it still gives Invalid Image URL and

Fill pattern problem

2001-11-30 Thread James Richardson
Hi, The following svg file crashes out the PDF renderer I hand wrote the file, so I dont know if is a bug in the XML. Adobe's plugin seems to render it OK. ?xml version=1.0 encoding=iso-8859-1? !DOCTYPE svg PUBLIC -//W3C//DTD SVG 2303 Stylable//EN

Simple extension problem

2001-11-30 Thread joseph . aloysius . gilvary
Greetings all, I'm learning to write extensions and I'm trying to start simple. I think I've followed the directions on the Extensions page (http://xml.apache.org/fop/extensions.html), but something is still missing or incorrect. I'm using JDK build 1.4.0-beta3-b84 with Fop0.20.2 on Windows

Re: Fill pattern problem

2001-11-30 Thread Keiron Liddle
Hi, Have you tried the svg standalone though batik. The exception is being thrown by batik. It looks like a problem where batik causes a class cast exception when an image cannot be found (ie. file:///m:/overlay.txt is wrong). The problem is that batik tries to load a broken image svg from

Re: Added letter-spacing support to Fop

2001-11-30 Thread Keiron Liddle
Hi Raymond, I appreciate your patch. I have had a quick look at it appears that it would do the right thing. One thing is that for the pdf renderer I think there might be a better way to specify the character spacing (Tc operator I think). As far as getting it into the current cvs, the

Re: Fill pattern problem

2001-11-30 Thread James Richardson
Keiron Liddle wrote: Hi, Have you tried the svg standalone though batik. The exception is being thrown by batik. It looks like a problem where batik causes a class cast exception when an image cannot be found (ie. file:///m:/overlay.txt is wrong). My apologies, I didn't explain.

Re: FOP conformance

2001-11-30 Thread Keiron Liddle
On 2001.11.30 15:39 Elliotte Rusty Harold wrote: At 4:48 PM -0400 11/29/01, Arved Sandstrom wrote: This was already a known thing, and Norman Walsh pointed it out also. There is simply no point in fixing this until the FOP rewrite emerges. That's your choice. However, you should realize

Re: Fill pattern problem

2001-11-30 Thread James Richardson
Please excuse my stupidity I had the following in the SVG: g id=overlay opacity=0.07 rect x=0 y=0 width=900 height=470 fill=url(#pattern) stroke=black stroke-width=0 /g Note lack of end tag for the rect Still, the error msg threw me a little. Cheers! James

Re: FOP conformance

2001-11-30 Thread Christian Geisert
Keiron Liddle wrote: On 2001.11.30 15:39 Elliotte Rusty Harold wrote: At 4:48 PM -0400 11/29/01, Arved Sandstrom wrote: This was already a known thing, and Norman Walsh pointed it out also. There is simply no point in fixing this until the FOP rewrite emerges. That's your choice.

Re: FOP conformance

2001-11-30 Thread Carmelo Montanez
Hi All: Actually I was not implying or suggesting that you correct FOP and make it work for just the page-reference property, that will be a minor change on the great scheme of things, however if you have a number of minor things, it eventually adds up to a lot of things. On my particular

Re: Merging jfor into FOP - what's the plan?

2001-11-30 Thread Bertrand Delacretaz
On Thursday 29 November 2001 12:44, Keiron Liddle wrote: So are things like static areas, markers, page numbers etc. possible with rtf or are these type of things simply not possible. Keiron, as far as I know, RTF does support the following (but jfor currently not for most of these things) -

Jaggies

2001-11-30 Thread James Richardson
When rendering my previous post, Batik seems to be able to render fine in the GUI, but when included in FOP ( either as external graphic, or instream foreign object ), the rendered text has the most ugly jaggies. I think I read in the archive that FOP rasterises the SVG before inserting into

unsubcribe

2001-11-30 Thread Maneshi Tuli
plz can any body tell me , how to unsbsribe from this list I have tried to send a mail to this link [EMAIL PROTECTED] i got the confirmation also but still i am getting mails thanks Maneshi Tuli 212-454-1646 (O) 732 -882-0353(H) -- This e-mail may contain confidential and/or

Re: FOP conformance

2001-11-30 Thread Arved Sandstrom
Hi, Christian That would be much appreciated. As before, I can do the actual release itself once someone has notified me (read the list) that they think the time is right. As regards the topic in general, I support Keiron 100%. The entire point of the rewrite is that during the process things

Re: FOP conformance

2001-11-30 Thread Elliotte Rusty Harold
At 1:19 PM -0400 11/30/01, Arved Sandstrom wrote: As regards the topic in general, I support Keiron 100%. The entire point of the rewrite is that during the process things are in limbo...this was well understood before, or so I thought. It was understood. However, there was an implicit

Re: FOP conformance

2001-11-30 Thread Arved Sandstrom
And between me and Christian I think we will see to it that this change, at least, gets done and is reflected in a maintenance release, which I suggest should appear NLT Dec 15. In other words, I accept your argument (that was never in question). It's a resource thing...Keiron and Karen (and

fo:external-graphic question

2001-11-30 Thread Savino, Matt C
Has anyone figured out a way to use a relative path with the file:... protocol in fo:external-graphic? The path below works on my Unix boxes. The probem is I develop in an NT box and I'm getting tired of changing my stylesheets every time I upload to the staging or porduction servers. This is

RE: FOP conformance

2001-11-30 Thread Scott Sanders
Tell me where to look, and I'll take a crack at it. I ran into this while trying to use FOP, and switched to the simple-page-master to make it work. Thanks Scott Sanders -Original Message- From: Arved Sandstrom [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 10:03 AM To:

Re: AW: AW: Non existent tag error...

2001-11-30 Thread bryan hansen
So I am not totally clear then, does Darrens method check to see if the tag exists then? Anyways, I am still getting the XPath error with his method. Any other suggestions? Thanks, Bryan --- Beer, Christian [EMAIL PROTECTED] wrote: Hi Darren! That's not completely righ. Your tests check

Re: no visual tool for FOP?

2001-11-30 Thread Enrico Schnepel
Like FOP html2fo is still under development. It is stable but not complete. You are welcome to send me a list of html tags you want to be supported - or even better a sample file where they are used. Enrico Am Donnerstag, 22. November 2001 19:43 schrieben Sie: I am interested in most

Re: Pre Formatted Text

2001-11-30 Thread Enrico Schnepel
Hello Jim, try: fo:block white-space-collapse=false YOUR TEXT INCLUDING LF's AND SPACES /fo:block Regards Enrico Am Freitag, 30. November 2001 14:55 schrieben Sie: I am using FOP to generate PDFs on the fly from XML. One of my XML elements contains a large (1K -

Re: fo:external-graphic question

2001-11-30 Thread Christopher R. Maden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 10:28 30-11-2001, Savino, Matt C wrote: But every time I try to use something like this: fo:external-graphic src=file://./config/isappdev/applications/RVWebApp1/WEB-INF/lib/ClinTrialLo goGreenBig.gif / I wouldn't expect that to work; that says