Author: simonetripodi
Date: Fri Jan 13 15:02:22 2012
New Revision: 1231118
URL: http://svn.apache.org/viewvc?rev=1231118&view=rev
Log:
format, spaces instead of tabs
Modified:
incubator/any23/trunk/src/site/apt/service.apt
Modified: incubator/any23/trunk/src/site/apt/service.apt
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/src/site/apt/service.apt?rev=1231118&r1=1231117&r2=1231118&view=diff
==============================================================================
--- incubator/any23/trunk/src/site/apt/service.apt (original)
+++ incubator/any23/trunk/src/site/apt/service.apt Fri Jan 13 15:02:22 2012
@@ -90,7 +90,7 @@ Content-Length: 174
+---------------------------------------------------
Code Reason
-------------------------------------------------------------------------------------------------------------
-200 OK Success.
+200 OK Success.
400 Bad Request Missing or malformed input parameter.
404 Not Found Malformed request URI.
406 Not Acceptable None of the media types specified in
the Accept header are supported.
@@ -126,31 +126,31 @@ http://any23.org/any23-service/any23/?fo
+-----------------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8" ?>
<response>
- <!-- List of activated extractors. -->
- <extractors>
- <extractor><!-- Extractor name. --></extractor>
- <!-- ... -->
- </extractors>
- <report>
- <message></message>
- <error></error>
+ <!-- List of activated extractors. -->
+ <extractors>
+ <extractor><!-- Extractor name. --></extractor>
+ <!-- ... -->
+ </extractors>
+ <report>
+ <message></message>
+ <error></error>
<!-- Validation specific report, contains all errors and issues detected
within the document. -->
<validationReport>
- <!-- List of errors found while validating the document. -->
- <errors>
- </errors>
- <!-- List of issues found while validating the document. -->
- <issues>
- </issues>
- <!-- List of rules activated to solve the detected issues. -->
- <ruleActivations>
- </ruleActivations>
+ <!-- List of errors found while validating the document. -->
+ <errors>
+ </errors>
+ <!-- List of issues found while validating the document. -->
+ <issues>
+ </issues>
+ <!-- List of rules activated to solve the detected issues. -->
+ <ruleActivations>
+ </ruleActivations>
</validationReport>
-</report>
- <data>
-<![CDATA[
- -- Actual Data in the format specified as output. --
-]]>
- </data>
+ </report>
+ <data>
+ <![CDATA[
+ -- Actual Data in the format specified as output. --
+ ]]>
+ </data>
</response>
-+-----------------------------------------------------------------------------------------------------------------
\ No newline at end of file
++-----------------------------------------------------------------------------------------------------------------