Hi All,
I have always been using jaxb for parsing XML files into java object. This requires generating the java source code from the xsd schema at compiletime.
Now, what if the application needs to parse xml files at runtime which are unknown at compiletime, i.e. provided by users for example ??
David