Re: XSLT processor performance

Subject: Re: XSLT processor performance
From: Sebastian Rahtz <sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 28 Jul 2000 11:54:50 +0100 (BST)
another apropos of my own message, I grabbed and tried TransforMiiX,
to find to my surprise that it does not like

<?xml version="1.0"?>
<!DOCTYPE cemetery SYSTEM "cem.dtd" [ 
  <!ENTITY data1 SYSTEM "data1.xml">
]>
<cemetery>
&data1;
</cemetery>

ie it does not pick up the external file.

I had a vague idea that one had to read the DTD subset? It is just
optional, is it? in which case shouldn't &data1; be an error?

Sebastian


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


Current Thread