Changes between Version 15 and Version 16 of UsingMapOWSCommon
- Timestamp:
- Jan 27, 2009, 1:55:53 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingMapOWSCommon
v15 v16 17 17 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#xmlNewDoc xmlNewDoc] object. 18 18 19 EXAMPLE 1: create a service Exception 19 == EXAMPLE 1: create a service Exception == 20 20 21 21 {{{ … … 63 63 See mapogcsos.c:msSOSException for an example in the codebase 64 64 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: == 66 66 67 67 {{{