[open-ils-commits] r8798 - trunk/Open-ILS/xsl
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Feb 20 11:23:08 EST 2008
Author: dbs
Date: 2008-02-20 10:52:38 -0500 (Wed, 20 Feb 2008)
New Revision: 8798
Modified:
trunk/Open-ILS/xsl/locDoc2xml.xsl
Log:
Convert entity-ized hyphens back to regular hyphens for easy copy and pasting
(but escape the second hyphen to avoid "invalid comment" warnings from xsltproc)
Modified: trunk/Open-ILS/xsl/locDoc2xml.xsl
===================================================================
--- trunk/Open-ILS/xsl/locDoc2xml.xsl 2008-02-20 15:02:10 UTC (rev 8797)
+++ trunk/Open-ILS/xsl/locDoc2xml.xsl 2008-02-20 15:52:38 UTC (rev 8798)
@@ -39,8 +39,8 @@
curl -o - http://www.loc.gov/marc/bibliographic/ecbd{ldrd,cntr,007s,008s,numb,clas,main,tils,impr,phys,sers,not1,not2,subj,adde,link,srae,hold}.html | \
tidy -asxml -n -q -utf8 | \
- xsltproc ‐‐html ‐‐novalid locDoc2xml.xsl - | \
- xmllint ‐‐format ‐‐noblanks - > marcedit-tooltips.xml
+ xsltproc -\-html -\-novalid locDoc2xml.xsl - | \
+ xmllint -\-format -\-noblanks - > marcedit-tooltips.xml
-->
More information about the open-ils-commits
mailing list