[Groonga-commit] groonga/gcs [master] Create XML document correctly

Back to archive index

SHIMODA Hiroshi null+****@clear*****
Wed Aug 15 18:04:40 JST 2012


SHIMODA Hiroshi	2012-08-15 18:04:40 +0900 (Wed, 15 Aug 2012)

  New Revision: 51181c4c821729500b301efd2217920e40311d4d
  https://github.com/groonga/gcs/commit/51181c4c821729500b301efd2217920e40311d4d

  Log:
    Create XML document correctly

  Modified files:
    lib/api/2011-02-01/configuration.js

  Modified: lib/api/2011-02-01/configuration.js (+1 -0)
===================================================================
--- lib/api/2011-02-01/configuration.js    2012-08-15 18:02:43 +0900 (cacdaaa)
+++ lib/api/2011-02-01/configuration.js    2012-08-15 18:04:40 +0900 (7816ca3)
@@ -330,6 +330,7 @@ handlers.DescribeIndexFields = function(context, request, response, config) {
 };
 
 function createFieldNames(domain) {
+  var doc = xmlbuilder.create();
   var fieldNames = doc.begin('FieldNames', {version: '1.0'});
   domain.indexFields
     .map(function(field) {
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index