Changes between Version 9 and Version 10 of UsingMapOWSCommon


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

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingMapOWSCommon

    v9 v10  
    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
    19 
    20 To implement, the calling code must instantiate an 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#xmlNodePtr xmlNewDoc] object.
    2119
    2220EXAMPLE 1: create a service Exception