Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Bob Gailer Newsgroups: comp.lang.python Subject: Re: Python to do CDC on XML files Date: Wed, 23 Mar 2016 16:47:07 -0400 Lines: 10 Message-ID: References: <833ad88a-4840-4a23-8ab3-b736068b49fe@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 1RGSclIvlYR7gerOKVbB9QBGSp1Pue0C0pmGnWMPXshg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'subject:Python': 0.05; 'cc:addr:python-list': 0.09; 'subject:files': 0.09; 'files.': 0.13; '2016': 0.16; '23,': 0.16; 'cc:name:python list': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:XML': 0.16; 'wrote:': 0.16; '>': 0.18; 'email addr:gmail.com>': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'xml': 0.24; 'header:In-Reply-To:1': 0.24; 'compare': 0.27; 'message-id:@mail.gmail.com': 0.27; 'anyone': 0.32; 'received:google.com': 0.35; 'too': 0.36; 'should': 0.36; 'received:209.85': 0.36; 'structures': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'files': 0.38; 'data': 0.39; 'does': 0.39; 'within': 0.64; 'mar': 0.65; 'capture': 0.66; 'same,': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=E04yNOg/sGK2FoGhnMn3vDITKcsF9sU/pH6C3mqJRiY=; b=zNUWkofWMmfCnh+8WzS93+ieoCKF7n++88QuiWLgHLeGpGkTZcjD81lzZQslBdPjk+ PWlUmewJP5jnzNy0nkWxcp+6zo7k66YN7Al0gsRNc55JoMVz9G3QdUZCxdzqC/dxiETi XT1i5WHRgiIRZtBUM3zwMJtCgCsOH4O4xCeuF/aS41FXL0mpPWUuNV/2uz41olkIjiGQ mRF+aeYbAxtPQg5spE6w9oNNP1BiAJtjcOyvlNK3k8Z7MPDwGSNRZ9EZSGHvIqSWce6c x5xlNtXXsUrOtthj6s63ly5b4CLDoAouiUVAdSeZuPs6VVcZBE+GOZXFk4x9GzvVc79y KKvQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=E04yNOg/sGK2FoGhnMn3vDITKcsF9sU/pH6C3mqJRiY=; b=CgU8ecz1ycu9YEL3A7V6GS9r2epj6161Pd6YGU/SCa941wwOdWdK/xLjuJJfmM2fWx MmN3uqghozPkvz9P2+7WSD/LBkeIcxKpkuWkF2TsBoZih0x1W/mUQuBfPXGvRV49cDd3 7rFuoysew1XK4OcCmC/VxVA/8RxzJlBiIsUw392jaya0+bbUaYq7Fh5Lskz6bZzgyLA5 RQYeRkOxuulD3y+5p6IWuCQXwHIYZu+Cu/9p7S9fzzSF07R4g6V1+kVxM/HtqVsslmmc 2ehrR44Dw/l8PV3MNzMfWbNAcsJx/ap252OVVLQsXemtPOK3AQhC3iKQ05AIHtinair7 lcZQ== X-Gm-Message-State: AD7BkJLfsk6Uik95Bp01jDqmd9nqeXqJMFCRX2CPNisHagrezHw2TsqCkQKBzlGzUZ9oYYv6+mHpxam6oivz7Q== X-Received: by 10.50.43.226 with SMTP id z2mr26963574igl.78.1458766027927; Wed, 23 Mar 2016 13:47:07 -0700 (PDT) In-Reply-To: <833ad88a-4840-4a23-8ab3-b736068b49fe@googlegroups.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:105571 On Mar 23, 2016 4:20 PM, "Bruce Kirk" wrote: > > Does anyone know of any existing projects on how to generate a change data capture on 2 very large xml files. > > The xml structures are the same, it is the data within the files that may differ. > It should not be too difficult to write a program that locates the tags delimiting each record, then compare them.