Hoo ho ...
I never know what these SYSTEM or PUBLIC stuff meant and did not dare to change 
that.
'will try

\T,

--- Gisbert Amm <[EMAIL PROTECTED]> wrote:

> Sorry for the double post, I had problems with my mailclient or IMAP 
> server or whatever.
> 
> Gisbert
> 
> Gisbert Amm wrote:
> > I guess in your xslt task you need a nested xmlcatalog element like so:
> > 
> > <xmlcatalog>
> >   <dtd
> >        publicId="http://cobertura.sourceforge.net/xml/coverage-02.dtd";
> >        location="/path/on/your/harddisk/coverage-02.dtd"/>
> > </xmlcatalog>
> > 
> > In your doctype declaration you probably have to replace "SYSTEM" by 
> > "PUBLIC" (I'm not quite sure, if this is really necessary).
> > 
> > See http://ant.apache.org/manual/CoreTypes/xmlcatalog.html for reference.
> > 
> > Regards,
> > Gisbert Amm
> > 
> > [EMAIL PROTECTED] wrote:
> >> I have an XML document generated which declares the following DOCTYPE :
> >>         <!DOCTYPE coverage SYSTEM 
> >> "http://cobertura.sourceforge.net/xml/coverage-02.dtd";>
> >>
> >> The XSLT parser complains that it cannot connect to the site 
> >> (consitent with the PROXY
> >> authentication requested). So the question is :
> >>      How do I define the XML catalog in that case ... ?
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


--
Any fool can write code that a computer can understand. 
Good programmers write code that humans can understand.
                                                   Martin Fowler 
T. : +32 (0)2 742 05 94
M. : +32 (0)497 44 68 12
@  : [EMAIL PROTECTED]
Do you skype too ... ?

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

Reply via email to