This is a discussion on "apply-templates problems? Please help" within the Other Programming Languages section. This forum, and the thread "apply-templates problems? Please help are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
apply-templates problems? Please help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
apply-templates problems? Please help
I feel as blocked right now... because I get that and do not know how to apply template ... <xsl:template match="/"> <Test> <A> <xsl:apply-templates select="node()[not(descendant-or-self::B)] | @*"/> </A> </test> </xsl:template> <xsl:template match="node()[not(descendant-or-self::B)] | @*"> <xsl:apply-templates/> </xsl:template>--> <xsl:template match="B"> Code </xsl:template> Please could someone help me on that? ina |
|
|
![]() |
| Tags |
| applytemplates, problems, help |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Apply transition to a div | blkskull | JavaScript Forum | 0 | Feb 26th, 2008 14:00 |
| apply a style to ALL links EXCEPT... | belledumonde | Web Page Design | 2 | Sep 6th, 2006 10:39 |