Re: DTD/xsl:import

Subject: Re: DTD/xsl:import
From: Mike Brown <mike@xxxxxxxx>
Date: Mon, 6 Nov 2000 16:41:42 -0700 (MST)
mxmodi@xxxxxxxxxxxxxxx wrote:
> <!ENTITY rootdir SYSTEM "http://sdangel03/tms/";>

You are saying that the 'rootdir' entity lives at that URI.
I think you really want

<!ENTITY rootdir "http://sdangel03/tms/";>

which says that the entity *is* that string.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread