DO NOT REPLY [Bug 41555] New: - ResolvingXMLReader should consider setXIncludeAware(boolean)
| Newsgroups | gmane.text.xml.commons.devel |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41555>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41555
Summary: ResolvingXMLReader should consider
setXIncludeAware(boolean)
Product: XmlCommons
Version: 1.x
Platform: All
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Resolver
AssignedTo: [email protected]
ReportedBy: [email protected]
beside namespace awareness and validating ResolvingXMLReader should also
consider xincludeawareness:
SAXParserFactory spf = SAXParserFactory.newInstance();
spf.setNamespaceAware(namespaceAware);
spf.setValidating(validating);
spf.setXIncludeAware(xIncludeAware);
Regards Joerg
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.