<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2919.6307" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello All,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>The SAXBuilder class lets me specify that the
parsed document is to be validated, but does not let me change system
identifiers to local URIs eg. to change the system identifier for the DTD from
"<A href="http://...">http://...</A>" to "<A
href="file:///...">file:///...</A>"</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>How would you change system identifiers to local
URIs?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>The SAXBuilder class could provide another
constructor which accepted a java.util.Properties object to automatically change
any system identifier (a key in the Properties object) to the specified URI (a
value in the Properties object)?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Looking forward to your feedback.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Many thanks,<BR>Bruce
Raggett.<BR></FONT></DIV></BODY></HTML>