History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-18390
Type: Bug Bug
Status: Open Open
Assignee: Maxim Mossienko
Reporter: Alexander Strotzky
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

xi:include: take xml:base into consideration

Created: 10 Jun 08 19:13   Updated: 16 Jun 08 13:04
Component/s: XML editing

Build: 7,860


 Description  « Hide
When resolving xi:include's href attribute (for validation/autocompletion) take xml:base into consideration.
Relevant specification: http://www.w3.org/TR/xmlbase/

Compare bugfix against a JAXP 1.3 implementation (e.g. xerces).

SAXParserFactory factory = SAXParserFactory.newInstance();
factory.setXIncludeAware(true);
...


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.