DO NOT REPLY [Bug 18224] - stack overflow when building schema grammar with full checking

2003-03-24 Thread bugzilla
gzilla/show_bug.cgi?id=18224 stack overflow when building schema grammar with full checking [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 18224] - stack overflow when building schema grammar with full checking

2003-03-24 Thread bugzilla
gzilla/show_bug.cgi?id=18224 stack overflow when building schema grammar with full checking [EMAIL PROTECTED] changed: What|Removed |Added Priority|Other

DO NOT REPLY [Bug 18224] - stack overflow when building schema grammar with full checking

2003-03-21 Thread bugzilla
gzilla/show_bug.cgi?id=18224 stack overflow when building schema grammar with full checking --- Additional Comments From [EMAIL PROTECTED] 2003-03-21 15:18 --- Created an attachment (id=5460) set of schema documents --

DO NOT REPLY [Bug 18224] New: - stack overflow when building schema grammar with full checking

2003-03-21 Thread bugzilla
gzilla/show_bug.cgi?id=18224 stack overflow when building schema grammar with full checking Summary: stack overflow when building schema grammar with full checking Product: Xerces2-J Version: 2.3.0 Platform: Other OS/Version:

DO NOT REPLY [Bug 9771] - Schema grammar not present after parsing a no namespace schema

2002-06-11 Thread bugzilla
gzilla/show_bug.cgi?id=9771 Schema grammar not present after parsing a no namespace schema [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 9771] New: - Schema grammar not present after parsing a no namespace schema

2002-06-11 Thread bugzilla
gzilla/show_bug.cgi?id=9771 Schema grammar not present after parsing a no namespace schema Summary: Schema grammar not present after parsing a no namespace schema Product: Xerces2-J Version: 2.0.1 Platform: Other OS/Version:

Re: Schema grammar

2002-01-28 Thread Elena Litani
Naren Chawla wrote: > 1. Generate a schema grammar from XML Schema file Yes, you can do it with Xerces using DOM L3 Load APIs. > 2. Change the schema grammar programmatically (for e.g., add a new > element) > 3. Generate a modified schema file on the filesystem from the modif

Schema grammar

2002-01-27 Thread Naren Chawla
Folks: I would like to achieve this - 1. Generate a schema grammar from XML Schema file 2. Change the schema grammar programmatically (for e.g., add a new element) 3. Generate a modified schema file on the filesystem from the modified schema grammar Looking at xerces java 2 code, seems like I

schema grammar

2002-01-24 Thread Naren Chawla
Folks: Given a XML Schema file, we can use Xerces to parse the schema and generate SchemaGrammar. I want to go the reverse way - from SchemaGrammar to a schema file. Esentially, I would like to programmatically change the schema grammar and then generate a new schema file out of this. Any

Schema grammar chaching for Xerces1

2001-08-29 Thread Vlad . Epshtein
I have a huge XSD schema file (around 500Kb) which I need to use to validate a stream of XML requests (in OFX format). It takes about a minute to finish validation of one request on my PC. I tried to do schema file cashing by implementing EntityResolver, but it didn't make much difference - parsin