RE: [xsl] problems caused by DOCTYPE

Subject: RE: [xsl] problems caused by DOCTYPE
From: "Zoltan Molnar" <zolmol@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 May 2004 14:29:51 -0500
Thanks, that works (copying the dtd file in the same directory as the
input file).

Is there any other way resolving this issue, to avoid this copy
manoeuvre?

Regards, Zolmol

> -----Original Message-----
> From: Chris Loschen [mailto:closchen@xxxxxxxxxxxxxxxxxx] 
> Sent: Wednesday, May 12, 2004 2:02 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] problems caused by DOCTYPE
> 
> 
> At 02:52 PM 5/12/2004, you wrote:
> 
> >Hi,
> >
> >I'd like to transform an xml file to another.
> >
> >I have the input file like:
> ><?xml version="1.0" encoding="UTF-8"?>
> ><!DOCTYPE project SYSTEM "mga.dtd">
> 
> Is the DTD in the working directory? How about any files 
> referenced in the DTD (e.g., entity files, includes, etc.)? 
> If not, your transformation would fail. You should be getting 
> some error messages in that case, but perhaps they're getting 
> logged somewhere that you haven't found yet.
> 
> That's the first place I'd check, anyway. Good luck!

Current Thread