Thanks for that last response! I’m now getting PDF output from 0.20.5!

 

May I solicit you for suggestions on how to diagnose these problems:

(1)     I don’t understand the warning below. I searched for table-layout=auto and could not find it in my xsl or my file.

(2)     <fo:block>SIGNITEK<fo:leader rule-thickness="1pt" leader-pattern="dots"/> does not seem to be producing a complete row of dots for my table of contents. It did in 0.19.

(3)     “area contents overflows area in line” – how do I find which line of xml/fo code is causing this?

(4)     Why does it execut with code 255? Maybe this is another symptom of the above problems. Would a warning cause this?

 

I tried using –d hoping it would give me line numbers in the fo file. It did not!

 

I could use the time honored technique of a binary search where I remove the bottom half of the file and see if the same errors occur and if not, restore the bottom half and remove the top half and repeat. Is there an easier way?

 

Thanks,

Siegfried

 

 

cd c:/Inetpub/wwwroot/SIGNITEK_PRIVATE/Articles/asp.net/lecture/

 

java -cp "c:\Documents and Settings\Siegfried\My Documents\dev\xalan\xalan-j_2_4_1\bin\xalan.jar;c:\Documents and Settings\Siegfried\My Documents\dev\xalan\xalan-j_2_4_1\bin\xml-apis.jar;c:\Documents and Settings\Siegfried\My Documents\dev\xalan\xalan-j_2_4_1\bin\xercesImpl.jar" org.apache.xalan.xslt.Process  -IN BVSUGXmlWebServices.xml -XSL slides-fo.xsl -OUT BVSUGXmlWebServices.fo

cd /c/Documents\ and\ Settings/Siegfried/My\ Documents/dev/fop/fop-0.20.5/

./fop.bat -fo c:\\Inetpub\\wwwroot\\SIGNITEK_PRIVATE\\Articles\\asp.net\\lecture\\BVSUGXmlWebServices.fo -pdf c:\\Inetpub\\wwwroot\\SIGNITEK_PRIVATE\\Articles\\asp.net\\lecture\\BVSUGXmlWebServices.pdf

/c/Program\ Files/Adobe/Acrobat\ 6.0/Reader/AcroRd32.exe BVSUGXmlWebServices.pdf

 

 

 

[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser

[INFO] FOP 0.20.5

[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser

[INFO] building formatting object tree

[INFO] setting up fonts

[INFO] [1]

[WARNING] table-layout=auto is not supported, using fixed!

[INFO] [2]

[INFO] [3]

[INFO] [4]

[INFO] [5]

[INFO] [6]

[INFO] [7]

[INFO] [8]

[INFO] area contents overflows area in line

[INFO] [9]

[INFO] Parsing of document complete, stopping renderer

Compilation exited abnormally with code 255 at Wed Mar 09 14:20:11

Reply via email to