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 hi thanks a lot~~~~~~ another problems here, for my for loop, i will get some unwanted value and i try to use the <xsl:if> to help me take for example, the first tr/td value is "a", but i want to disgard this so i try with this [code] <xsl:template match="your crazy table match"> <xsl:for-each select="tr"> <xsl:if test="name != a"> <buyer> <name><xsl:value-of select="select the name"/></name> <number><xsl:value-of select="position()"/></number> </buyer> </xsl:if> </xsl:for-each> </xsl:template> [/code] my intention is wan to eliminate the buyer name 'a' , but what i got is all buyer name is eliminate and fail to get the buyer details. thanks a lot! beryl
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »