apply-templates problems? Please help

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.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Jul 18th, 2006, 13:37
New Member
Join Date: Jul 2006
Location: Switzerland
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
apply-templates problems? Please help

Hello guys,

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

Reply

Tags
applytemplates, problems, help

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 06:13.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42