Hi!
I use CALL TRANSFORMATION to get data out of a xml file.
Therefore I've created an xslt file and use it with the call transformation command! This works pretty good, but i've got problems with tags that are longer than 218 chars.
example: <TAG_LONG>...here are more than 218 chars...</TAG_LONG>
If the tag contains more than that number of chars it stops throwing a cx_st_match_element exception!
Can anyone help me with that problem?
Regards,
Daniel