I'm have a site that contains policy and procedure information. When changes are made, both old and new text must be shown - so I'm using CSS span tags to handle this, e.g.,

SPAN.old_text
{
 text-decoration: line-through
}
SPAN.new_text
{
 text-decoration: underline
}


<span class="old_text">old version of procedure</span> <span class="new_text">new version</span>

Is there any way to include instances of these span tags when digging? I'd like to use htdig to display a list of all recently changed pages.
--


Russell Connacher                   113 Campbell Hall # 2924
Information Systems                 Berkeley, CA 94720-2924
Undergraduate Division              (510)643-9892, 642-2372(FAX)
College of Letters & Science, UCB   [EMAIL PROTECTED]


------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to