Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 89931 invoked from network); 16 Nov 2004 14:57:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Nov 2004 14:57:12 -0000 Received: (qmail 11987 invoked by uid 500); 16 Nov 2004 14:57:02 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 11889 invoked by uid 500); 16 Nov 2004 14:57:01 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: user@forrest.apache.org Delivered-To: mailing list user@forrest.apache.org Received: (qmail 11838 invoked by uid 99); 16 Nov 2004 14:57:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [62.111.75.2] (HELO anna.aranex-provider.de) (62.111.75.2) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 16 Nov 2004 06:56:57 -0800 Received: from [192.168.0.40] (p508A2234.dip0.t-ipconnect.de [80.138.34.52]) by anna.aranex-provider.de (8.12.5-180903/8.12.3) with ESMTP id iAGEuhui024408 for ; Tue, 16 Nov 2004 15:56:45 +0100 (CET) (envelope-from johannes.schaefer@uidesign.de) Message-ID: <419A1599.50908@uidesign.de> Date: Tue, 16 Nov 2004 15:58:33 +0100 From: Johannes Schaefer User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: Re: Excel to Forrest: namespaces References: <419A060B.4050606@uidesign.de> <1100614156.3628.4.camel@blackbird> In-Reply-To: <1100614156.3628.4.camel@blackbird> Content-Type: multipart/mixed; boundary="------------010200050605070205070908" X-MailScanner: Found to be clean X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. --------------010200050605070205070908 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Vincent, thanks you put me on the right track, see attachment. I need to put in: and then do the match like this ^^^ use prefix!
Excel Workbook (<xsl:value-of select="o:DocumentProperties/o:LastAuthor"/>) ^^^ ^^^
So, let's see how far I'll get. Is there a source where I can read about these namespace things? Thanks, Johannes Vincent Bray wrote: >On Tue, 2004-11-16 at 14:52 +0100, Johannes Schaefer wrote: > >Try adding: >xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" >to your stylesheet's root element. > >/2c, noodl > > > > -- User Interface Design GmbH * Teinacher Str. 38 * D-71634 Ludwigsburg Fon +49 (0)7141 377 000 * Fax +49 (0)7141 377 00-99 Gesch�ftsstelle: User Interface Design GmbH * Lehrer-G�tz-Weg 11 * D-81825 M�nchen www.uidesign.de Buch "User Interface Tuning" von Joachim Machate & Michael Burmester www.user-interface-tuning.de Attraktivit�t von interaktiven Produkten messen mit www.attrakdiff.de --------------010200050605070205070908 Content-Type: text/xml; name="table2document.xsl" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="table2document.xsl"
Excel Workbook (<xsl:value-of select="o:DocumentProperties/o:LastAuthor"/>)
<xsl:value-of select="name()"/>

--------------010200050605070205070908--