Hi, This new version fixes a few bugs and has the following new features: - CSS3 namespaces. - The new "wrapper" and "foreign" display types. - The...
Werner Donné
werner.donne@...
Mar 2, 2006 2:04 pm
7122
Hello Everyone, I have a simple xml file. <article> <item> <journalid>....</journaldid> <bk:identity>....</bk:identity> <ab:date>....</ab:date> </item> ...
Hi, You can get a basic Schema or DTD at this URL by file upload or by url. http://www.hitsw.com/xml_utilites/ There are limitations to doing this (only simple...
... A single XSD can only define elements for a single namespace. If you have several namespaces, you have to write two different schemas. There is a list...
Hello all, My New York City customer is looking for XML, XSLT and XSL-FO talent to hire as full-time staff and I offered to post information about their...
I am trying to implement this: If length of heading is less than or equal to 27, keep Heading on current line (for example, "Crimes and Civil Prevention" is...
... You could put an <fo:inline keep-together.within-line="always"> around the initial words that need to fit on the first line. This should be easy to do in...
Hi I want to create a page header for the first page and a different page header for all other remaining pages. How can I do this using XSL-FO. I am using...
Based on the success of last week's XSLT and XSL-FO hands-on training in the Washington DC area, the event is being repeated during the week of June 12, 2006...
Hi, In the page sequence, the even and odd pages are defined and their XSL-FO styles are different. How can I choose/decide the first page (the initial page)...
... I apologize that I do not understand your question. In XSL-FO you indicate the choice of page geometry in a sequence whose alternatives are selected by...
Mybe I was as clear as I would like to be. I am trying again. When you open a book, you have a page on the left side and another page on the right. So, I refer...
... If you specify initial-page-number="auto-even" on the fo:page-sequence element then the page sequence will start on an even (left) page. Note that a...
hi to all ... i m new for this group and want to learn more abt XML FO to use in development tool of XML to PDF convesion. thx regards Ravi ... Jiyo cricket on...
... Welcome! ... There are many web sites you can find using Google. There are books for sale in bookstores from O'Reilly (Pawson), Prentice Hall (myself), and...
I was unable to create font metric file of Arial Unicode MS. Can some1 help. thx! Fop version = 0.91beta Here is the command: ===================== C:\fop>java...
Altsoft is proud to announce the immediate availability of the new version 3.0 of its .NET based Xml2PDF formatting engine. The major new features of the new...
Just a quick announcement that two deliveries of our hands-on tutorials have been scheduled for Copenhagen Denmark the week of May 8-11, 2006: a three-day...
Hello, Im new to this FOP. I desparately need help. Im working on a content managament system, and the data is stored in XML. I'll need to select a part of XML...
Sorry, but I'm new to the group and new to .Net from VB6 and Source Safe. I pull up VB.net and try to open my existing code by highlighting the project and...
Hey Russ, Welcome to the group. This question would be better posted to a group that deals with .Net. Try going to http://groups.google.com and do a search on...
Hey Uma, This really depends on what your FO renderer accepts and what it ouputs. If it accepts a stream and can output a stream, then you can transform your...
Hello, I use XEP, and I have documents consisting of narrative text, and some paragraphs contain terms that must be defined in the side margins or sidebar. I...
... The anchor for the float should occur immediately before the word you want it vertically aligned with--that's the only control you have in FO for vertical...
... Thank you. I have it working now, almost. I believe inheritance is tripping me up. The lines in paragraphs are double-spaced (line-height="200%). In the...
... NOTE: it's easier to see what's happening if you provide the generated FO rather than the generating templates--that way we can see exactly what's...
... Okay, sorry. Below I have pasted in the generated FO. I *think* I am doing exactly what you're telling me, but apparently not because it still isn't...
... When I test your example with XSL Formatter V3 or XEP V4 the line height in the floats is as expected, so it looks like you're seeing a bug in your FO...
... I tried but with no luck, and I'm using XEP V4, so the bug has to be me. I apologize. I've stripped my test files to bare bones, but I must have left...