平成27年9月23日(水曜日)
HTML PARSE
How to Parse HTML on iOS -> Sample -> HTMLParsing
Hpple Objective-C open source library
- Master Detail Application
- create a new file under the Model group
- Tutorial.h Tutorial.m Contributor.h Contributor.m
- hpple download
- HTMLParsing group called “hpple,” and drag Copy
- Build Settings –> search paths –> $(SDKROOT)/usr/include/libxml2
- Build Phases libxml2.dylib
- Now that everything is set up!!!!
XPathとは:XML文書に対する簡単な問い合わせ言語(↓)
XML Path Language
文字列を扱う関数: concat(), substring(), contains(), starts-with(), ends-with(), substring-before(), substring-after(), translate(), normalize-space(), string-length()
HTML Parsing in swift
parsing HTML in swift
Swift:HTMLをParseする方法
Parsing HTML into ios
***XPath***
hpple XPath query for complex html
XML Path Language ウィキペディア
TFHppleElement
hpple elements within elements
NSRegularExpression を使わずに正規表現で置換する