Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F74191914
xml.ex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
566 B
Referenced Files
None
Subscribers
None
xml.ex
View Options
defmodule
Pleroma.Web.XML
do
require
Logger
def
string_from_xpath
(
xpath
,
:error
),
do
:
nil
def
string_from_xpath
(
xpath
,
doc
)
do
{
:xmlObj
,
:string
,
res
}
=
:xmerl_xpath
.
string
(
'string(
#{
xpath
}
)'
,
doc
)
res
=
res
|>
to_string
|>
String
.
trim
if
res
==
""
,
do
:
nil
,
else
:
res
end
def
parse_document
(
text
)
do
try
do
{
doc
,
_rest
}
=
text
|>
:binary
.
bin_to_list
|>
:xmerl_scan
.
string
doc
catch
:exit
,
error
->
Logger
.
debug
(
"Couldn't parse xml:
#{
inspect
(
text
)
}
"
)
:error
end
end
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Sat, Apr 25, 6:14 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1301337
Default Alt Text
xml.ex (566 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment