Hi, I create a component with a xml variable in input
parameter.In this component, I evaluate some nodes.The xml schema of the xml variable looks like this :
125
applica
0
<...>In my java class, I use : NodeList nl =
(NodeList)evaluerDOM(dom,"//block1/*",NODE);to retrieve all
the node under block1.When I test it in eclipse on an xml
file. There is no problem.When I test it in my Livecycle
process on an xml variable. There is no problem if the node "DescFonct"
is full otherwise I can't retr...