gzilla/show_bug.cgi?id=18224
stack overflow when building schema grammar with full checking
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RE
gzilla/show_bug.cgi?id=18224
stack overflow when building schema grammar with full checking
[EMAIL PROTECTED] changed:
What|Removed |Added
Priority|Other
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
--
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:
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
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:
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
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
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
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
10 matches
Mail list logo