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: XSLT processor performance


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

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