From 7478839e596c86dc7c2a2ceb9495034c9c82cd4b Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 20 Feb 2008 15:52:38 +0000 Subject: [PATCH] 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) git-svn-id: svn://svn.open-ils.org/ILS/trunk@8798 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xsl/locDoc2xml.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xsl/locDoc2xml.xsl b/Open-ILS/xsl/locDoc2xml.xsl index 433dc65cf2..596fef18ac 100644 --- a/Open-ILS/xsl/locDoc2xml.xsl +++ b/Open-ILS/xsl/locDoc2xml.xsl @@ -39,8 +39,8 @@ Here's an easy way to use this: 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 --> -- 2.43.2