Hello
I have to read an xml file and transform it.
I've created a simple transformation and it works fine.
Now I get the problem, the xml file looks not always the same,
some nodes exists sometimes, somethimes not.
If a node is missing, my simple transformation fails with the message "Node xx expected"
Is there a way to solve this problem?
Thanks in advance
Daniel