[xsl] Checking whether node value is string or not.

Subject: [xsl] Checking whether node value is string or not.
From: Mukul.Mudgal@xxxxxxxxxxx
Date: Thu, 30 May 2002 11:38:46 +0530
Hello Friends

Is it possible to check the value of a node ...I mean if it is string then
it allow it in result document otherwise discard it.

<Node>Johan</Node>
<Node>Smith</Node>
<Node>123Johan</Node>
<Node>Johan123</Node>
<Node>123456</Node>
<Node>Sarah</Node>

After conversion

<ResultNode>Johan</ResultNode>
<ResultNode>Smith</ResultNode>
<ResultNode/>
<ResultNode/>
<ResultNode/>
<ResultNode>Sarah</ResultNode>



Thanks

Mukul





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


Current Thread