GNU bug report logs - #9144
24.0.50; libxml-parse-xml-region fails on a certain xml form

Previous Next

Package: emacs;

Reported by: Katsumi Yamaoka <yamaoka <at> jpl.org>

Date: Fri, 22 Jul 2011 00:36:02 UTC

Severity: normal

Tags: fixed

Merged with 9265, 9388

Found in version 24.0.50

Fixed in version 24.1

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 9144 <at> debbugs.gnu.org (full text, mbox):

From: Katsumi Yamaoka <yamaoka <at> jpl.org>
To: 9144 <at> debbugs.gnu.org
Subject: Re: bug#9144: 24.0.50;
	libxml-parse-xml-region fails on a certain xml form
Date: Mon, 05 Sep 2011 14:58:10 +0900
Ping?

Katsumi Yamaoka wrote:
> Hi,

> `xml-parse-region' works but `libxml-parse-xml-region' doesn't.
> Could you try this?

(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)))

> Thanks.




This bug report was last modified 13 years and 338 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.