| 43 | | Feature addition: |
|---|
| 44 | | This release enables using class loaders for differant namespaces which allows to load classes |
|---|
| 45 | | at runtime of the XmlParser instead of having to load all classes before parsing the xml files. |
|---|
| 46 | | Bugfix: |
|---|
| 47 | | The ConstructorValueConverter now works with all examples. |
|---|
| | 43 | Feature additions: |
|---|
| | 44 | - New feature to define abstract tags, which enables yo to define the concrete type in the tag instead of the definition (mikey) |
|---|
| | 45 | - It is no possible to define an explicit setter method for character data inside a tag (schst) |
|---|
| | 46 | - Added several unit tests (mikey) |
|---|
| | 47 | Bugfixes: |
|---|
| | 48 | - Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) |
|---|
| | 49 | - Fixed bug #7: check, whether factory method can be called statically (schst) |
|---|