[Opensrf-commits] r1245 - trunk/src/extras
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Feb 7 14:27:28 EST 2008
Author: miker
Date: 2008-02-07 13:58:50 -0500 (Thu, 07 Feb 2008)
New Revision: 1245
Modified:
trunk/src/extras/docgen.xsl
Log:
fix paging for large app introspection
Modified: trunk/src/extras/docgen.xsl
===================================================================
--- trunk/src/extras/docgen.xsl 2008-01-31 19:46:21 UTC (rev 1244)
+++ trunk/src/extras/docgen.xsl 2008-02-07 18:58:50 UTC (rev 1245)
@@ -370,12 +370,12 @@
<!--#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¶m="$param"¶m=$limit¶m=$offset'-->
+ <!--#include virtual='/gateway?format=xml&input_format=json&service=$service&method=opensrf.system.method¶m="$param"¶m=$limit¶m=$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¶m=$limit¶m=$offset' -->
+ <!--#include virtual='/gateway?format=xml&input_format=json&service=$service&method=opensrf.system.method.all¶m=$limit¶m=$offset' -->
<!--#endif -->
<!--#endif -->
More information about the opensrf-commits
mailing list