RE: RE: RE: [xsl] Parse through a table in XPath

Subject: RE: RE: RE: [xsl] Parse through a table in XPath
From: cknell@xxxxxxxxxx
Date: Mon, 06 Feb 2006 16:37:49 -0500
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@xxxxxxxxxx - email



-----Original Message-----
From:     Dariusz Borowski <d.borowski@xxxxxx>
Sent:     Mon, 06 Feb 2006 20:54:10 +0100
To:       xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  RE: RE: [xsl] Parse through a table in XPath

 
> Please give an example of the output you want to generate.
> -- 
> Charles Knell
> cknell@xxxxxxxxxx - 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

Current Thread