[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: not matching empty text nodes.

Subject: RE: not matching empty text nodes.
From: "Ross Ken" <Ken.Ross@xxxxxxxxxxxxxx>
Date: Thu, 6 Feb 2003 11:19:30 +1000
xsl is not empty
Try

xsl:template match="/album/photos/photo/caption[text()!='']"

and

<xsl:template match="/album/photos/photo/*[text()!='']">
    <tr valign="top">
        <td class="label" align="right"><xsl:value-of select="name()"/>:</td>
        <td class="caption"><xsl:value-of select="." /></td>
    </tr>
</xsl:template>

HTH,

Ken Ross
Ph: +61 7 32359370
Mob: +61 (0)419 772299
Email: Ken.Ross@xxxxxxxxxxxxxx


-----Original Message-----
From: Terence [mailto:tk.lists@xxxxxxxxxxx]
Sent: Thursday, 6 February 2003 11:03 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  not matching empty text nodes.


This is obviously a newbie question.

Say I have

     <xsl:template match="/album/photos/photo/caption">
         <tr valign="top">
             <td class="label" align="right">caption:</td>
             <td class="caption"><xsl:value-of select="." /></td>
         </tr>
     </xsl:template>

My problem is that I _don't_ want to execute this template if there is 
no text content in the "caption" element.








Another question...

how do I provide a one-template solution to all elements which have the 
same requirements as caption?
For instance, there are more of these...

     <xsl:template match="/album/photos/photo/description">
         <tr valign="top">
             <td class="label" align="right">description:</td>
             <td class="caption"><xsl:value-of select="." /></td>
         </tr>
     </xsl:template>

     <xsl:template match="/album/photos/photo/location">
         <tr valign="top">
             <td class="label" align="right">location:</td>
             <td class="caption"><xsl:value-of select="." /></td>
         </tr>
     </xsl:template>


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

IMPORTANT: This email (including any attachments) may contain confidential,
private or legally privileged information and may be protected by copyright. You may
only use it if you are the person(s) it was intended to be sent to and if you use it in an
authorised way. No one is allowed to use, review, alter, transmit, disclose, distribute,
print or copy this e-mail without appropriate authority.
 
If this e-mail was not intended for you and was sent to you by mistake, please
telephone or e-mail me immediately, destroy any hard copies of this e-mail and delete
it and any copies of it from your computer system. Any legal privilege and 
confidentiality attached to this e-mail is not waived or destroyed by that mistake.
 
It is your responsibility to ensure that this e-mail does not contain and is not affected
by computer viruses, defects or interference by third parties or replication problems
(including incompatibility with your computer system).




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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.