[sword-cvs] sword/src/mgr markupfiltmgr.cpp,1.6,1.7
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 24 Jun 2003 05:08:13 -0700
Update of /usr/local/cvsroot/sword/src/mgr
In directory www:/tmp/cvs-serv14952
Modified Files:
markupfiltmgr.cpp
Log Message:
added osishtmlhref filter
Index: markupfiltmgr.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/mgr/markupfiltmgr.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** markupfiltmgr.cpp 1 Jun 2003 14:32:09 -0000 1.6
--- markupfiltmgr.cpp 24 Jun 2003 12:08:11 -0000 1.7
***************
*** 34,37 ****
--- 34,38 ----
#include <thmlosis.h>
#include <osisrtf.h>
+ #include <osishtmlhref.h>
#include <gbfwebif.h>
#include <thmlwebif.h>
***************
*** 219,226 ****
break;
case FMT_HTMLHREF:
! fromplain = NULL;
fromthml = new ThMLHTMLHREF();
fromgbf = new GBFHTMLHREF();
! fromosis = NULL;
break;
case FMT_RTF:
--- 220,227 ----
break;
case FMT_HTMLHREF:
! fromplain = new PLAINHTML();
fromthml = new ThMLHTMLHREF();
fromgbf = new GBFHTMLHREF();
! fromosis = new OSISHTMLHref();
break;
case FMT_RTF: