RE: [xsl] Saxon problem

Subject: RE: [xsl] Saxon problem
From: "Ganesh Babu Nallamothu, Integra-India" <ganeshbabu.nallamothu@xxxxxxxxxxxxxxxxx>
Date: Thu, 4 Nov 2004 22:02:06 +0530
The reason for this error is the doctype line.

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

Saxon is not accepting this line. I am using default class
net.sf.saxon.Transform.

If we remove D: and place the dtd in the place where we are placing the xml
files then it is working fine.

can anybody tell how make saxon accepts the above line.

Whether Saxon supports xml catalogs??

Ganesh


-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Thursday, November 04, 2004 6:17 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Saxon problem



> No, they certainly shouldn't, as d:a\b\c is not the same as d:\a\b\c !

Ah, apply string equality using a collation algorithm that takes account
of my typing accuracy....

________________________________________________________________________
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