all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* WebDAV support
@ 2011-11-12 16:37 Cecilio Pardo
  0 siblings, 0 replies; only message in thread
From: Cecilio Pardo @ 2011-11-12 16:37 UTC (permalink / raw)
  To: help-gnu-emacs

Hello, 

I am trying to use WebDAV support (url-dav.el) but there is a strange
problem with xml namespaces. I found this in a ChangeLog entry from
2001:


 (url-dav-supported-p): Cheap way to figure out whether we will be
 able to do DAV at all.  We rely on the XML parser expanding
 namespaces for us, and currently you need a patched version of
 xml.el to do this.  Patch sent to author for consideration.



The function url-dav-support-p is defined as:


 (defun url-dav-supported-p (url)
   (and (featurep 'xml)
        (fboundp 'xml-expand-namespace)
        ...
        
xml-expand-namespace is nowhere to be found, so dav is never
supported, and in fact it doesn't work if the server uses an alias other
than DAV for the DAV namespace.

Any workaround for this?

-- 
Cecilio Pardo.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-12 16:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-12 16:37 WebDAV support Cecilio Pardo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.