Re: Still on for freeze deadline?

2002-11-27 Thread Oleg Tkachenko
Rhett Aultman wrote: I have to go away for Thanksgiving to a town that doesn't have any Internet access of any kind (meaning I can't make the uploads). Are such places still exist? :) -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: FOP Servlet, contrib stuff and tutorial

2002-11-27 Thread Oleg Tkachenko
- place the tutorial in examples/tutorial or tutorial (don't know yet) docs/tutorial ? [1] http://marc.theaimsgroup.com/?l=fop-devm=103196215022751w=2 -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe

Re: need help regarding properties implementions

2002-11-27 Thread Oleg Tkachenko
planning to implement some properties. Everybody's invited, it's open source. Which properties are you talking about? -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: User Agent

2002-11-27 Thread Oleg Tkachenko
(AUTO_PAGE_HEIGHT_KEY)) != null) return String.parseInt(val); else return DEFAULT_AUTO_PAGE_HEIGHT; } But actually number of UserAgent properties is pretty well limited and it's not going to extend, so its processing may be even less generic. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

User Agent

2002-11-25 Thread Oleg Tkachenko
Hello! What is the convention behind UserAgent class? afaiu, the class should provide default values for all user-agent-related properties, which are overridable through the configuration file. So, if I want to add auto values for page-height and page-width, how should I do it? -- Oleg

Re: Problems with examples

2002-11-25 Thread Oleg Tkachenko
for not enforcing it strictly. But it probably should issue a warning, at least. I'll submit that on the XEP support list. I agree that formally it's an error, but considering the current status quo I believe we can afford only a warning. -- Oleg Tkachenko eXperanto team Multiconn Technologies

Re: Alt-Design status: XML handling

2002-11-25 Thread Oleg Tkachenko
design decision. It's all or nothing. See the comments about the feasibility of moving from one model to the other. If so, we need more opinions from others. [1] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcomparingxmlreadertosaxreader.asp -- Oleg

image within a block

2002-11-25 Thread Oleg Tkachenko
. Almost the same in antenna and XEP, so looks like it's not buggy behaviour, can somebody explain me shortly why it's ok, I'm too tired tonight. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e

Re: Alt-Design status: XML handling

2002-11-24 Thread Oleg Tkachenko
are right and that btw allows to make external validation optional and still to have reasonable level of validation for free. [1] http://www.jcp.org/en/jsr/detail?id=173 -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: Opinion poll: Additional utility jars

2002-11-24 Thread Oleg Tkachenko
some more jars in out lib directory over time. This obviously means that the classpath will get some longer. IMO both has to be done, especially to service those who don't like a lot of jars in their classpath. Sounds reasonable. +1 -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: Problems with examples

2002-11-24 Thread Oleg Tkachenko
complain on it. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

[Fwd: EXSLFO Project]

2002-11-23 Thread Oleg Tkachenko
Dr., Suite 240 Austin, TX 78752 Phone: 512.656.4139 -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: default page width

2002-11-22 Thread Oleg Tkachenko
, but Antenna - 8,26x11). Opinions? 8.26--that gives you the A4 width and US length, that is, the universal page size that will give acceptable results on either US or A4 paper. So, if nobody complains I'll make it 8,26 x 11 in by default. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: org.apache.fop.viewer.PreviewDialog

2002-11-22 Thread Oleg Tkachenko
, this renderer couldn't be reused. Why? awt viewer succesfully reuse it while reloading fo document, it just cleans renderer by removing all rendered pages. [1] http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14349 -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: default page width

2002-11-22 Thread Oleg Tkachenko
Christian Geisert wrote: So, if nobody complains I'll make it 8,26 x 11 in by default. I'd only change the trunk and leave maintenance branch as it is (nobody has complained yet and it *might* cause problems with existing stlyesheets) Point taken, I agree. -- Oleg Tkachenko eXperanto team

Re: [maintenance branch] FOP servlet doubled

2002-11-22 Thread Oleg Tkachenko
wait Joerg is back. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: org.apache.fop.viewer.PreviewDialog

2002-11-22 Thread Oleg Tkachenko
, cannot reproduce. I open fo document, run fop -awt, scale it upto 200%, change the document completely in the editor, press Reload and get new one rendered. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: fo validation issue

2002-11-21 Thread Oleg Tkachenko
, XMLEvent.RETAIN_W_SPACE); Looks not bad, but what about future extensions? Does it mean we will have to change this code every time new extension element or property is defined? -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: Help! About font problem.

2002-11-21 Thread Oleg Tkachenko
of the body region. Somebody help me please. Without seeing an example I understand nothing from your explanation. Provide a small fo snippet, which illustrates your problem. And post it to fop-user list, please. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: Alt-Design status: XML handling

2002-11-21 Thread Oleg Tkachenko
entities, pi's etc nodes), while we need effective and lightweight structure to hold fo/area tree information. DOM has a lot of synchronization stuff, while our trees are almost read-only actually. Ahh stop, probably you didn't mean w3c DOM? -- Oleg Tkachenko eXperanto team Multiconn Technologies

Re: Style guide (2nd update)

2002-11-21 Thread Oleg Tkachenko
Hello! btw, I have a q about avalon's pattern: while( myListIterator.hasNext() ) { final String myString = (String)myListIterator.next(); } How do you think, is this final specifier only a style oriented or it have some performance benefit also? -- Oleg Tkachenko eXperanto team Multiconn

default page width

2002-11-21 Thread Oleg Tkachenko
). Opinions? [1] http://www.w3.org/TR/xsl/slice7.html#page-width -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [VOTE] Victor as committer

2002-11-20 Thread Oleg Tkachenko
Keiron Liddle wrote: I propose we have a vote for Victor to become a committer. Plenty of eagerness shown already and I am sure he will do lots more for the project. Here's my vote: +1 +1 -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: Sample FO Documents

2002-11-20 Thread Oleg Tkachenko
the best place is ISOGEN site itself (afair you said there is a plan to make them publicly accessible there). Having such samples is extremely important, but as we all understand FOP is just not ready for them yet. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: org.apache.fop.viewer.PreviewDialog

2002-11-20 Thread Oleg Tkachenko
something wrong ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED] -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: org.apache.fop.viewer.PreviewDialog

2002-11-20 Thread Oleg Tkachenko
to be reusable and recreatable. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: org.apache.fop.viewer.PreviewDialog

2002-11-20 Thread Oleg Tkachenko
Oleg Tkachenko wrote: Just curious - why you recreate the dialog? You can use 1 instance and to show/hide it by setVisible(boolean) method. But you maight be right, because PreviewDialog is not designed to be reusable and recreatable. Anyway, look at reload functionality, it solves the same

Re: XML area tree question

2002-11-20 Thread Oleg Tkachenko
? -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: XML area tree question

2002-11-20 Thread Oleg Tkachenko
- don't worry, Eliot will persuade them all to participate :) -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [VOTE] Victor as committer

2002-11-20 Thread Oleg Tkachenko
-- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Extension to write continued label in table headers

2002-11-19 Thread Oleg Tkachenko
and probably would be useful to a number of people. +1, it would be great, how does semantics look like? -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: patch process

2002-11-18 Thread Oleg Tkachenko
at http://cvs.apache.org/snapshots/xml-fop, but afaik these are snapshots of the trunk. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email

Re: patch process

2002-11-18 Thread Oleg Tkachenko
Christian Geisert wrote: http://cvs.apache.org/snapshots/xml-fop/ We should add this to the documentation... http://xml.apache.org/fop/download.html mentions it already. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: Frustration With FOP

2002-11-18 Thread Oleg Tkachenko
xsl for validation) I'm trying to develop such one. So it's a matter of time. + documentation, which is updated already. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Frustration With FOP

2002-11-18 Thread Oleg Tkachenko
as we find spare time to present it on our website. Thank you, Nikolai! I'll consider it, why not, at least XEP and FOP will have the same validation behaviour. But our nonimplemented stuff requires modifications of the xsl. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: Novice: Seeking to control PDF properties using xsl:FO

2002-11-18 Thread Oleg Tkachenko
it off. [1] http://www.dpawson.co.uk/xsl/sect3/bk/index.html [2] http://jakarta.apache.org/site/mail.html -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: AW: Novice: Seeking to control PDF properties using xsl:FO

2002-11-18 Thread Oleg Tkachenko
Müller, Markus wrote: If you want to use PDF-specific extensions, try with renderX - it supports some special features like bookmarking, etc. You right, but bookmarking also supported by FOP, see http://xml.apache.org/fop/extensions.html -- Oleg Tkachenko eXperanto team Multiconn Technologies

Re: Announcement: XSL-FO Reporting Tool

2002-11-14 Thread Oleg Tkachenko
data and then I'll try to create such a page. btw, it's a chance to grasp forrest. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email

Re: footnote

2002-11-14 Thread Oleg Tkachenko
(or vice versa) so it might looks like footnote and page number are on the same line. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email

Re: BASIC-LINK

2002-11-14 Thread Oleg Tkachenko
and attach full fo document illustrating the problem. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: a simple question about line breaks in fo-xml

2002-11-13 Thread Oleg Tkachenko
illustrating a problem. You probably have particular fo document with a wrong hyphenated block, post it please (keep it small though please). -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail

Re: A performance patch for PDFInfo class

2002-11-12 Thread Oleg Tkachenko
is under redesign nowadays and you - probably about maintenance branch, which is actually finished, frozen and therefore ready to optimizations, although the community decided not to scatter resources and concentrate on the trunk. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: PDF streaming through Apache.

2002-11-11 Thread Oleg Tkachenko
. Start from http://java.sun.com/products/servlet. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Problem reading userconfig.xml on UNIX

2002-11-11 Thread Oleg Tkachenko
Müller, Markus wrote: I have trouble using the userconfig.xml on UNIX. FOP generates these messages: ... Please don't crosspost to both lists. See my answer in fop-user list. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: PDF streaming through Apache.

2002-11-10 Thread Oleg Tkachenko
it there as executable java MyFOPWrapper, but getting JVM up for each request would be a performance nightmare. Alternatively you can consider developing multithreaded FOP servlet, but it looks like reinventing the wheel. What's wrong with servlet engine? -- Oleg Tkachenko eXperanto team Multiconn Technologies

Re: plan for 0.20.5 release

2002-11-10 Thread Oleg Tkachenko
fontBaseDir property in userconfig.xml should be provided (btw, baseDir example in userconfig.xml still marked by NOT IMPLEMENTED note while it works for ages). -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: plan for 0.20.5 release

2002-11-09 Thread Oleg Tkachenko
the task. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [VOTE] Oleg for committer

2002-11-08 Thread Oleg Tkachenko
Keiron Liddle wrote: Congratulations Oleg! Thanks! I believe we have the votes. So I'll send a message to see if we can get things moving. Any preferences for user name? olegt, please. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: plan for 0.20.5 release

2002-11-08 Thread Oleg Tkachenko
J.Pietschmann wrote: I'm on vacancy from tomorrow on for a bit more than three weeks, so I can't do this myself. Who will take care of the unanswered questions while I'm offline? Oleg? Sure. Have a nice time on the vacation! -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: cvs commit: xml-fop/src/org/apache/fop/viewer/resources Viewer.propertiesViewer_cs.properties Viewer_de.properties Viewer_fi.properties Viewer_fr.propertiesViewer_it.properties Viewer_ja.properties Viewer_pl.properties Viewer_ru.properties

2002-11-07 Thread Oleg Tkachenko
Viewer_it.properties Viewer_ja.properties Viewer_pl.properties Viewer_ru.properties Log: fixed line endings It's ok now. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail

Re: Another Bugzilla URL

2002-11-07 Thread Oleg Tkachenko
have no idea if it's possible though). -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-07 Thread Oleg Tkachenko
. One more fault in the spec I think. :( -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: feature request queue

2002-11-07 Thread Oleg Tkachenko
queue into Todo page. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-07 Thread Oleg Tkachenko
().getResourceAsStream(/path/to/foo.gif)) -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Mailing List Woes?

2002-11-07 Thread Oleg Tkachenko
] ? -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-06 Thread Oleg Tkachenko
images as it follows general xsl side-effect free policy. It's probably worth to check how other formatters cache images though. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL

awt viewer revisited

2002-11-06 Thread Oleg Tkachenko
Hello there! I have posted my awt viewer patch to the bugzilla patch queue. Please review. I tested the patch (english and russian languages only though) and it looks ok to me. PS.A bit of nitpicking: Images catalog looks bizarre among other packages, should be images. -- Oleg Tkachenko

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-06 Thread Oleg Tkachenko
is now a separate recommendation, xsl-fo is staying in its shadow. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

feature request queue

2002-11-06 Thread Oleg Tkachenko
sticky notes already. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: interface instead of implementation

2002-11-06 Thread Oleg Tkachenko
Bertrand Delacretaz wrote: Maybe a minimal best practices or style guide document for developers would be nice, I don't think there is one already? Some time ago Jeremias has promised us that already :) -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: Showing FO output

2002-11-06 Thread Oleg Tkachenko
in the task list. [1] http://www.biglist.com/lists/xsl-list/archives/199905/msg00504.html -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

Re: awt viewer revisited

2002-11-06 Thread Oleg Tkachenko
Keiron Liddle wrote: I had a few problems with character encoding and line endings so check that it is right. The code looks fine, but all Viewer*.property files seem to be CRCRLF-ed :( I have no idea why. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

auto table layout

2002-11-05 Thread Oleg Tkachenko
auto table layout is implemented. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

forrest is coming?

2002-11-05 Thread Oleg Tkachenko
Hello there! I see forrest at the web site and it looks terrific! Well done, my congratulations. Sorry for predating any official announce :) -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e

Re: Common code in CVS branches

2002-11-05 Thread Oleg Tkachenko
work by any chance avoid or resolve those problems ? Nope, but I hope AWTRenderer is the next on our task list, so we'll see wht acan be done. (For that matter, does your awt viewer handle printing?) Ahem, in the same way 0.20.4 viewer does. -- Oleg Tkachenko eXperanto team Multiconn

Re: Common code in CVS branches

2002-11-03 Thread Oleg Tkachenko
Jeremias Maerki wrote: But please, let's put our efforts together to bring FOP to a version 1.0 as soon as possible. A lot is already there. We can build on that. That's what I wanted to say all the thread, +1. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: handling patches (how about fop 2)

2002-11-02 Thread Oleg Tkachenko
therefore making it a project on its own will lead to a strengthening of its meaning and this way we'll encourage many existing and future contributors to work on it, instead of helping us to get HEAD up. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: handling patches

2002-11-02 Thread Oleg Tkachenko
be* just irrelevant because of new (e.g. redesigned :) implemention. Following this pattern, development of branched code is just ugly mess as it's first of all *maintenance* release. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: justifying text

2002-10-29 Thread Oleg Tkachenko
fo:block tag. Then having many blocks you can align last line area within each one. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email

Re: External Image error

2002-10-24 Thread Oleg Tkachenko
of sun.net.www.http.HttpClient. Are you sure your java installation is ok? What is your java environment? fo:external-graphic src=http://www.cafeconleche.org/cup.gif/ That works fine for me. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: AW: Re: Bug 13699

2002-10-23 Thread Oleg Tkachenko
Peter B. West wrote: I'm sorry Jeremias. It was a joke. See bugger and fop in a nearby dictionary. My one suggests dude as synonym for fop, lets make it project's internal name. :) So long, fop dudes! -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: awt viewer issues

2002-10-23 Thread Oleg Tkachenko
this month. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: page-break-inside

2002-10-22 Thread Oleg Tkachenko
exactly job for keep-together property [1], but make sure your row is able to fit on at least the entire page, otherwise you can run into infinite loop bug. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: Including Fonts in 20.4

2002-10-22 Thread Oleg Tkachenko
and to view it properly the font will need to be installed where it is being viewed. (http://xml.apache.org/fop/fonts.html) -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL

Re: fo validation issue (Latest FO schema)

2002-10-22 Thread Oleg Tkachenko
on the task of extending the schema with schematron asserts. Feel free. I will. Even if people doesn't want to see validation taken outside from java code, I believe it's important to have such kind of service, probably as external module or sax filter. -- Oleg Tkachenko eXperanto team Multiconn

Re: storing metadata

2002-10-22 Thread Oleg Tkachenko
ideas if this feasible and how I could go about it ?? Just take generated pdf and process it as you wish using third-party software (iText is a good one). -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: fo validation issue

2002-10-22 Thread Oleg Tkachenko
to go this way? Other opinions? -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: repository corrupt ?

2002-10-21 Thread Oleg Tkachenko
problem, becouse I'm unable to work with fop at source level. These are generated during fop build process. (Just run biuld.sh or build.bat from command line or use build.xml Ant script with your favorite IDE). -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel

Re: fo validation issue

2002-10-20 Thread Oleg Tkachenko
processes. E.g. in FoRoot.java I like pull parsing model in general, but how do you manage with not such strict content model as fo:root have, e.g. fo:block with (#PCDATA|%inline;|%block;)* ? [1] http://www.ascc.net/xml/resource/schematron/schematron.html#overview -- Oleg Tkachenko eXperanto team

Re: problem with size of characters within fo:inline

2002-10-20 Thread Oleg Tkachenko
) into (fo:inline fo:page-number-citation ref-id=div-1 font-weight=bold/ /fo:inline) and this way adds whitespaces here. So it need to be verified again, it might be a bug. Unfortunately I don't have cvs port open at my job, so I can verify it only at the evening. -- Oleg Tkachenko eXperanto team

fo validation issue

2002-10-19 Thread Oleg Tkachenko
understandable asserts, then compile it into xsl stylesheet (or even into java class using xalan's xsltc) during fop building and use it as optional sax filter at run-rime. Comments? -- Oleg Tkachenko eXperanto team Multiconn International, Israel

Re: problem with size of characters within fo:inline

2002-10-19 Thread Oleg Tkachenko
source and you hard drive is not shared probably :) Post small fo snippet. -- Oleg Tkachenko eXperanto team Multiconn International, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: problem with size of characters within fo:inline

2002-10-19 Thread Oleg Tkachenko
to 0.20.4 release, if it doesn't help - get cvs version or wait for 0.20.5 release, it's fixed there for sure. -- Oleg Tkachenko eXperanto team Multiconn International, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Maintenance release

2002-10-18 Thread Oleg Tkachenko
does not work with WebSphere V3.5 OS/390 one. -- Oleg Tkachenko eXperanto team Multiconn International, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Does anyone working on FOP AWT previe ?

2002-10-18 Thread Oleg Tkachenko
maintenance version, which works fine. -- Oleg Tkachenko eXperanto team Multiconn International, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Root element is required in a well-formed document

2002-10-18 Thread Oleg Tkachenko
are supplying to fop is not well-formed. Check out your xsl stylesheet (if any) or fop embedding code (if any). -- Oleg Tkachenko eXperanto team Multiconn International, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: AW: can I hack a keep-together?

2002-10-16 Thread Oleg Tkachenko
Steiner, Priska wrote: I to, had problems with the keep-together. I tried it with blind tables, but it seemed not to work with Fop 0.20.4. h'm, afaik it works for me, post small snippet of your fo. -- Oleg Tkachenko eXperanto team Multiconn International, Israel

xsl-fo first anniversary

2002-10-15 Thread Oleg Tkachenko
Hello! xsl-fo is 1 year old now, congratulations to editors, implementors, developers and users! -- Oleg Tkachenko eXperanto team Multiconn International, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Infinite Loop

2002-10-14 Thread Oleg Tkachenko
and looping forewer :( Get rid of it if you can or alternatively give more space to the table row. Or just wait, probably Rhett is gonna fix it :) -- Oleg Tkachenko eXperanto team Multiconn International, Israel - To unsubscribe

Re: Tables longer than 1 page

2002-10-14 Thread Oleg Tkachenko
filled with text of 1 cm - the problem is always near 12.5 cm, that means, when the gap is greater than 12.5cm, the next cell doesn't appear under the cell before). Well, a small example is always worth more than words. -- Oleg Tkachenko eXperanto team Multiconn International, Israel

Re: Infinite Loop

2002-10-13 Thread Oleg Tkachenko
Venkata Rao Nadella wrote: I am trying to convert following XML file to PDF format using FOP. But it goes into infinite loop. Can somebody help me in figuring out why this is happening? What your xsl stylesheet looks like? Without seeing it nobody can help you. -- Oleg Tkachenko eXperanto

fop-user mail list automatically added footer

2002-10-10 Thread Oleg Tkachenko
the list by requests. Dunno why but others mail me :) requests to remove them from fop-user list. Could somebody in charge take a care about it? -- Oleg Tkachenko eXperanto team Multiconn International, Israel - To unsubscribe

Re: Fw: Arabic characters and FOP

2002-10-10 Thread Oleg Tkachenko
stuff. So, you right about jdk1.3 - it remains to be seen, another alternatives could be our own TR9 implementation (afaik renderx guys went this way last summer, probably because they have to support jdk1.1 and ms jvm) or some third-party implementation, e.g. ICU4J. -- Oleg Tkachenko eXperanto

Re: FO WYSIWYG-Editor Project launched @ Sourceforge

2002-10-09 Thread Oleg Tkachenko
Mark Malone wrote: where do I sign-up!? People, don't take it wrong, but you know, it's *fop*-dev list actually :) -- Oleg Tkachenko eXperanto team Multiconn International, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: FO WYSIWYG-Editor Project launched @ Sourceforge

2002-10-09 Thread Oleg Tkachenko
patrick andries wrote: where do I sign-up!? People, don't take it wrong, but you know, it's *fop*-dev list actually :) Well, where should they go ? http://sourceforge.net/projects/prettypress I presume. It's now different project with own maillists etc. -- Oleg Tkachenko eXperanto team

Re: Fw: Arabic characters and FOP

2002-10-09 Thread Oleg Tkachenko
hidden in 1.3 and revealed in 1.4 in form of java.text.Bidi class). So I believe there are no obstacles for redesigned fop to implement bidi support. PS.Actually it's even feasible to produce hebrew pdf using fop right now (well, under certain circumstances). -- Oleg Tkachenko eXperanto team

Re: Fw: Arabic characters and FOP

2002-10-09 Thread Oleg Tkachenko
patrick andries wrote: Good, no need to help thus. I didn't say that! Volunteers are desperately needed, they are blood of fop project, so if you are willing - you are welcome. Look at today's New Developer Suggestion thread, for example. -- Oleg Tkachenko eXperanto team Multiconn

Re: Extended Unicode Characters

2002-10-04 Thread Oleg Tkachenko
: fo:blockMy chars are #x00F0; and #x00CD;/fo:block and result (fop-0.20.5cvs) is My chars are ð and Í Your said you got #x00F0; in pdf, that looks like some problem with escaping in xslt, chances are you are using disable-output-escaping, aren't you? -- Oleg Tkachenko eXperanto team Multiconn

awt viewer issues

2002-10-04 Thread Oleg Tkachenko
-reverse in order to get human readable file. I have modified awt viewer to using ResourceBundle this weekend and it looks more robust to me and works fine (I have only verified english and russian locales though). -- Oleg Tkachenko eXperanto team Multiconn International, Israel

Re: Properties of PDF Documents

2002-10-02 Thread Oleg Tkachenko
for info about pdf format at planetpdf.com, for example. -- Oleg Tkachenko Multiconn International, Israel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

<    1   2   3   >