Andy, I think I have fixed this in HEAD now. There is still a couple of issues I need to look at but I'd be interested to see if it works for you.
Cheers, On 14/06/07, Andy Grove <[EMAIL PROTECTED]> wrote:
Pete, Thanks for that information. The main use case I am currently looking at is the ability to parse an XML document where types have not been defined. From memory, whenever I have attempted this the XMLDocument.getRootDataObject() method returns NULL. Thanks, Andy. -----Original Message----- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wed 13/06/2007 12:57 To: [email protected] Subject: Re: Does Tuscany SDO C++ support open content properties? Open content properties are supported in the SDO C++ implementation. I'm not sure if support is quite up to "spec" level but it's fairly close. Deserializing an xml document to SDO without schema is probably "not quite there" and the XMLHelper and parser code would need looking at to make this work as per the SDO spec... but I think it could be reasonably simple to support. Do you have a particular scenario that you need to work? Cheers, On 13/06/07, Andy Grove <[EMAIL PROTECTED]> wrote: > > I understand that Tuscany SDO C++ requires types to be defined before > parsing xml documents. Would I be correct in assuming that this is because > open content properties are not yet supported? If so, are there any plans > for implementing this support? > > Thanks, > > Andy. > -- Pete Th --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Pete
