Reputation: 390
im using tibco and need to recover 3 xml field from an input who is in text format. Normally i will parse the whole message in xml and extract the 3 field i need but the xml format as been lost.
Is there a way to recover the 3 field without recreate the xml file?
Upvotes: 1
Views: 340
Reputation: 390
I find the solution myself:
You can simply configure the output of the parse xml to an any object element. And write the path the same way you have an xml scheme
exemple :
edit : don't forget to configure the validation in 'lax' :
Upvotes: 1