fix paging for large app introspection
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 7 Feb 2008 18:58:50 +0000 (18:58 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 7 Feb 2008 18:58:50 +0000 (18:58 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1245 9efc2488-bf62-4759-914b-345cdb29e865

src/extras/docgen.xsl

index 1ea5398..e9f107b 100644 (file)
@@ -370,12 +370,12 @@ span.subcode { color:darkblue;}        </style>
     <!--#if expr="$QUERY_STRING = /param=%22[^&]+%22/" -->
       <!-- virtual="/gateway?format=xml&${QUERY_STRING}"-->
       <!-- virtual="/restgateway?${QUERY_STRING}"-->
-      <!--#include virtual='/gateway?format=xml&service=$service&method=opensrf.system.method&param="$param"&param=$limit&param=$offset'-->
+      <!--#include virtual='/gateway?format=xml&input_format=json&service=$service&method=opensrf.system.method&param="$param"&param=$limit&param=$offset'-->
     <!--#endif -->
     <!--#if expr="$QUERY_STRING = /all=on/" -->
       <!-- virtual="/gateway?format=xml&${QUERY_STRING}"-->
       <!-- virtual="/restgateway?${QUERY_STRING}"-->
-      <!--#include virtual='/gateway?format=xml&service=$service&method=opensrf.system.method.all&param=$limit&param=$offset' -->
+      <!--#include virtual='/gateway?format=xml&input_format=json&service=$service&method=opensrf.system.method.all&param=$limit&param=$offset' -->
     <!--#endif -->
   <!--#endif -->