Subject: Re: Re: about impoting and applying Templates
From: "gbk" <gbk@xxxxxxxxxxxxxx>
Date: 31 Jan 2002 00:45:48 -0000
|
hey Joerg
Thats kool.It works for me
Thanks for ur help
Thanks
Gbk
On Thu, 31 Jan 2002 Joerg Heinicke wrote :
> > <xsl:apply-templates select="//publicCommentNodes"/>
> > <xsl:apply-templates select="//commentHolder/WMSForwar-
> dMessage"/>
>
> Here you tell the processor to handle the
> publicCommentNodes before the
> commentHolder. Place them in one with UNION-operator:
>
> <xsl:apply-templates select="//publicCommentNodes |
> //commentHolder/WMSForwardMessage"/>
>
> One comment to this: In general try to avoid '//',
> specify the path more
> explicitely:
>
> <xsl:apply-templates select="/Models/CommentContainer/pu-
> blicCommentNodes |
> /Models/CommentContainer/commentHolder/WMSForwardMessage-
> "/>
>
> Regards,
>
> Joerg
>
>
> XSL-List info and archive:
> http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|