[xstream-user] Re: Re: Re: Developing a custom list

2012-11-17 Thread Jörg Schaible
Ruben Fragoso wrote: > here is an example of the message that i get > > only START_TAG can have attributes END_TAG seen ... widht="23" type="TypeOne" name="One" heigh="23"/>... @3:68 : only > START_TAG can have attributes END_TAG seen ... type="TypeOne" name="One" heigh="23"/>... @3:68 You tes

[xstream-user] Re: Re: XStream seems unable to process XSLT containing sort if the xsl:for-each select is a variable.

2012-11-17 Thread Jörg Schaible
Hi Craig, Craig Burlock wrote: > Hi Jörg, > > I may not be as clever as you, but I find you question ambiguous. > > Can you elaborate on your question? > > Can you help me with my issue? See Ruben's message. I simply don't understand, what your problem should have to do with XStream at all.

[xstream-user] Re: Re: Re: Developing a custom list

2012-11-17 Thread Jörg Schaible
Hi Ruben, Ruben Fragoso wrote: > Hi Jorg > > thank you for comming back to me. I believe i miss lead you. my problem in > not in the test, the problem that am talking about is related to the fact > that the i cannot get the members of the Custom object to be populated, > the problem is inside th

Re: [xstream-user] Re: Re: Developing a custom list

2012-11-17 Thread Ruben Fragoso
here is an example of the message that i get only START_TAG can have attributes END_TAG seen ... ... @3:68 : only START_TAG can have attributes END_TAG seen ... ... @3:68 On Sat, Nov 17, 2012 at 1:26 PM, Jörg Schaible wrote: > Hi Ruben, > > Ruben Fragoso wrote: > > > Thank you Jorg for coming

Re: [xstream-user] XStream seems unable to process XSLT containing sort if the xsl:for-each select is a variable.

2012-11-17 Thread Ruben Fragoso
Hello Craig As far as i understand Xstream is a tool to marshal and unmarshall, it is not about XSLT nor about xsd validation, for that you need to use other frameworks, hope this helps Regards Ruben On Sat, Nov 17, 2012 at 11:13 AM, cbb wrote: > > Sorry for this, my notes are in the office a

Re: [xstream-user] Re: Re: Developing a custom list

2012-11-17 Thread Ruben Fragoso
Hi Jorg thank you for comming back to me. I believe i miss lead you. my problem in not in the test, the problem that am talking about is related to the fact that the i cannot get the members of the Custom object to be populated, the problem is inside the Unmarshal function, if i look at the exampl

Re: [xstream-user] Re: XStream seems unable to process XSLT containing sort if the xsl:for-each select is a variable.

2012-11-17 Thread Craig Burlock
Hi Jörg, I may not be as clever as you, but I find you question ambiguous. Can you elaborate on your question? Can you help me with my issue? On Sat, Nov 17, 2012 at 10:57 PM, Jörg Schaible wrote: > cbb wrote: > > > > > Sorry for this, my notes are in the office and I wanted to post this > asa

[xstream-user] Re: XStream seems unable to process XSLT containing sort if the xsl:for-each select is a variable.

2012-11-17 Thread Jörg Schaible
cbb wrote: > > Sorry for this, my notes are in the office and I wanted to post this asap. > I will revisit this post on Monday morning and add the exact XStream > exception and verify my example. > > Whenever I try to: > > > > > > > > > I get an exception when XSLT tries to process t

[xstream-user] Re: Re: Developing a custom list

2012-11-17 Thread Jörg Schaible
Hi Ruben, Ruben Fragoso wrote: > Thank you Jorg for coming back to me > > well i just wrote a bit of the code, to give an example > > you can see the full example in this link > > https://docs.google.com/open?id=0B8TCL6GRojyLbzVYckZ2cEpWOUE > > so you can navigate without downloading it > >

[xstream-user] XStream seems unable to process XSLT containing sort if the xsl:for-each select is a variable.

2012-11-17 Thread cbb
Sorry for this, my notes are in the office and I wanted to post this asap. I will revisit this post on Monday morning and add the exact XStream exception and verify my example. Whenever I try to: I get an exception when XSLT tries to process the XML and the XSLT. I am confident that

Re: [xstream-user] Re: Developing a custom list

2012-11-17 Thread Ruben Fragoso
Thank you Jorg for coming back to me well i just wrote a bit of the code, to give an example you can see the full example in this link https://docs.google.com/open?id=0B8TCL6GRojyLbzVYckZ2cEpWOUE so you can navigate without downloading it it is very small project 8kb. I would greatly apprecia