Re: [Javacavemaps-developers] xalan-j
Status: Pre-Alpha
Brought to you by:
caverdude
From: Larry G. <jav...@ya...> - 2009-01-18 21:20:52
|
oops, should have read the error message closer, wrong path. Anyway here is the latest which makes me think that the DTD's are wrong now. C:\java\WORKSP~1\SPECIF~1>make_html.bat C:\java\WORKSP~1\SPECIF~1>java org.apache.xalan.xslt.Process -out specs.html -in calculator1.0.xml -xsl c:/java/docbook/docbook-xsl/html/docbook.xsl file:///C:/java/WORKSP~1/SPECIF~1/calstblx.dtd; Line #196; Column #38; A '(' cha racter or an element type is required in the declaration of element type "entry" . Larry Gray la...@ar... ________________________________ From: Larry Gray <jav...@ya...> To: jav...@li... Sent: Sunday, January 18, 2009 2:58:40 PM Subject: Re: [Javacavemaps-developers] xalan-j Volume in drive C has no label. Volume Serial Number is 2444-0DD1 Directory of C:\java\WORKSP~1\SPECIF~1 01/18/2009 02:46 PM <DIR> . 01/18/2009 02:46 PM <DIR> .. 01/04/2009 12:59 AM 218 .project 01/11/2009 11:59 PM 6,087 calculator1.0.xml 01/04/2009 01:12 AM 9,174 calstblx.dtd 01/04/2009 05:02 AM 4,805 catalog.xml 01/04/2009 05:02 AM 2,937 ChangeLog 01/04/2009 05:01 AM 4,010 docbook.cat 01/04/2009 01:11 AM 5,791 docbookx.dtd 01/11/2009 05:09 PM 2,494 iteration1.xml 01/18/2009 02:46 PM 138 make_html.bat 01/04/2009 01:12 AM 13,150 soextblx.dtd 01/18/2009 02:46 PM 0 specs.html 11 File(s) 48,804 bytes 2 Dir(s) 28,315,693,056 bytes free C:\java\WORKSP~1\SPECIF~1>edit make_html.bat C:\java\WORKSP~1\SPECIF~1>edit make_html.bat C:\java\WORKSP~1\SPECIF~1>notepad make_html.bat C:\java\WORKSP~1\SPECIF~1>make_html.bat C:\java\WORKSP~1\SPECIF~1>java org.apache.xalan.xslt.Process -out specs.html -in calculator1.0.xml -xsl c:/java/docbook/docbook-xsl/docbook.xsl -param use.exten sions 1 (Location of error unknown)java.io.FileNotFoundException: c:\java\docbook\docboo k-xsl\docbook.xsl (The system cannot find the file specified) [Fatal Error] calstblx.dtd:196:38: A '(' character or an element type is require d in the declaration of element type "entry". file:///C:/java/WORKSP%7E1/SPECIF%7E1/calstblx.dtd; Line #196; Column #38; XSLT Error (javax.xml.transform.TransformerConfigurationException): getAssociatedStyl esheets failed Exception in thread "main" java.lang.RuntimeException: getAssociatedStylesheets failed at org.apache.xalan.xslt.Process.doExit(Process.java:1155) at org.apache.xalan.xslt.Process.main(Process.java:1128) C:\java\WORKSP~1\SPECIF~1>dir Volume in drive C has no label. Volume Serial Number is 2444-0DD1 Directory of C:\java\WORKSP~1\SPECIF~1 01/18/2009 02:46 PM <DIR> . 01/18/2009 02:46 PM <DIR> .. 01/04/2009 12:59 AM 218 .project 01/11/2009 11:59 PM 6,087 calculator1.0.xml 01/04/2009 01:12 AM 9,174 calstblx.dtd 01/04/2009 05:02 AM 4,805 catalog.xml 01/04/2009 05:02 AM 2,937 ChangeLog 01/04/2009 05:01 AM 4,010 docbook.cat 01/04/2009 01:11 AM 5,791 docbookx.dtd 01/11/2009 05:09 PM 2,494 iteration1.xml 01/18/2009 02:55 PM 145 make_html.bat 01/04/2009 01:12 AM 13,150 soextblx.dtd 01/18/2009 02:55 PM 0 specs.html 11 File(s) 48,811 bytes 2 Dir(s) 28,315,365,376 bytes free C:\java\WORKSP~1\SPECIF~1>notepad make_html.bat C:\java\WORKSP~1\SPECIF~1>make_html.bat C:\java\WORKSP~1\SPECIF~1>java org.apache.xalan.xslt.Process -out specs.html -in calculator1.0.xml -xsl c:/java/docbook/docbook-xsl/docbook.xsl (Location of error unknown)java.io.FileNotFoundException: c:\java\docbook\docboo k-xsl\docbook.xsl (The system cannot find the file specified) [Fatal Error] calstblx.dtd:196:38: A '(' character or an element type is require d in the declaration of element type "entry". file:///C:/java/WORKSP%7E1/SPECIF%7E1/calstblx.dtd; Line #196; Column #38; XSLT Error (javax.xml.transform.TransformerConfigurationException): getAssociatedStyl esheets failed Exception in thread "main" java.lang.RuntimeException: getAssociatedStylesheets failed at org.apache.xalan.xslt.Process.doExit(Process.java:1155) at org.apache.xalan.xslt.Process.main(Process.java:1128) C:\java\WORKSP~1\SPECIF~1> Thats it, no more time for this today. If anyone figures this out please reply to this. Larry Gray la...@ar... ________________________________ From: Larry Gray <jav...@ya...> To: jav...@li... Sent: Sunday, January 18, 2009 2:52:17 PM Subject: Re: [Javacavemaps-developers] xalan-j Ok I'm run xalanj giving it these parameters. I had found a html folder that was full of xsl files. java org.apache.xalan.xslt.Process -out specs.html -in calculator1.0.xml -xsl c:/java/docbook/html/docbook.xsl -param use.extensions 1 I got errors and finally null pointer exception. I will try one more thing. Larry Gray la...@ar... ________________________________ From: Larry Gray <jav...@ya...> To: jav...@li... Sent: Sunday, January 18, 2009 2:32:11 PM Subject: [Javacavemaps-developers] xalan-j I installed xalan-j (apache.org) and set it up in my class path. Its there and working, but it didn't come with docbook xsl files or xslt files or whatever is needed. I'm hunting for those one http://www.sourceforge.net/projects/docbook downloads. Larry Gray la...@ar... |