Re: User type static handler

2009-03-14 Thread Wesley Leggette
nclude a detailed example on the >> lines of what you have in your email? >> >> Cezar >> >>> -Original Message- >>> From: Wesley Leggette [mailto:wlegge...@cleversafe.com] >>> Sent: Sunday, March 08, 2009 2:35 PM >>

Re: User type static handler

2009-03-10 Thread Wesley Leggette
Original Message- >> From: Wesley Leggette [mailto:wlegge...@cleversafe.com] >> Sent: Sunday, March 08, 2009 2:35 PM >> To: dev@xmlbeans.apache.org >> Subject: User type static handler >> >> Hello, >> >> I often run into the situatio

RE: User type static handler

2009-03-10 Thread Cezar Andrei
> -Original Message- > From: Wesley Leggette [mailto:wlegge...@cleversafe.com] > Sent: Sunday, March 08, 2009 2:35 PM > To: dev@xmlbeans.apache.org > Subject: User type static handler > > Hello, > > I often run into the situation where I want to use a custom (non-buil

User type static handler

2009-03-08 Thread Wesley Leggette
Hello, I often run into the situation where I want to use a custom (non-built in) simple type in an XML document that would be well translated to a Java class. A UUID is a good example: Here, xs:string is the base class, obviously. What would be nice is to indic