OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
xslt,xpath problems
This page's ID:
26232
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
hi, thanks , but still cannot. :( [code] <table> <tr> <td>A</td> </tr> <tr> <td>B</td> </tr> </table> [/code] i want to discard the "A" so this is how my xsl code [code] <xsl:for-each select="tr"> <xsl:if test="tdtext() != A"> <buyer_name> <xsl:value-of select="td/text()"/> </buyer_name> </xsl:if> </xsl:for-each> [/code] so i should be able to get "B". but instead, i didnt get anything it seem not it stop at the if statement there thanks!!!! [small](Edited by [internallink=26229]beryl_peng[/internallink] on 07-14-2005 20:47)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »