Return-Path: Delivered-To: apmail-poi-user-archive@www.apache.org Received: (qmail 18732 invoked from network); 10 Jan 2011 22:51:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jan 2011 22:51:27 -0000 Received: (qmail 50644 invoked by uid 500); 10 Jan 2011 22:51:27 -0000 Delivered-To: apmail-poi-user-archive@poi.apache.org Received: (qmail 50608 invoked by uid 500); 10 Jan 2011 22:51:26 -0000 Mailing-List: contact user-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Users List" Delivered-To: mailing list user@poi.apache.org Received: (qmail 50600 invoked by uid 99); 10 Jan 2011 22:51:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jan 2011 22:51:26 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of christian.maerzinger@gmail.com designates 209.85.215.174 as permitted sender) Received: from [209.85.215.174] (HELO mail-ey0-f174.google.com) (209.85.215.174) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jan 2011 22:51:17 +0000 Received: by eye27 with SMTP id 27so9570397eye.33 for ; Mon, 10 Jan 2011 14:50:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=z5gRduF2L9hXXkeC12D2F/gsyYwb10S4BheghrTbQc0=; b=Yy7J+CQuQ94yzxQXVtomLwF2vAlt13BSoz2Qq+MkTQmf63ykxyhxxjfnvUQLFGhjvo QTB5jDxPcQcw+r0sHZWTQ1fD+Zf7/3o3ckkpf+cxBkaR0EFcihzQqpk4D7y3erJMSaj3 Kw7j/GaSmGFbSnkbX6YE8wugWmXyYyvU2gezw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=Xe1XVl+kCHWxhDpH/3prsWy+jKwRmodtGFKLPPtPYEU6XZQlPrS6SLpSINk15RLA3p 5hBWz7/cVVMQCf2gq6ejR+H9uWPAb9UMMJnVsZPrYpPfVil+tm4wMcyuELrzS5w/RVXp qj/KpK+y6T7zEqzcH8SYdhqVRFFged3zXbODw= Received: by 10.14.127.201 with SMTP id d49mr2278065eei.22.1294699855267; Mon, 10 Jan 2011 14:50:55 -0800 (PST) Received: from [127.0.0.1] ([91.215.241.227]) by mx.google.com with ESMTPS id b52sm5151735eei.1.2011.01.10.14.50.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 10 Jan 2011 14:50:54 -0800 (PST) Message-ID: <4D2B8D4A.7040801@gmail.com> Date: Mon, 10 Jan 2011 23:50:50 +0100 From: =?ISO-8859-15?Q?Christian_M=E4rzinger?= Reply-To: christian.maerzinger@gmail.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: user CC: Nick Burch Subject: Re: Load a XML file into a part References: <4D278BC8.7030406@gmail.com> <4D27A9F0.4000406@gmail.com> <4D27B2F5.8030406@gmail.com> <4D2A45D2.9030507@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org But therefore I have to implement my on PackagePart only for the use of save(); I's there the possibility that save(OutputStream) can handle a MemoryPackageOutputStream to not only ZipOutputStream? OPCPackage returns a ZipPackagePart and this ZipPackagePart returns the MemoryPackageOutputStream by the method getOutputstream(); Am 10.01.2011 13:01, schrieb Nick Burch: > On Mon, 10 Jan 2011, Christian M�rzinger wrote: >> I' am looking in the poi source under >> >> http://svn.apache.org/repos/asf/poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/CommentsTable.java >> >> >> But I don't find there any helpful information. > > That's the place to look. It shows reading from the package part, > processing the xml, serialising the xml and writing it back to a > package part. > > Nick --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@poi.apache.org For additional commands, e-mail: user-help@poi.apache.org