[Pkg-haskell-maintainers] Bug#765091: pandoc-citeproc crashes "error while parsing XML string"

Daniel Stender debian at danielstender.com
Mon Oct 13 23:21:11 UTC 2014


Control: retitle -1 pandoc-citeproc: fails to load random csl styles

Not really "crashed", but fails to load random CSL styles.

Wanted to add this, although I think this isn't really the matter:
<cut>
$ cat test.bib
@Book{reference1,
  author = 	 {Kopka, Helmut and Daly, Patrick W.},
  title = 	 {A guide to LaTeX and electronic publishing},
  publisher = 	 {Addison-Wesley},
  year = 	 2004,
  address = 	 {Harlow},
  edition = 	 {Fourth}}
</cut>

I think there is really something wrong loading random CSL styles,
further testing:
<cut>
$ echo "@reference1" | pandoc --bibliography=test.bib
<p><span class="citation">Kopka and Daly (2004)</span></p>
<div class="references">
<p>Kopka, Helmut, and Patrick W. Daly. 2004. <em>A Guide to LaTeX and
Electronic Publishing</em>. Fourth. Harlow: Addison-Wesley.</p>
</div>
$ echo "@reference1" | pandoc --csl=foo.csl
--bibliography=test.bibpandoc-citeproc: foo.csl: openBinaryFile: does
not exist (No such file or directory)
pandoc: Error running filter pandoc-citeproc
$ echo "@reference1" | pandoc --csl=chicago-author-date.csl
--bibliography=test.bib
pandoc-citeproc: error while parsing the XML string
pandoc: Error running filter pandoc-citeproc
</cut>

Greetings,
Daniel Stender

-- 
https://qa.debian.org/developer.php?login=debian%40danielstender.com
PGP key: 4096R/DF5182C8
46CB 1CA8 9EA3 B743 7676 1DB9 15E0 9AF4 DF51 82C8



More information about the Pkg-haskell-maintainers mailing list