3
Answers

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

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)