[GeoNetwork-devel] [GeoNetwork opensource Developer website] #1254: Dev docs metadata validation service request example missing <![CDATA[

#1254: Dev docs metadata validation service request example missing <![CDATA[
-----------------------------------------+----------------------------------
Reporter: kristjanr | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: trivial | Milestone: v2.9.0
Component: Web Site (Developer) | Version: v2.8.0
Keywords: Metadata Validation service |
-----------------------------------------+----------------------------------
In the developer documentation metadata validation service page ([http
://geonetwork-
opensource.org/manuals/2.8.0/eng/developer/xml_services/metadata_xml_validation.html#validate-a
-metadata-record-xml-metadata-validation]
), the example of the request is missing <![CDATA[ ... ]]> tags:
It should be like this:

Url:
http://localhost:8080/geonetwork/srv/eng/xml.metadata.validation

Mime-type:
application/xml

Post request:
<?xml version="1.0" encoding="UTF-8"?>
<request>
   <data><![CDATA[
     <gmd:MD_Metadata ....>
       .....
     </gmd:MD_Metadata>
   ]]></data>
</request>

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1254&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#1254: Dev docs metadata validation service request example missing <![CDATA[
-----------------------------------------+----------------------------------
Reporter: kristjanr | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: trivial | Milestone: v2.9.0
Component: Web Site (Developer) | Version: v2.8.0
Keywords: Metadata Validation service |
-----------------------------------------+----------------------------------
Changes (by kristjanr):

* cc: kristjanr (added)

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1254#comment:1&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.