SAP CPI Filter XPath
Select all data noodes that are not empty :
|
|
To filter records that have a field with a value less or equal than today :
XPath:
/*[local-name()='RootName' and namespace-uri()='http://namespace']/*[local-name()='RecordName' and namespace-uri()=''] [ xs:date(subrecord/mydate) le xs:date(current-date())]
XSL:
|
|
more to come
|
|