|
@@ -583,7 +583,7 @@ containing the properties `:guid' and `:item-full-text'."
|
|
(with-current-buffer buffer
|
|
(with-current-buffer buffer
|
|
(widen)
|
|
(widen)
|
|
(goto-char (point-min))
|
|
(goto-char (point-min))
|
|
- (while (re-search-forward "<item>" nil t)
|
|
|
|
|
|
+ (while (re-search-forward "<item\\>.*?>" nil t)
|
|
(setq beg (point)
|
|
(setq beg (point)
|
|
end (and (re-search-forward "</item>" nil t)
|
|
end (and (re-search-forward "</item>" nil t)
|
|
(match-beginning 0)))
|
|
(match-beginning 0)))
|