Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

XML Parsing

Former Member
0 Kudos

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

2 REPLIES 2

Former Member
0 Kudos

Hi,

Give data type as string.

Regards,

Prashant.

Former Member
0 Kudos

try this link also: