Hi Antonio,
in my branch there is also the src attribute :-) We need to merge this. I removed the xmlfile completely. It was only in a dev branch and Not officially in a release. The changes in the SpecificationLoader sound very good.
Regards
Daniel
Hi, I had pushed all my changes, so you should have all that I have...
I implemented the src attribute by changing the AnyElement type so that it is possible to use src everywhere instead of embedded XML. But the generic import routine is probably superflicious if your specification loader is merged in...
Sorry for the double work...
XmlUnit is a great idea...
Regards,
Daniel
Hi, I had pushed all my changes, so you should have all that I have...
I implemented the src attribute by changing the AnyElement type so that it is possible to use src everywhere instead of embedded XML. But the generic import routine is probably superflicious if your specification loader is merged in...
Sorry for the double work...
XmlUnit is a great idea...
I have not finished the Ui for WS-HT yet :-( Then I will document it. Have you insert the Code for importing Files to <send> only or to the <completeTask>as well? If not, I'll do...
On 29 January 2012 09:44, Daniel Luebke <daniel...@gmail.com> wrote:
> I have not finished the Ui for WS-HT yet :-( Then I will document it. Have
> you insert the Code for importing Files to <send> only or to the
> <completeTask>as well? If not, I'll do...
No, I haven't. I've only added it to <data> and <template> inside
<send>, I'm afraid. <template>'s src needs to be handled differently
from <data>'s src, as we need to be able to import Velocity templates
that are not well-formed XML documents.
Antonio