Handle failed fetches a bit better #743
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def string_from_xpath(xpath, doc) do
|
||||||
|
|
||||||
def parse_document(text) do
|
def parse_document(text) do
|
||||||
try do
|
try do
|
||||||
doc = SweetXml.parse(text, dtd: :none)
|
doc = SweetXml.parse(text, dtd: :none, quiet: true)
|
||||||
|
|
||||||
{:ok, doc}
|
{:ok, doc}
|
||||||
rescue
|
rescue
|
||||||
|
|
Loading…
Reference in a new issue