Re: Re: [C++] The saga of writing xml element namespace prefixes ...

2006-12-22 Thread Caroline Maynard
It works for me! Sebastien? On 21/12/06, Pete Robbins [EMAIL PROTECTED] wrote: I have checked in a fix which I believe works for the PHP wsdl generation scenario and for our SCA samples. -- Caroline

Re: Re: [C++] The saga of writing xml element namespace prefixes ...

2006-12-21 Thread Pete Robbins
I have checked in a fix which I believe works for the PHP wsdl generation scenario and for our SCA samples. Cheers, On 20/12/06, Caroline Maynard [EMAIL PROTECTED] wrote: Thanks, we're OK to stick with the old level for now. I understood this thread to say that the latest version would work

Re: [C++] The saga of writing xml element namespace prefixes ...

2006-12-20 Thread Caroline Maynard
Pete et al, The latest code from HEAD is still broken - it fails the http://issues.apache.org/jira/browse/TUSCANY-962 scenario. This is the #1 use case for SCA - we cannot use this latest code with PHP. -- Caroline

Re: Re: [C++] The saga of writing xml element namespace prefixes ...

2006-12-20 Thread Pete Robbins
On 20/12/06, Caroline Maynard [EMAIL PROTECTED] wrote: Pete et al, The latest code from HEAD is still broken - it fails the http://issues.apache.org/jira/browse/TUSCANY-962 scenario. This is the #1 use case for SCA - we cannot use this latest code with PHP. -- Caroline Yes I know and it

Re: Re: [C++] The saga of writing xml element namespace prefixes ...

2006-12-20 Thread Caroline Maynard
Thanks, we're OK to stick with the old level for now. I understood this thread to say that the latest version would work both for Sebastien's scenario and for the WSDL generation, but it seems I was confused. I'll keep waiting for the ultimate fix ... On 20/12/06, Pete Robbins [EMAIL PROTECTED]

Re: [C++] The saga of writing xml element namespace prefixes ...

2006-12-15 Thread Pete Robbins
On 15/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 14/12/06, Pete Robbins [EMAIL PROTECTED] wrote: .. .and I suppose attributes too although we don't currently ever write a prefix on an attribute (we should!) OK so I have been trying to fix the

Re: [C++] The saga of writing xml element namespace prefixes ...

2006-12-15 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 15/12/06, Pete Robbins [EMAIL PROTECTED] wrote: On 15/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 14/12/06, Pete Robbins [EMAIL PROTECTED] wrote: .. .and I suppose attributes too although we don't currently ever write a

Re: [C++] The saga of writing xml element namespace prefixes ...

2006-12-15 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 15/12/06, Pete Robbins [EMAIL PROTECTED] wrote: On 15/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 14/12/06, Pete Robbins [EMAIL PROTECTED] wrote: .. .and I suppose attributes too although we don't currently ever write a

Re: [C++] The saga of writing xml element namespace prefixes ...

2006-12-15 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Pete Robbins wrote: On 15/12/06, Pete Robbins [EMAIL PROTECTED] wrote: On 15/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 14/12/06, Pete Robbins [EMAIL PROTECTED] wrote: .. .and I suppose attributes too although we

Re: [C++] The saga of writing xml element namespace prefixes ...

2006-12-15 Thread Pete Robbins
On 15/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Pete Robbins wrote: On 15/12/06, Pete Robbins [EMAIL PROTECTED] wrote: On 15/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 14/12/06, Pete Robbins [EMAIL

Re: [C++] The saga of writing xml element namespace prefixes ...

2006-12-15 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 15/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Pete Robbins wrote: On 15/12/06, Pete Robbins [EMAIL PROTECTED] wrote: On 15/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 14/12/06, Pete

[C++] The saga of writing xml element namespace prefixes ...

2006-12-14 Thread Pete Robbins
.. .and I suppose attributes too although we don't currently ever write a prefix on an attribute (we should!) OK so I have been trying to fix the SDOXMLWriter code to do the right thing and I think it is OK now for writing xsi:type information. The problem we have is writing namespace prefix for

Re: [C++] The saga of writing xml element namespace prefixes ...

2006-12-14 Thread Pete Robbins
On 14/12/06, Pete Robbins [EMAIL PROTECTED] wrote: .. .and I suppose attributes too although we don't currently ever write a prefix on an attribute (we should!) OK so I have been trying to fix the SDOXMLWriter code to do the right thing and I think it is OK now for writing xsi:type

Re: [C++] The saga of writing xml element namespace prefixes ...

2006-12-14 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 14/12/06, Pete Robbins [EMAIL PROTECTED] wrote: .. .and I suppose attributes too although we don't currently ever write a prefix on an attribute (we should!) OK so I have been trying to fix the SDOXMLWriter code to do the right thing and I think it is OK now for

Re: [C++] The saga of writing xml element namespace prefixes ...

2006-12-14 Thread Pete Robbins
On 15/12/06, Pete Robbins [EMAIL PROTECTED] wrote: On 15/12/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 14/12/06, Pete Robbins [EMAIL PROTECTED] wrote: .. .and I suppose attributes too although we don't currently ever write a prefix on an attribute