jaketmp / ePub-quicklook

NOTE: Not working in Mojave and later! ePub quicklook and spotlight plugins for Mac OS X.
BSD 3-Clause "New" or "Revised" License
570 stars 58 forks source link

Use XML namespaces #9

Closed chrisridd closed 12 years ago

chrisridd commented 12 years ago

Mike Ash has a good article describing Objective-C class initialisers, which I used when writing this one.

I generally changed nodesForXPath:error: to nodesForXPath:namespaces:error:.

Everything still seems to work!

Some kind of unit tests would be nice.

jaketmp commented 12 years ago

Great - though I must admit to never having touched unit-testing in Xcode - there's always more to learn!