Sourabh Choubey

Sourabh Choubey

  • NA
  • 236
  • 41.4k

I want to check in xslt whether an existing child node exist

Aug 2 2016 3:48 AM

Here is my if statement:

 <xsl:if test="following-sibling::Blogs/IDs"> </xsl:if>

Here is my xml:

enter code here   <Blogs><IDs Id="1"></Blogs>
help is greatly appreciated.

Answers (3)