Update of /cvsroot/woc/woc/source/wocjava/source/com/egonw/woc/files
In directory sc8-pr-cvs1:/tmp/cvs-serv23738/wocjava/source/com/egonw/woc/files
Modified Files:
ItemFile.java WocListReadFile.java
Log Message:
Getting this baby started again (monday evening session)
Index: ItemFile.java
===================================================================
RCS file: /cvsroot/woc/woc/source/wocjava/source/com/egonw/woc/files/ItemFile.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ItemFile.java 8 Jun 2002 20:29:02 -0000 1.1
--- ItemFile.java 14 Jan 2004 13:07:57 -0000 1.2
***************
*** 124,128 ****
writeLine("<img src=\"http://www.sitemeter.com/meter.asp?site=woccounter\" alt=\"Site Meter\" nosave border=0></a>");
writeLine("</noscript>");
! writeLine("<script>document.write(\"//\"+\"-\"+\"-\"+\">\");</script>");
writeLine("<!-- Copyright 1999 Site Meter -->");
writeLine("<!--WEBBOT bot=\"HTMLMarkup\" Endspan -->");
--- 124,128 ----
writeLine("<img src=\"http://www.sitemeter.com/meter.asp?site=woccounter\" alt=\"Site Meter\" nosave border=0></a>");
writeLine("</noscript>");
! writeLine("<!-- script>document.write(\"//\"+\"-\"+\"-\"+\">\");</script -->");
writeLine("<!-- Copyright 1999 Site Meter -->");
writeLine("<!--WEBBOT bot=\"HTMLMarkup\" Endspan -->");
***************
*** 669,673 ****
} else {
// Oud mechanism, gebruik makend van SSI
! write("<p><!--#include virtual=\"/cgi-bin-woc/ssi/dadml.pl?");
write("CAS-NUMBER+" + (String)i.get(Item.CASNR));
if (i.contains(XItem.XENR)) {
--- 669,673 ----
} else {
// Oud mechanism, gebruik makend van SSI
! write("<p><!--#include virtual=\"" + repository.getCgiBinRoot() + "/ssi/dadml.pl?");
write("CAS-NUMBER+" + (String)i.get(Item.CASNR));
if (i.contains(XItem.XENR)) {
***************
*** 690,694 ****
writeLine("<td colspan=3 align=left valign=top>");
writeLine("<b>Samenhang</b>:<br><ul>");
! write("<!--#include virtual=\"/cgi-bin-woc/ssi/topicmap.pl?");
write((String)i.get(XItem.ANCHOR));
writeLine(".xml\"-->");
--- 690,694 ----
writeLine("<td colspan=3 align=left valign=top>");
writeLine("<b>Samenhang</b>:<br><ul>");
! write("<!--#include virtual=\"" + repository.getCgiBinRoot() + "/ssi/topicmap.pl?");
write((String)i.get(XItem.ANCHOR));
writeLine(".xml\"-->");
Index: WocListReadFile.java
===================================================================
RCS file: /cvsroot/woc/woc/source/wocjava/source/com/egonw/woc/files/WocListReadFile.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** WocListReadFile.java 8 Jun 2002 20:29:02 -0000 1.1
--- WocListReadFile.java 14 Jan 2004 13:07:57 -0000 1.2
***************
*** 85,88 ****
--- 85,89 ----
System.out.println("Error during parsing of XInsert:");
System.out.println(e.toString());
+ e.printStackTrace();
}
i = ((CMLHandler)handler).updateItem(i);
|