cancel
Showing results for 
Search instead for 
Did you mean: 

XSL Transformation output

0 Kudos

Hi,

My xsl_transformation action does not show/give xml output. no error thrown only a warning: Unable to retrieve node from expression : XSL_Transformation_0.Output.

I copied the action block along with the input xml to a new transaction for testing if my stylesheet is at fault but got successful results, got the xml output from the xsl_transformation. But still not working on my original transaction.

anyone know what is going on here?

-Bheki

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Can you please share your XSLT and your XML so that I can see what's going on in my MII environment?

Thanks,
Sam

0 Kudos

Hi Salvatore,

I have since solved the issue. the problem was with hyphen vs dash/minus in XML

<Row>

            <LotNumber>123456</LotNumber>

            <Element>Pt, Pd</Element>

            <Comment>Concession - AMANUI 2014 - 001</Comment>

</Row>


The hyphen between the numbers in the <Comment> was read/rendered as a dash or minus and breaking my transformation. had to use string function to replace such.


Find

Concession - AMANUI 2014 002

Replace

Concession - AMANUI 2014 - 002

Thanks,

Bheki

Answers (0)