users@jaxb.java.net

RE: anyAttribute

From: yuexiang <yxyang_at_jwcc.net>
Date: 01 Dec 2003 09:00:47 +0800

I am not sure the context of your problem is the same. In my case, my
schema has some any Node, for these nodes, my server side just pass
these data to the clients. So, basically, the server doesn't do
anything. The any elements can be client specific data.



On Sat, 2003-11-29 at 21:47, Robert Lowe wrote:
> Thanks Yuexiang, I guess you are talking about this:
>
> http://java.sun.com/webservices/docs/1.3/jaxb/vendorCustomizations.html#dom
>
> So basically I can add a (RI-specific) customization that makes that
> particular element appear as a DOM node instead of a binding class instance.
> And then I can access all that node's attributes.
>
> Too bad it has to affect the whole element. But I'm not sure what would be a
> better solution.
>
>
>
> Best regards,
>
> Robert Lowe
> http://RMLowe.com/
>
>
>
> -----Original Message-----
> From: yuexiang [mailto:yxyang_at_jwcc.net]
> Sent: Saturday, November 29, 2003 9:31 AM
> To: users_at_jaxb.dev.java.net
> Subject: Re: anyAttribute
>
>
> the RI (reference implementation) supports it by using DOM object.
>
> See vendor specific features.
>
>
> On Fri, 2003-11-28 at 21:04, Robert Lowe wrote:
> > Does the standard implementation have any support for the W3C schema's
> > "anyAttribute" construct?
> >
> > I know it's not required by the spec, but I was wondering if there was any
> > support in the SI? Or if there are any plans to support it?
> >
> >
> > Best regards,
> >
> > Robert Lowe
> > http://RMLowe.com/
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> > For additional commands, e-mail: users-help_at_jaxb.dev.java.net
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net