Troy, here is a patch for thmlhtmlhref.cpp The url for crossrefs was not correct.
Terry
Index: thmlhtmlhref.cpp =================================================================== --- thmlhtmlhref.cpp (revision 1694) +++ thmlhtmlhref.cpp (working copy) @@ -140,10 +140,10 @@ if (vkey) { // leave this special osis type in for crossReference notes types? Might thml use this some day? Doesn't hurt. //buf.appendFormatted("<a href=\"noteID=%s.x.%s\"><small><sup>*x</sup></small></a> ", vkey->getText(), footnoteNumber.c_str()); - buf.appendFormatted("<a href=\"passagestudy.jsp?action=showNote&type=x&value=%s&module=%s\"><small><sup>*x</sup></small></a> ", - URL::encode(vkey->getText()).c_str(), + buf.appendFormatted("<a href=\"passagestudy.jsp?action=showNote&type=x&value=%s&module=%s&passage=%s\"><small><sup>*x</sup></small></a> ", URL::encode(footnoteNumber.c_str()).c_str(), - URL::encode(u->version.c_str()).c_str()); + URL::encode(u->version.c_str()).c_str(), + URL::encode(vkey->getText()).c_str()); } }
_______________________________________________ sword-devel mailing list sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel