RE: Question about full page tables

2004-11-23 Thread Jon Steeves
following-sibling:: is not allowed within "match"s attribute value. Anybody have any ideas what I can do here. Cheers Jon -Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 10:13 AM To: [EMAIL PROTECTED] Subject: RE: Question abo

Question about full page tables

2004-11-22 Thread Jon Steeves
Hello: I've been trying to solve the following problem that has stumped me. 1. I have an .xml file that looks like this: blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah There 210 's. 2. I w

Problem with FOP and Schemas

2004-11-04 Thread Jon Steeves
ks fine 2. All the permissions are correct for accessing both the .dtd and the .xsd file. Does anyone have any idea why this might be happening? Could it have something to do with ID attributes? Thanks Jon Steeves - To unsubsc

RE: Does anyone know of an XSD to DTD converter?

2004-11-03 Thread Jon Steeves
://www.datawarehouse.com/article/?articleid=3139 It seems that XML SPY allows you to go from XSD to DTD. Mike Ferrando Library Technician Music Division Library of Congress Washington, DC 202-707-4454 --- Jon Steeves <[EMAIL PROTECTED]> wrote: > Does anyone know of an XSD to DTD converter? Obviously, i

Does anyone know of an XSD to DTD converter?

2004-11-03 Thread Jon Steeves
Does anyone know of an XSD to DTD converter? Obviously, it doesn't have to capture all of the info in the XSD. Thanks -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 1:42 PM To: [EMAIL PROTECTED] Subject: Re: !newbie generating pdf from

special characters

2003-10-15 Thread Jon Steeves
Hello: I'm trying to print a special character for bullets, but everytime FOP encounters this statement, it halts with the message: "An invalid xml character (unicode: 0xb7) was found in the file." ยท If I change the number to, say, *, all is well. Can a

TOC problem: FOP removing the spaces between words

2003-04-23 Thread Jon Steeves
Hello: For some reason, when FOP handles the following xsl:fo it removes the space between "PISO Interrupt" -- the toc entry becomes one single word. PISO Interrupt It is doing the same with all the other TOC entries. Has anyone else run into this problem? Ch

RE: Help with unicode characters

2003-04-16 Thread Jon Steeves
character? Cheers Jon -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2003 4:14 PM To: [EMAIL PROTECTED] Subject: Re: Help with unicode characters Jon Steeves wrote: > I just processed an xsl:fo with FOP and got this message: > &

RE: Help with unicode characters

2003-04-16 Thread Jon Steeves
--- Jon Steeves <[EMAIL PROTECTED]> wrote: > Hello: > > I just processed an xsl:fo with FOP and got this > message: > > "An invalid xml character ..." > > Try as I might, I can't find a unicode character > that matches that number, n

Help with unicode characters

2003-04-15 Thread Jon Steeves
interpret that message and find a matching unicode character? Thanks Jon Steeves Technical Communications (604) 415-6053 ext. 2139 [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem with handling processing instructions

2003-03-06 Thread Jon Steeves
deletion marks: deleted item But the template is ignored when I run the MSXML xslt parser. Can anyone tell me what I'm doing wrong? or if this is possible?

RE: How do you set the memory size for FOP

2003-02-19 Thread Jon Steeves
bject: RE: How do you set the memory size for FOP 450 pages is pretty good. Just curious did you use multiple page sequences? no large tables? Also do you see how much memory it did use? thanks > -Original Message- > From: Jon Steeves [mailto:[EMAIL PROTECTED] > Sent: Wednesda

RE: How do you set the memory size for FOP

2003-02-19 Thread Jon Steeves
RE: How do you set the memory size for FOP Try -Xms128m The "m" at the end means megabytes, of course. Not sure what it defaults to if you don't specify a unit. Pat -Original Message- From: Jon Steeves [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 19, 2003 5:33

RE: How do you set the memory size for FOP

2003-02-19 Thread Jon Steeves
Roland: Actually, java -Xmx128 -cp etc... was the order of the arguments I originally used -- and it was with this that FOP gave the "out of memory" error even before it started generating pages. Cheers -Original Message- From: Roland Neilands [mailto:[EMAIL PROTECTED] Sent: Wedne

RE: How do you set the memory size for FOP

2003-02-19 Thread Jon Steeves
Roland: I had already tried this command: java -cp -Xmx128 build\fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;li b\avalon-framework-4.0.jar;lib\logkit-1.0.jar;lib\jimi-1.0.jar org.apache.fop.apps.Fop c:\drb\output.fo c:\drb\output.pdf and it caused java to run out of memor

How do you set the memory size for FOP

2003-02-19 Thread Jon Steeves
Hello: FOP bombs at about 150 pages with a "java.lang.outofmemory" error. I gather that the solution is to adjust the size of the java vm using, say, "-Xmx256m". Unfortunately, I know absolutely nothing about using java, so I don't know where to do this. I'm using windows NT

RE: special characters

2003-02-04 Thread Jon Steeves
Followup: The special characters that didn't appear in the previous email are: pi, omega, and sigma. Cheers -Original Message- From: Jon Steeves Sent: Tuesday, February 04, 2003 3:07 PM To: '[EMAIL PROTECTED]' Subject: special characters Hello: I want the

special characters

2003-02-04 Thread Jon Steeves
Hello: I want the PDF we generate to be able to print special characters such as: ? ? ?. Right now these are rendered as: P S O. Do I have to add a font to FOP or is there a simpler method to do this? Cheers Jon Steeves [EMAIL PROTECTED

RE: Table of Contents problem

2003-01-28 Thread Jon Steeves
TECTED] Sent: Friday, January 24, 2003 7:33 AM To: [EMAIL PROTECTED] Subject: Re: Table of Contents problem Jon, Can you merely use for the last item (and put at the last item)? Web Maestro Clay Jon Steeves wrote: > I'm not using multi-column layout or keeps, or lists, and the block

RE: Table of Contents problem

2003-01-24 Thread Jon Steeves
I'm not using multi-column layout or keeps, or lists, and the block IS an immediate child of the flow. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Thursday, January 23, 2003 2:48 PM To: [EMAIL PROTECTED] Subject: Re: Table of Contents problem Jon St

Table of Contents problem

2003-01-23 Thread Jon Steeves
...5 ECCInterrupt.6 ECCAddress..7 BIST Control Register8 BIST Result Register...

RE: question

2003-01-22 Thread Jon Steeves
Why is fo:wrapper more desirable? J. Steeves -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 1:37 PM To: [EMAIL PROTECTED] Subject: Re: question Koes, Derrick wrote: > I don't think I understand the purpose of fo:inline. Can someone

RE: problem with justified headers

2003-01-21 Thread Jon Steeves
iling that a single row borderless table (I know this works): right-aligned text Cheers, Roland > -Original Message- > From: Jon Steeves [mailto:[EMAIL PROTEC

problem with justified headers

2003-01-21 Thread Jon Steeves
ext header info The result of this is that the gif image appears with the header text right beside it, not right justified; can anyone tell me what I'm doing wrong? Jon Steeves [EMAIL PROTECTED] - To unsubscribe, e-ma

RE: Centering a table

2003-01-21 Thread Jon Steeves
Of course, if you were going to be cool, you'd make this a template... :-) Hope this helps! Web Maestro Clay Jon Steeves wrote: > Hello. Here's a

RE: Centering a table

2003-01-20 Thread Jon Steeves
lto:[EMAIL PROTECTED] Sent: Monday, January 20, 2003 2:43 PM To: [EMAIL PROTECTED] Subject: RE: Centering a table Try putting your table within that cell (ie nested tables) > -Original Message----- > From: Jon Steeves [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 21 January 2003 9:36 AM >

RE: Centering a table

2003-01-20 Thread Jon Steeves
- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Monday, January 20, 2003 2:15 PM To: [EMAIL PROTECTED] Subject: Re: Centering a table Jon Steeves wrote: > Does anyone know how to center this table on a page. FAQ. See http://xml.apache.org/fop/faq.html#faq-N10489 J.Pietschm

Centering a table

2003-01-20 Thread Jon Steeves
Hello. Here's a newbie question: Does anyone know how to center this table on a page. I've tried a bunch of stuff and nothing works. Here's the code: Jon Steeves Technical Communications [