Changes between Version 15 and Version 16 of UsingMapOWSCommon


Ignore:
Timestamp:
Jan 27, 2009, 1:55:53 PM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingMapOWSCommon

    v15 v16  
    1717msOWSCommonExceptionReport 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.
    1818
    19 EXAMPLE 1: create a service Exception
     19== EXAMPLE 1: create a service Exception ==
    2020
    2121{{{
     
    6363See mapogcsos.c:msSOSException for an example in the codebase
    6464
    65 Example 2: integrate OWS Common info as part of an existing document:
     65== Example 2: integrate OWS Common info as part of an existing document: ==
    6666
    6767{{{