File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 509
509
</xsl : element >
510
510
</xsl : template >
511
511
512
+ <xsl : template match =" isNotEqual" >
513
+ <xsl : element name =" if" >
514
+ <xsl : attribute name =" test" >
515
+ <xsl : if test =" substring-before(@property, '.')" >
516
+ <xsl : value-of select =" substring-before(@property, '.')" /><xsl : text > != null and </xsl : text >
517
+ </xsl : if >
518
+ <xsl : value-of select =" @property" />
519
+ <xsl : text ><![CDATA[ != ]]> </xsl : text >
520
+ <xsl : value-of select =" @compareProperty" />
521
+ <xsl : choose >
522
+ <xsl : when test =" number(@compareValue) > '-999999999'" >
523
+ <xsl : value-of select =" @compareValue" />
524
+ </xsl : when >
525
+ <xsl : otherwise >
526
+ <xsl : text ><![CDATA[ "]]> </xsl : text ><xsl : value-of select =" @compareValue" /><xsl : text ><![CDATA[ "]]> </xsl : text >
527
+ </xsl : otherwise >
528
+ </xsl : choose >
529
+ </xsl : attribute >
530
+ <xsl : value-of select =" @prepend" />
531
+ <xsl : apply-templates />
532
+ </xsl : element >
533
+ </xsl : template >
534
+
512
535
<xsl : template match =" isLessEqual" >
513
536
<xsl : element name =" if" >
514
537
<xsl : attribute name =" test" >
You can’t perform that action at this time.
0 commit comments