mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-10 17:02:54 +01:00
Finish first draft of AtomParser.
This commit is contained in:
parent
e22c17fd6a
commit
73ef8f085a
@ -203,6 +203,11 @@ private extension AtomParser {
|
||||
}
|
||||
|
||||
func addSummary(_ saxParser: SAXParser, _ article: RSSArticle) {
|
||||
|
||||
guard article.body == nil else {
|
||||
return
|
||||
}
|
||||
article.body = currentString(saxParser)
|
||||
}
|
||||
|
||||
func addLink(_ article: RSSArticle) {
|
||||
@ -443,4 +448,3 @@ extension AtomParser: SAXParserDelegate {
|
||||
xhtmlString = s
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user