xsl-list
[Top] [All Lists]

RE: problems caused by DOCTYPE

2004-05-12 12:29:51
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(_at_)stanfordalumni(_dot_)org] 
Sent: Wednesday, May 12, 2004 2:02 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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!



<Prev in Thread] Current Thread [Next in Thread>