Re: [xsl] Saxon problem

Subject: Re: [xsl] Saxon problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 4 Nov 2004 16:40:55 GMT
  The reason for this error is the doctype line.

  <!DOCTYPE content SYSTEM "D:/test/DTD/camml-con.dtd">

  Saxon is not accepting this line. 

which is the correct behaviour as it is in error.
the SYSTEM id of an XML file should be a URI so


  <!DOCTYPE content SYSTEM "file:///D:/test/DTD/camml-con.dtd">

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread