DO NOT REPLY [Bug 24558] New: - Using detailed Grammarinformation isn't possible
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24558>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24558
Using detailed Grammarinformation isn't possible
Summary: Using detailed Grammarinformation isn't possible
Product: Xerces-P
Version: 2.3.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Enhancement
Priority: Other
Component: Perl API
AssignedTo: [email protected]
ReportedBy: [email protected]
I validate XML-Files with a Schema. And now I have to analyse specific parts of
the schema. But that isn't possible because the SchemaGrammar-Object isn't known
by the SWIG-Configuration-File and so the Schema-Objects cannot be used.
I'm thinking, a good idea is, to change the function getRootGrammar
(parser-Object), that the correct Grammar-Object (Schema, DTD...) ist returned
dependent on the GrammarType.
With this functionality the Sample SEnumVal is available in Perl, too.