bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11916: 24.1.50; Making url-dav work


From: Stefan Monnier
Subject: bug#11916: 24.1.50; Making url-dav work
Date: Sun, 22 Jul 2012 06:11:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

> Attached. I had to go another route, though; turns out the `parse-ns'
> argument is already overloaded in `xml-parse-tag' (it can be used to
> provide a namespace->URI mapping), but that wasn't mentioned in the
> other parse functions. So I had to introduce an additional argument.

I'd seen that, indeed, but I think that since this parse-ns arg is
mostly passed around and only finally used in one place, I'd rather not
add an argument but instead pass both values via the single
parse-ns argument.  parse-ns could then be:
- nil as before.
- an alist of namespace->URI.
- a cons cell (symbol-qnames . ALIST) which does the same as the
  previous one but uses symbols instead of cons cells for qnames.
- the symbol `symbol-qnames' to mean (symbol-qnames . STANDARD-ALIST).
- t to mean STANDARD-ALIST.
The last two are only allowed when entering xml-parse-region but not in
recursive calls (and not in calls to xml-maybe-do-ns).


        Stefan





reply via email to

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