Arnaud Blandin wrote:
>
> Hi all,
>
> We have added a feature the allows to use the XML type 'QName' in the
> Marshalling framework.
> You can specify the type QName in your XML Schema and then use the Source
> Generator or
> in a mapping file in the element <bind-xml>.
> A QName (prefix:value) is mapped into memory as '{URI}value'.
> For instance given the following mapping element:
>
> <bind-xml name="foo" node="element" type="QName"/>
> ------------
> and the following xml fragment:
>
> <foo xmlns:bar="http://www.castor.org/Tests/QName">bar:value</foo>
>
> the in-memory representation of 'foo' will be
> '{http://www.castor.org/Tests/QName}'.
I believe you mean: '{http://www.castor.org/Tests/QName}value'. :-)
--Keith
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev