This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DTD/xsl:import


mxmodi@duke-energy.com 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]