Version 15 (modified by fbatard, 5 years ago)

--

Finish off with the bugs to transfer everything under XMLBeans

We finished what I've been doing under the observation response in week 3
We finished to correct the bugs in the response.parser.DefaultParser?

We also got to change the package name from org.w3.unicorn to org.w3c.unicorn to stay relevant.This can be done by changing the namespace in the schema. The scomp method will generate everything by itself like a good boy :). The problem is that the ucn output on the validator are w3.org ... and it doesn't match what we defined to be w3c.org... therefore -> type mismatch

Get started with the new tasklist

We cared about the new schema in order to enhance it and use it in XMLBeans You can find the schema attached in this page. I think we still have to improve it to treat all the cases. For example we have to test if we can do mutiple <if> tags. <if> inside <if> inside <if>

List of classes to change only to adapt the tasklist to XMLBeans :

I'll guess we'll have to add some too in order to implement the new functionnalities.
In order to match with XMLbeans philosophy we had to add extra child nodes in cond node in order to get the inner text. Indeed XmlBeans? doesn't like nodes with attribute and inner text at same. If we would have done so , the generated classes couldn't access to the inner text of the node. Therefore we created these extra nodes.


Define the new functionnalities to implement and how

Attachments