DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19829>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19829
Entity Reference not expanding ../ in <!Entity. No Protocol
------- Additional Comments From bodewig@apache.org 2003-05-15 12:12 -------
<!ENTITY commonTargets SYSTEM "../common/targets.xml">
is the problem, it should be
<!ENTITY commonTargets SYSTEM "file:../common/targets.xml">
|