Changes between Version 10 and Version 11 of UsingMapOWSCommon


Ignore:
Timestamp:
Jun 20, 2007, 4:42:24 AM (17 years ago)
Author:
tomkralidis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingMapOWSCommon

    v10 v11  
    1616With the exception of msOWSCommonExceptionReport, ALL functions return an XML chunk.  It is the responsibility of the calling code to setup the root element with correct namespace decls and schema pointers
    1717
    18 msOWSCommonExceptionReport returns an entire, complete and valid XML document, as it is the only XML in OWS Common which is designed to be implemented standalone.  In this case, the calling code must instantiate an [http://www.xmlsoft.org/html/libxml-tree.html#xmlNodePtr xmlNewDoc] object.
     18msOWSCommonExceptionReport returns an entire, complete and valid XML document, as it is the only XML in OWS Common which is designed to be implemented standalone.  In this case, the calling code must instantiate an [http://www.xmlsoft.org/html/libxml-tree.html#xmlNewDoc xmlNewDoc] object.
    1919
    2020EXAMPLE 1: create a service Exception