util_xml.h revision 9d129b55f5a43abf43865c6b0eb6dd19bc22aba8
08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
08cb74ca432a8c24e39f17dedce527e6a47b8001jerenkrantz * applicable.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * Licensed under the Apache License, Version 2.0 (the "License");
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * you may not use this file except in compliance with the License.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * You may obtain a copy of the License at
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * Unless required by applicable law or agreed to in writing, software
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * distributed under the License is distributed on an "AS IS" BASIS,
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * See the License for the specific language governing permissions and
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * limitations under the License.
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh * @brief Apache XML library
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh * @defgroup APACHE_CORE_XML XML Library
9d129b55f5a43abf43865c6b0eb6dd19bc22aba8ianh * @ingroup APACHE_CORE
f6b86fd524444dacf82f64148300d8be04918314gsteinextern "C" {
155c41995a4728123ceb4c637df8e2aaf0d7223frbb * Get XML post data and parse it
155c41995a4728123ceb4c637df8e2aaf0d7223frbb * @param r The current request
155c41995a4728123ceb4c637df8e2aaf0d7223frbb * @param pdoc The XML post data
155c41995a4728123ceb4c637df8e2aaf0d7223frbb * @return HTTP status code
aa552377469071a421252dab6568c204a99cf770gstein * @deffunc int ap_xml_parse_input(request_rec *r, apr_xml_doc **pdoc)
aa552377469071a421252dab6568c204a99cf770gsteinAP_DECLARE(int) ap_xml_parse_input(request_rec *r, apr_xml_doc **pdoc);
f6b86fd524444dacf82f64148300d8be04918314gstein#endif /* UTIL_XML_H */