/[sdx]/sdx_v2/src/java/fr/gouv/culture/sdx/logicsheet/sdx-queries.xsl
ViewVC logotype

Diff of /sdx_v2/src/java/fr/gouv/culture/sdx/logicsheet/sdx-queries.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26.2.1 by fglorieux, Tue Apr 29 17:22:13 2003 UTC revision 1.26.2.2 by fglorieux, Wed Jul 9 09:19:02 2003 UTC
# Line 220  with pipes Line 220  with pipes
220              sdx_pipeline.compose(manager);              sdx_pipeline.compose(manager);
221              Parameters params =              Parameters params =
222                  new Parameters();                  new Parameters();
223              if (sdx_show.indexOf("results") == -1) params.setParameter(GetDocumentsTransformation.SEND_SDX_ELEMENTS, "false");              if (sdx_show2.indexOf("results") == -1) params.setParameter(GetDocumentsTransformation.SEND_SDX_ELEMENTS, "false");
224              else params.setParameter(GetDocumentsTransformation.SEND_SDX_ELEMENTS, "true");              else params.setParameter(GetDocumentsTransformation.SEND_SDX_ELEMENTS, "true");
225              if (sdx_show.indexOf("fields") == -1)              if (sdx_show2.indexOf("fields") == -1)
226              {              {
227                  params.setParameter(GetDocumentsTransformation.SEND_INTERNAL_FIELDS, "false");                  params.setParameter(GetDocumentsTransformation.SEND_INTERNAL_FIELDS, "false");
228                  params.setParameter(GetDocumentsTransformation.SEND_USER_FIELDS, "false");                  params.setParameter(GetDocumentsTransformation.SEND_USER_FIELDS, "false");

Legend:
Removed from v.1.26.2.1  
changed lines
  Added in v.1.26.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26