Has anyone worked on converting the UCC.EAN xml schema or ebXML schema to format object? Alternatively does anyone have an interest in becoming involved in a ...
3044
G. Ken Holman
g_ken_holman
Mar 2, 2003 9:31 pm
(This is a repeated post of my two answers to Eric on the Mulberry list, as I think they might be of interest to members of this list; I encourage any OASIS...
3045
grupsbd <elenbad@....
grupsbd
Mar 3, 2003 4:27 pm
I'm using FOP (of Apache) with XMLSPY but I can't config. How must I congif FOP for using with XMLSpy? Thanks!!...
3046
Oleg Tkachenko
olegtk
Mar 3, 2003 4:38 pm
... No need for config, just set path to fop.bat in Tools/Options/XSL dialog. -- Oleg Tkachenko Multiconn Technologies, Israel...
3047
kennethy1 <kenneth...
kennethy1
Mar 4, 2003 1:25 am
Hello all! I would like to absolutely-position coloured rectangles anywhere over the body region, then write over the top of them with the dynamic (text) flow....
3048
asim nazir
asimnazir123
Mar 4, 2003 2:09 am
hello, i am using fop for converting fo to pdf, now the problem is that the contents of page 2 in a word doc are on page1 as well (converting word doc to fo...
3049
W. Eliot Kimber
drmacro
Mar 4, 2003 3:05 am
... It's not completely clear what effect you're trying to get, but the easiest thing is probably to set the extent of one of the edge regions to be coincident...
3050
kennethy1 <kenneth...
kennethy1
Mar 4, 2003 5:03 am
Thanx heaps Eliot! That's a very creative approach... never thought of it. And thanx for the amount of detail you place in your replies. Cheers, Kenneth ... ...
3051
Kiki AMEDJA
mankiki
Mar 4, 2003 9:30 am
in your first <fo:block>, use the attribute: break-after="page" Best of luck... __________________________________________________ Do you Yahoo!? Yahoo! Tax...
3052
Els van Trigt
evtrigt@...
Mar 4, 2003 10:14 am
In a biography, I have a number of authors. Each of the authors has a picture (left) and a description (right). I thought I had neatly solved this by using a...
3053
astragh <george.si...
astragh
Mar 4, 2003 5:20 pm
Hi all, I have a query regarding xsl-fo's capabilities in getting data from my xml object and creating a table-cell for each employee name that is held within...
3054
B. Tommie Usdin
btusdin@...
Mar 4, 2003 5:24 pm
Reminder: start writing your Extreme papers now! Submissions for Extreme Markup Languages: - due April 3, 2003 - must be full papers (or partial papers...
3055
yah_hal_00 <mpartr...
yah_hal_00
Mar 4, 2003 7:25 pm
I've seen a few posts regarding this issue, but haven't been able to figure out my own case. I'm very new to xslt & xsl:fo, so I may be confused as to how this...
3056
Manik Repaka
maniktech
Mar 4, 2003 7:44 pm
Hello, Can anyone help me deciding which product (FOP or XEP etc) to use for formatting and to produce .pdf and other printer outputs. We want use our code...
3057
Hallman, Chuck (NIH/N...
hallmanchuck
Mar 4, 2003 7:46 pm
I have found FOP (release Version 0.25.rc2) provides most of the functionality that I need and it's free .. ... From: Manik Repaka [mailto:maniktech@...]...
3058
yah_hal_00 <mpartr...
yah_hal_00
Mar 4, 2003 8:27 pm
Figured it out. If anyone is interested, I had to move the page-sequence to the <xsl:template match="invoice"> like so: fixed xsl snippet <!-- took the page...
3059
Jim
carbonejim
Mar 4, 2003 10:35 pm
Have you tried converting your document to HTML. Word 97 and greater can read HTML. You can see how Word implements non-HTML tags for page breaks and such by...
3060
W. Eliot Kimber
drmacro
Mar 4, 2003 11:12 pm
... The best product that will run on Windows and Unix is XEP--it has the most features. Antenna House has announced a Unix version of XSL Formatter, but has...
3061
W. Eliot Kimber
drmacro
Mar 4, 2003 11:13 pm
... A side float should do what you want and should work in XEP 3.2. You should anchor the float to the start of the first block that contains the text of the...
3062
pmdgexinc
Mar 5, 2003 1:26 pm
Hi, I have a document that has footnotes within its footnotes. If I'm reading the XSL:FO spec correctly, this isn't allowed in XSL:FO (an xsl:footnote cannot...
3063
W. Eliot Kimber
drmacro
Mar 5, 2003 2:58 pm
... If you wanted the embedded footnotes to be rendered in the footnote area you would have to emit their fo:footnote in the main flow--you could not emit them...
3064
pmdgexinc
Mar 5, 2003 3:12 pm
Thanks Eliot. I'll give this a try. Peter ... (an ... this ... try ... area ... could not ... of ... using a ... flow ... ...
3065
smurphy999us
Mar 5, 2003 4:02 pm
Hi, We using XSLT to generate FOP on Webshpere 4.0.2. The FOP part looks like it works but the response.getOutputStream().write(content); ...
3066
Tony Graham
Tony.Graham@...
Mar 5, 2003 5:12 pm
The Sun xmlroff XSL Formatter is an open-source XSL formatter written in C. See http://xmlroff.sourceforge.net/ for further details. xmlroff 0.2.2 is now...
3067
Chitra Muthukrishnan
smkchitra
Mar 6, 2003 12:05 pm
Hi All, Is it possible to write single xsl which produces output in both pdf and html. Thanks in advance Chitra DISCLAIMER: Information contained and...
3068
Chris Bowditch
bowditch_chris@...
Mar 6, 2003 5:46 pm
... I think you need to call response.setContentLength prior to calling write and flush. There are a couple of other weird parts. 1)Our write() ... What is the...
3069
Victor Mote
victormote
Mar 6, 2003 7:11 pm
... If you are using XSL-FO to get to PDF, I don't think so. XSL-FO and HTML have very different tags. The beauty of XML with stylesheets is that one code base...
3070
Rob Stote
rbnbrbnb2002
Mar 6, 2003 7:22 pm
Sry dude, there is no real way to do that. the reality is that HTML, requires one "type" of style sheet where as output produced via XSL-FO can be derived from...
3071
Jim White
jim@...
Mar 6, 2003 7:25 pm
... I do that by running an XSL to generate (X)HTML and then run a XHTML-to-FO XSL. The xhtml2fo.xsl that I use is a heavily customized version of the sample...
3072
Ian Tindale
ian_tindale
Mar 6, 2003 7:36 pm
... An analogy of what you're asking would perhaps be to ask: "I have two white doors that need painting, one needs to be green and the other red. Is it...