Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-1, 1.0-alpha-2, 1.0-alpha-3, 1.0-alpha-4, 1.0-alpha-5, 1.0-alpha-6, 1.0-alpha-7, 1.0-alpha-8, 1.0-alpha-9, 1.0-alpha-10
-
Fix Version/s: 1.0-alpha-13
-
Component/s: modello-plugin-dom4j
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
To be able to read an XML file with entities the parser must have as Input an URL or a File to resolve relative entities. It's not possible with a Reader. It doesn't work for xpp3 (I'm preparing a plugin for woodstox which support entities) but it works for the dom4j reader. It allow us in maven 1 to read the model from a POM with relative entities.
Issue Links
| This issue is depended upon by: | ||||
| MAVEN-1755 | Backward Incompability : Usage of xml entities in the POM doesn't work in maven 1.1 beta 1 & 2 |
|
|
|
There's not URL or File input available in a XmlPullParser