Project

Profile

Help

Bug #4559

closed

Error: "XInclude processing is not supported with a pull parser"

Added by Max Toro almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
Documentation
Sprint/Milestone:
-
Start date:
2020-05-20
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
10, 9.9
Fix Committed on Branch:
10, 9.9
Fixed in Maintenance Release:
Platforms:

Description

According to https://www.saxonica.com/html/documentation9.9/configuration/config-features.html

This option relies on support in the underlying XML parser. If the XML parser does not support XInclude processing, the option is ignored.

However, it throws "XInclude processing is not supported with a pull parser".

var processor = new Processor();
processor.SetProperty("http://saxon.sf.net/feature/xinclude-aware", "on");

var docb = processor.NewDocumentBuilder();
docb.Build(XmlReader.Create(new StringReader("<foo/>")));

Please register to edit this issue

Also available in: Atom PDF