cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CPI XSLT Issue "java.lang.IllegalArgumentException: Supplied Clark name is null or empty"

brandonleenaido
Explorer
0 Kudos

Good day,

We are experiencing an xslt error on some of our iflows, this worked as is a week ago.

When we run the iflows now we get the following error near the xslt "java.lang.IllegalArgumentException: Supplied Clark name is null or empty".

XSLT:

<?xml version="1.0" encoding="UTF-8"?>

<xsl:stylesheet version="3.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:output indent="yes" method="xml"/>

<!--Identity template copies content forward -->

<xsl:template match="@*|node()">

<xsl:copy>

<xsl:apply-templates select="@*|node()"/>

</xsl:copy>

</xsl:template>

<xsl:template match="PerPerson/PerPerson[(employmentNav/EmpEmployment/jobInfoNav/EmpJob/countryOfCompany!='ZAF')]"/>

</xsl:stylesheet>

MortenWittrock
Active Contributor
0 Kudos

Hi Brandon

Please edit your question and use the CODE button to insert your stylesheet - otherwise the code gets mangled, as you can see above this comment.

Regards,

Morten

Accepted Solutions (0)

Answers (0)