xsl-list
[Top] [All Lists]

Parse through a table in XPath

2006-02-06 09:11:35
Hi!

Could somebody tell me how is it possible to iterate through these elements:

=======================================================
 
< 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 would like to get all Strings, where the table name begins with: "Table1.*1" 
or "Table*.*1"

I guess the 'dot' between the string "Table1" AND string "1" is wrong. How can 
I solve this?

Thanks,
Dariusz
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193


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