Re: How to handle PROPFIND request with empty <prop> element?
Simon Perreault <[email protected]>
| Newsgroups | gmane.ietf.webdav |
|---|---|
| Organization | Viagénie |
| Message-ID | <[email protected]> |
On Friday 28 March 2008 15:03:32 Julian Reschke wrote: > It's invalid, as <prop> should contain a child element specifying the > property. Did you find any text supporting that? Here's the DTD excerpt: <!ELEMENT prop ANY > The XML spec isn't very clear on whether ANY may match an empty tag or not. I couldn't find out for sure, but I would expect that it may.