DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16658>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16658 replace (depricate) output_value with a reflection of store Summary: replace (depricate) output_value with a reflection of store Product: Apache httpd-2.0 Version: 2.0.43 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: mod_dav AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] For providers, it seems to me it would make more sense to return an apr_xml_elem node representing the value of the property rather than a textual representation of that, given that the store() function is passed an apr_xml_elem. How about adding something like: dav_error *retrieve(dav_db *db, dav_property_name *name, apr_xml_elem **elem) ? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
