Hi,
sorry for attaching my question to this, but i have a
same problem,
i have xml file and dtd file in same folder under
web-inf. but i get error dtd not found ,
my groups.xml definiation is some thing like below
<?xml version="1.0"?>
<!DOCTYPE groups SYSTEM "groupsdtd.dtd">

where groups.dtd is in the same folder as groups.xml
and i read the xml file in bean as
URL     grouppath =
application.getResource("/WEB-INF/classes/configfiles/menu/groups.xml");
grouppath.openStream();

Ashish
--- "Bailey, Shane C." <[EMAIL PROTECTED]>
wrote:
>  
> 
> I know this has been asked but I'm not sure of the
> final resolution...
> 
>  
> 
> I need to be able to refer to dtd files under my
> web-inf instead of through
> a remote server.
> 
> I keep getting an error about needing a base URI.
> 
>  
> 
> tia
> 
> 


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to