Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Loading XML docs - is there Java helper/s?

Received: by 10.204.152.217 with SMTP id h25mr2993357bkw.3.1340205151805;
        Wed, 20 Jun 2012 08:12:31 -0700 (PDT)
X-BeenThere: mongodb-user@googlegroups.com
Received: by 10.112.24.136 with SMTP id u8ls685512lbf.0.gmail; Wed, 20 Jun
 2012 08:12:16 -0700 (PDT)
Received: by 10.204.141.4 with SMTP id k4mr2991676bku.6.1340205136549;
        Wed, 20 Jun 2012 08:12:16 -0700 (PDT)
Received: by 10.204.141.4 with SMTP id k4mr2991675bku.6.1340205136529;
        Wed, 20 Jun 2012 08:12:16 -0700 (PDT)
Return-Path: <iamanindianid...@googlemail.com>
Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53])
        by gmr-mx.google.com with ESMTPS id hy18si671251bkc.2.2012.06.20.08.12.16
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 20 Jun 2012 08:12:16 -0700 (PDT)
Received-SPF: pass (google.com: domain of iamanindianid...@googlemail.com designates 209.85.214.53 as permitted sender) client-ip=209.85.214.53;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of iamanindianid...@googlemail.com designates 209.85.214.53 as permitted sender) smtp.mail=iamanindianid...@googlemail.com; dkim=pass header...@googlemail.com
Received: by mail-bk0-f53.google.com with SMTP id jk13so889925bkc.12
        for <mongodb-user@googlegroups.com>; Wed, 20 Jun 2012 08:12:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=googlemail.com; s=20120113;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:content-type:content-transfer-encoding;
        bh=9pfnnKWLL+q3Ht5zC6V/LAvWfmS/pkjfD4pLrURzNhg=;
        b=oRntqlMrY/DxVTGNppdJ3JdppcsMkvOIZsQ9uMe9cw8dR/zwrla7hIXEcB8QRxVAE0
         /q6k5VPJFGzwUjIOC5U7E1EOhvOxp5OH/Pk1nqjx6RBvrpv/3BRx746DhND0gVJPWy4m
         KneYZZs7s5ZginVBUekOulgoLgUl3rihZX3diDWwX3+MD3VftGajoA9VzhEDpW/H8GVw
         T1F1JHi24F/mk/ojzz5UERwvCRa6otaOnxR9OxGAeKm4lTIVbBy2zUQao0GPakQ6VhDe
         qEvNswyLvuhqnED09j8YOxNc7Lc+myi46NaZCCTsfCvqn4quddVLa1uEuT7OesoC1Tvo
         jKIg==
Received: by 10.204.152.6 with SMTP id e6mr10041865bkw.18.1340205136279;
        Wed, 20 Jun 2012 08:12:16 -0700 (PDT)
Return-Path: <iamanindianid...@googlemail.com>
Received: from [192.168.0.115] (dslb-084-056-184-044.pools.arcor-ip.net. [84.56.184.44])
        by mx.google.com with ESMTPS id gw6sm28228196bkc.16.2012.06.20.08.12.14
        (version=SSLv3 cipher=OTHER);
        Wed, 20 Jun 2012 08:12:15 -0700 (PDT)
Message-ID: <4FE1E84C.6060...@gmail.com>
Date: Wed, 20 Jun 2012 17:12:12 +0200
From: "=?UTF-8?B?4KSu4KWI4KSCIOCkj+CklSDgpK3gpL7gpLDgpKTgpYDgpK8g4KSs4KWH4KS1?= =?UTF-8?B?4KSV4KWC4KSrIOCkueClguCkgQ==?=" <iamanindianid...@googlemail.com>
User-Agent: Postbox 3.0.3 (Macintosh/20120304)
MIME-Version: 1.0
To: mongodb-user@googlegroups.com
Subject: Re: [mongodb-user] Loading XML docs - is there Java helper/s?
References: <fbaa50ea-205c-4ec7-8041-54883b02b473@googlegroups.com>
In-Reply-To: <fbaa50ea-205c-4ec7-8041-54883b02b473@googlegroups.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit



Greg Soulsby wrote:
> I have XML docs to analyse. What tools are there to take an XML doc and
> store in MondoDB? I am developing in Java.

If you expect a XML database then don't use MongoDB. If you want to
store the XML as-is then store it as string or using GridFS for files
larger than the 16MB limit. Apart from that google for "xml to json
conversion", brother