[sword-svn] r547 - trunk/modules/nasb1995
scribe at crosswire.org
scribe at crosswire.org
Tue Sep 13 09:07:28 EDT 2022
Author: scribe
Date: 2022-09-13 09:07:28 -0400 (Tue, 13 Sep 2022)
New Revision: 547
Modified:
trunk/modules/nasb1995/generalchanges.sed
Log:
updated generalchanges.sed to remove sID and eID attributes before diff
Modified: trunk/modules/nasb1995/generalchanges.sed
===================================================================
--- trunk/modules/nasb1995/generalchanges.sed 2022-09-13 13:05:48 UTC (rev 546)
+++ trunk/modules/nasb1995/generalchanges.sed 2022-09-13 13:07:28 UTC (rev 547)
@@ -1,4 +1,7 @@
#changes since last revision that we don't care about when diff'ing
+# get rid of the uniq start and end ID attibutes as they will be numbered differently
+s/sID="[^"]*"/sID="sX"/g
+s/eID="[^"]*"/eID="eX"/g
#s/x-PN"/x-Poetry"/g
#s/x-PO"/x-Poetry"/g
#s/<milestone type="x-Poetry"\/><milestone marker="“" subType="optional" type="cQuote"\/>//g
@@ -5,8 +8,6 @@
#s/<milestone type="x-Poetry"\/><milestone marker="‘" subType="optional" type="cQuote"\/>//g
#s/<milestone type="x-Poetry"\/>“//g
#s/<milestone type="x-Poetry"\/>‘//g
-#s/sID="[^"]*"/sID="sX"/g
-#s/eID="[^"]*"/eID="eX"/g
#s/"strong:H384"/"strong:this"/g
#s/"strong:H2088"/"strong:this"/g
#s/<hi type="bold">\(.\)<\/hi>/\1/g
More information about the sword-cvs
mailing list