xsl-list
[Top] [All Lists]

Re: Saxon problem

2004-11-04 09:40:55

  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
________________________________________________________________________


<Prev in Thread] Current Thread [Next in Thread>