Bugs item #811607, was opened at 2003-09-24 10:28
Message generated for change (Comment added) made by maartenc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=811607&group_id=16035

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: dion gillard (diongillard)
Assigned to: Maarten Coene (maartenc)
Summary: Relative entity processing broken from dom4j-1.4-dev-7

Initial Comment:
dom4j-1.4 has regressed from dom4j-1.4-dev-7

Entities such as:

<!DOCTYPE document [
        <!ENTITY % common-links SYSTEM "../common/links.xml">
        %common-links;
]>


work in dom4j-1.4-dev-7 and the entity is resolved
relative to the xml document, but using the release
dom4j-1.4, they are relative to the current working
directory.

Is there a workaround?

----------------------------------------------------------------------

>Comment By: Maarten Coene (maartenc)
Date: 2004-06-25 21:18

Message:
Logged In: YES 
user_id=178745

No response, assuming this bug is already fixed...

----------------------------------------------------------------------

Comment By: Maarten Coene (maartenc)
Date: 2004-03-24 20:59

Message:
Logged In: YES 
user_id=178745

How do you parse the XML Documents? Are you using
SAXReader.read(File) ?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=811607&group_id=16035


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to