Re: Deprecation warning in XSSerializer sample

2011-01-25 Thread Eric Lilja
Thank you Mr Glavassevich for fixing this in such a prompt manner. I don't know if it matters for this sample or not, but I noticed a small typo on line 1120: "it's" instead of "its". - Eric Lilja On 2011-01-24 04:46, Michael Glavassevich wrote: Hi Eric, Good

Deprecation warning in XSSerializer sample

2011-01-23 Thread Eric Lilja
go away? - Eric Lilja - To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org For additional commands, e-mail: j-users-h...@xerces.apache.org

Re: The XSSerializer sample

2010-08-10 Thread Eric Lilja
On 2010-08-10 18:44, Mukul Gandhi wrote: Hi Mikael, It looks you're right. There seems to be a bug again. It'll help (to track) if you can open a bug report for this defect. We'll try to look at it asap. How would that look like since it would against a code base that hasn't actually been

Re: Detecting xsd:any

2008-12-08 Thread Eric Lilja
Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] Eric Lilja <[EMAIL PROTECTED]> wrote on 12/02/2008 08:12:54 AM: > Hello, I'm parsing schemas (by getting an XSModel and then getting the > top element and going from there) and w

Detecting xsd:any

2008-12-02 Thread Eric Lilja
Hello, I'm parsing schemas (by getting an XSModel and then getting the top element and going from there) and what the program basically does is creating a relational model of the schema. Complex element become tables and their children that are attributes or simple elements that can occur at mo

Re: Parsing xml schema, what happened to XSElementDeclaration.getAnnotationAttrs()?

2008-09-02 Thread Eric Lilja
Stanimir Stamenkov wrote: Sun, 31 Aug 2008 19:34:07 +0200, /Eric Lilja/: public class ParseXMLSchema { public static void main(String[] args) { ParseXMLSchema instance = new ParseXMLSchema(); instance.parseXMLSchema(new File("test-1.xsd")); } private void pars

Re: Parsing xml schema, what happened to XSElementDeclaration.getAnnotationAttrs()?

2008-08-31 Thread Eric Lilja
Stanimir Stamenkov wrote: Hello Eric, Thu, 21 Aug 2008 14:03:26 +0200, /Eric Lilja/: Hello, my first time posting on this list. I've taken over some code that was written several years ago and I'm supposed to update it. One of the things the code does is parse an xml schema. I enc

Re: Parsing xml schema, what happened to XSElementDeclaration.getAnnotationAttrs()?

2008-08-21 Thread Eric Lilja
Eric Lilja wrote: Hello, my first time posting on this list. I've taken over some code that was written several years ago and I'm supposed to update it. One of the things the code does is parse an xml schema. I encountered a problem when I upgraded xerces to 2.9.1:

Parsing xml schema, what happened to XSElementDeclaration.getAnnotationAttrs()?

2008-08-21 Thread Eric Lilja
Hello, my first time posting on this list. I've taken over some code that was written several years ago and I'm supposed to update it. One of the things the code does is parse an xml schema. I encountered a problem when I upgraded xerces to 2.9.1: The method XSElementDeclaration.getAnnotationAt