emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xml-get-attribute returns "" if not found


From: Andreas Schwab
Subject: Re: xml-get-attribute returns "" if not found
Date: Fri, 14 Nov 2003 10:32:10 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

address@hidden (Mark A. Hershberger) writes:

> -(defun xml-get-attribute (node attribute)
> +(defun xml-get-attribute-or-nil (node attribute)
>    "Get from NODE the value of ATTRIBUTE.
> -An empty string is returned if the attribute was not found."
> +nil is returned if the attribute was not found.

"Return nil if ...."

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]