xsl-list
[Top] [All Lists]

Re: newbie needs help

2003-09-11 19:01:13

Thanks David and others.  All of your help allowed me to get the results
that I wanted.




                                                                                
                                                                
                      David Carlisle                                            
                                                                
                      <davidc(_at_)nag(_dot_)co(_dot_)uk>                To:    
   xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com                             
                  
                      Sent by:                          cc:                     
                                                                
                      owner-xsl-list(_at_)lists(_dot_)mulbe        Subject:  
Re: [xsl] newbie needs help                                                   
                      rrytech.com                                               
                                                                
                                                                                
                                                                
                                                                                
                                                                
                      09/11/2003 05:13 PM                                       
                                                                
                      Please respond to xsl-list                                
                                                                
                                                                                
                                                                
                                                                                
                                                                





output xml to only contain documents that have links.  How can the
template
below be changed to only output documents that contain links.

You could change that but simpler, add a new template that outputs
nothing if there are no links:

<xsl:template match="document[not(.//link)]"/>

David

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list







 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>