xsl-list
[Top] [All Lists]

RE: RE: RE: Parse through a table in XPath

2006-02-06 14:37:49
You are going to have to be more explicit and precise in your explanation. For 
example, most of the elements and attributes in your sample are in the "table" 
namespace while one element and one attribute are in the "text" namespace and 
another attribute is in the "office" namespace.

You don't have any element called "Table", but you do show one element called 
"table:table". That one has a "table:name" attribute and a "table:style-name" 
attribute, but does not have a "table" attribute.

So you see, there are no elements that match what you've asked for. 
Consequently, no one can give you an answer. Please look over your sample 
document carefully and re-state your question. The best way to do this is to 
provide a sample of the output you expect to get. That's a sample, not a 
description.
-- 
Charles Knell
cknell(_at_)onebox(_dot_)com - email



-----Original Message-----
From:     Dariusz Borowski <d(_dot_)borowski(_at_)web(_dot_)de>
Sent:     Mon, 06 Feb 2006 20:54:10 +0100
To:       xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject:  RE: RE: [xsl] Parse through a table in XPath

 
Please give an example of the output you want to generate.
-- 
Charles Knell
cknell(_at_)onebox(_dot_)com - email

===================================================== < table:table 
table:name="Table1" table:style-name="Table1" >
< table:table-column table:style-name="Table1.A" />
< table:table-column table:style-name="Table1.B" />
< table:table-row table:style-name="Table1.1" >
< table:table-cell table:style-name="Table1.A1" office:value-type="string" >
< text:p text:style-name="P2" >Table-Head 1< /text:p >
< / table:table-cell >
===================================================== 
I want to get all text from Table, where table="Table1.A"

Thanks,
Dariusz



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>