[jdom-interest] XIncluder and DocType

bob mcwhirter bob at werken.com
Mon Apr 30 10:10:07 PDT 2001


> <!DOCTYPE TEAM SYSTEM "file:/D:/books/gold/source/22/team.dtd">
> 
> This is a little surprising. I don't think JDOM should be converting
> relative to absolute URLs without an explicit client request. 
> 
> Looking at the JDOM code I can't figure out where or why this happened.
> It might even be in SAXBuilder or XMLOutputter. Any ideas?

JDOM *may* be turning it into a File, and then using
File.toURL(), which I seem to recall attempts to make
things fully-qualified absolute rooted URLs.

'course, I could be wrong; happens all the time.

	-bob






More information about the jdom-interest mailing list