xsl-list
[Top] [All Lists]

[xsl] Fwd: Parsing Excel - Selecting Ranges

2008-10-20 21:40:26
Hello.

I am trying to convert timesheets written in an Excel generated XML.
I got a dificult on selecting ranges of rows representing timesheets.

I can use XSL 2.0.

I need to select Row elements between Rows containing first Cell/Data
child filled with '#' and a clear first Cell/Data.

<Row ...> timesheet start row
<Cell><Data ss:Type="String">#</Data></Cell>
... not needed
</Row>
<Row > #1
<Cell ss:StyleID="s47"><Data ss:Type="Number">1</Data></Cell>
... useful data
</Row>
<Row> #2
<Cell ss:StyleID="s47"><Data ss:Type="Number">2</Data></Cell>
... useful data
</Row>
<Row> timesheet end row
<Cell ss:StyleID="s47"><Data ss:Type="String"></Data></Cell>
... not needed
</Row>

... more timesheets with the same pattern?

Is there any way to inner timesheet rows of timesheets (like #1 and #2)?

Thank you!

--
Luciano Greiner

--~------------------------------------------------------------------
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>