以下問題基於此question的接受答案。接受答案的作者說,xml-conduit中的流助手API多年未更新(來源:accepted answer of SO question),並且他建議Cursor接口。 基於第一個問題的解決方案,我編寫了以下使用包的Cursor接口的haskell代碼。 import Text.XML as XML (readFile, def)
import Text.
我正在爲使用包Text.XML和Text.XML.Cursor的網站在Haskell中編寫解析器。 有未關閉的標籤,並得到一個錯誤: Main.hs: Error parsing XML file dat.html: 29:1-29:8: Expected end element for: Name {nameLocalName = "br", nameNamespace = Nothing, n