Welcome to this Blog. I am Software Engineer and work for Zühlke Engineering AG in Bern. This is my private blog, in which I will post mainly about technical stuff like Software Engineering or IT related topics. The views expressed herein do not necessarily represent those of my employer.

 

 
 

 

I like to validate the binding XML file against a schema, to prevent typos and other mistakes. In the folder docs of the JiBX zip archive, there is the XML schema binding.xsd. Just use it like following:

<binding xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nonamespaceschemalocation="binding.xsd">

 

 

 

 

 
Leave a comment