[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#9144: 24.0.50; libxml-parse-xml-region fails on a certain xml form
From: |
Lars Magne Ingebrigtsen |
Subject: |
bug#9144: 24.0.50; libxml-parse-xml-region fails on a certain xml form |
Date: |
Sat, 10 Sep 2011 20:15:17 +0200 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) |
Katsumi Yamaoka <yamaoka@jpl.org> writes:
> (with-current-buffer (url-retrieve-synchronously
> "http://sankei.jp.msn.com/rss/news/points.xml")
> (insert (decode-coding-string (prog1
> (buffer-string)
> (erase-buffer)
> (set-buffer-multibyte t))
> 'utf-8-dos))
> (goto-char (point-min))
> (search-forward "<")
> (libxml-parse-xml-region (1- (point)) (point-max)))
This should now work again in bzr Emacs.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/