| Subject: Re: [xsl] checking for element in CDATA From: David Carlisle <davidc@xxxxxxxxx> Date: Tue, 27 Aug 2002 10:54:44 +0100 | 
> I have write a xsl to check if there is an element
> present in CDATA, how to do this.
CDATA means character data, so by definition there are never any
elements in CDATA.
Your example input is the same input as
<element name="ArticleHistory">
   <example><ArticleHistory>
      <RegistrationYear>2001</RegistrationYear>
      <Received>
         <Year>1999</Year>
         <Month>9</Month>
         <Day>7</Day>
       </Received>
   </ArticleHistory>
  </example>
</element>
so the test you want is
<xsl:if test="contains(example,'<ArticleHistory>')">
.....
</xsl:if>
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] checking for element in CDATA, Srinivas Ch | Thread | Re: [xsl] checking for element in C, Elliotte Rusty Harol | 
| Re: [xsl] SAXParseException, Trevor Nash | Date | [xsl] using xsl:with-param in apply, Niki Dinsey | 
| Month |