Oradan buradan kafama esen, ilgimi çeken teknik içerikli yazılar. Bazen teknik içeriği de olmayan bilgisayarla ilgili anılar.
25 Eylül 2013 Çarşamba
npm ile paket kurarken package.json'a ekleme
bir node.js projesi geliştirirken önce package.json'ı değiştirip sonra npm install demenin çifte iş olduğunu düşünüyorsanız npm install paket --save tam size göre.
18 Şubat 2013 Pazartesi
Parsing html documents which contain script tags without cdata
If you are dealing with html document which has a script tag and some javascript code inside without an opening cdata section and trying to parse it as an xml, i.e. for xpath querying, then you might get in trouble. It's because the code inside script tag becomes against the xml syntax and parser libraries fail while parsing it.
I tried the same thing in python using lxml and elementtree libraries and they gave the same result. Happily, at the last time I was about to lose my hope, beautifulsoup library came to the rescue and did my job. Appearantly they treat html files differently than an xml, which saves a day in my case.
I tried the same thing in python using lxml and elementtree libraries and they gave the same result. Happily, at the last time I was about to lose my hope, beautifulsoup library came to the rescue and did my job. Appearantly they treat html files differently than an xml, which saves a day in my case.
Kaydol:
Kayıtlar (Atom)