Opened 10 years ago
Closed 10 years ago
#125 closed enhancement (fixed)
support for XML Base Specification in SAX Reader
Reported by: | vadim.godunko | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | 0.2.0 |
Component: | Matreshka - XML Processor | Version: | |
Keywords: | Cc: |
Description
Several specifications utilize concepts of XML Base Specification. Although SAX EntityResolver's API was extended to provide Base_URI it is not computed now.
XML Catalogs Specification (which should be implemented under #111) also requires support of XML Base Specification.
So, this ticket is open to:
- improve implementation of XML Base;
- provide (Matreshka specific, because there are no any other specification available) API to access to value of base URI for currently processed element.
Change History (5)
comment:1 by , 10 years ago
comment:5 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [2031]: