[sword-cvs] sword/src/modules/filters osisfootnotes.cpp,1.5,1.6
sword@www.crosswire.org
sword@www.crosswire.org
Thu, 26 Jun 2003 23:12:21 -0700
- Previous message: [sword-cvs] sword/src/mgr filemgr.cpp,1.26,1.27
- Next message: [sword-cvs] sword/src/modules/filters cipherfil.cpp,1.18,1.19 gbffootnotes.cpp,1.17,1.18 gbfheadings.cpp,1.8,1.9 gbfmorph.cpp,1.9,1.10 gbfosis.cpp,1.16,1.17 gbfplain.cpp,1.16,1.17 gbfredletterwords.cpp,1.5,1.6 gbfrtf.cpp,1.33,1.34 gbfstrongs.cpp,1.21,1.22 greeklexattribs.cpp,1.15,1.16 latin1utf16.cpp,1.7,1.8 latin1utf8.cpp,1.12,1.13 osisheadings.cpp,1.5,1.6 osishtmlhref.cpp,1.6,1.7 osismorph.cpp,1.6,1.7 osisrtf.cpp,1.8,1.9 osisstrongs.cpp,1.5,1.6 scsuutf8.cpp,1.8,1.9 thmlfootnotes.cpp,1.10,1.11 thmlheadings.cpp,1.9,1.10 thmllemma.cpp,1.7,1.8 thmlmorph.cpp,1.12,1.13 thmlosis.cpp,1.24,1.25 thmlplain.cpp,1.10,1.11 thmlscripref.cpp,1.10,1.11 thmlstrongs.cpp,1.15,1.16 thmlvariants.cpp,1.8,1.9 unicodertf.cpp,1.15,1.16 utf16utf8.cpp,1.9,1.10 utf8arshaping.cpp,1.7,1.8 utf8bidireorder.cpp,1.7,1.8 utf8cantillation.cpp,1.6,1.7 utf8greekaccents.cpp,1.8,1.9 utf8hebrewpoints.cpp,1.8,1.9 utf8html.cpp,1.7,1.8 utf8latin1.cpp,1.7,1.8 utf8nfc.cpp,1.9,1.10 utf8nfkd.cpp,1.9,1.10 utf8transliterator.cpp,1.28,1.29 utf8utf16.cpp,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/sword/src/modules/filters
In directory www:/tmp/cvs-serv2867
Modified Files:
osisfootnotes.cpp
Log Message:
separated crossReferences out from other notes (should be handled with separate filter)
Index: osisfootnotes.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/filters/osisfootnotes.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** osisfootnotes.cpp 27 Jun 2003 01:41:07 -0000 1.5
--- osisfootnotes.cpp 27 Jun 2003 06:12:19 -0000 1.6
***************
*** 1,5 ****
/******************************************************************************
*
! *osishmlheadings - SWFilter decendant to hide or show headings
* in an OSIS module.
*/
--- 1,5 ----
/******************************************************************************
*
! * osisfootnotes - SWFilter descendant to hide or show footnotes
* in an OSIS module.
*/
***************
*** 67,71 ****
XMLTag tag(token);
! if (!stricmp(tag.getName(), "note")) {
if (!tag.isEndTag() && (!tag.isEmpty())) {
startTag = tag;
--- 67,71 ----
XMLTag tag(token);
! if (!strcmp(tag.getName(), "note") && strcmp(tag.getAttribute("type"), "crossReference")) {
if (!tag.isEndTag() && (!tag.isEmpty())) {
startTag = tag;
- Previous message: [sword-cvs] sword/src/mgr filemgr.cpp,1.26,1.27
- Next message: [sword-cvs] sword/src/modules/filters cipherfil.cpp,1.18,1.19 gbffootnotes.cpp,1.17,1.18 gbfheadings.cpp,1.8,1.9 gbfmorph.cpp,1.9,1.10 gbfosis.cpp,1.16,1.17 gbfplain.cpp,1.16,1.17 gbfredletterwords.cpp,1.5,1.6 gbfrtf.cpp,1.33,1.34 gbfstrongs.cpp,1.21,1.22 greeklexattribs.cpp,1.15,1.16 latin1utf16.cpp,1.7,1.8 latin1utf8.cpp,1.12,1.13 osisheadings.cpp,1.5,1.6 osishtmlhref.cpp,1.6,1.7 osismorph.cpp,1.6,1.7 osisrtf.cpp,1.8,1.9 osisstrongs.cpp,1.5,1.6 scsuutf8.cpp,1.8,1.9 thmlfootnotes.cpp,1.10,1.11 thmlheadings.cpp,1.9,1.10 thmllemma.cpp,1.7,1.8 thmlmorph.cpp,1.12,1.13 thmlosis.cpp,1.24,1.25 thmlplain.cpp,1.10,1.11 thmlscripref.cpp,1.10,1.11 thmlstrongs.cpp,1.15,1.16 thmlvariants.cpp,1.8,1.9 unicodertf.cpp,1.15,1.16 utf16utf8.cpp,1.9,1.10 utf8arshaping.cpp,1.7,1.8 utf8bidireorder.cpp,1.7,1.8 utf8cantillation.cpp,1.6,1.7 utf8greekaccents.cpp,1.8,1.9 utf8hebrewpoints.cpp,1.8,1.9 utf8html.cpp,1.7,1.8 utf8latin1.cpp,1.7,1.8 utf8nfc.cpp,1.9,1.10 utf8nfkd.cpp,1.9,1.10 utf8transliterator.cpp,1.28,1.29 utf8utf16.cpp,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]