Subject: Re: How to disable/turn off the inclusion of DTD in html/xhtml to xml
From: Jack Bush <netbeansfan@xxxxxxxxxxxx>
Date: Mon, 26 Jul 2010 07:01:08 -0700 (PDT)
|
Hi David,
Just want to drop a line to let you know that the remaining issue
of looking up
local DTD from secondary documents in XSLT 2.0 stylesheet using
catalog.xml has
been resolved. Please refer to
https://sourceforge.net/projects/saxon/forums/forum/94027/topic/3784132/index
/page/1
for detail.
Thank you for your patience & support,
Jack
________________________________
From: David Carlisle <davidc@xxxxxxxxx>
To:
xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Sent: Sat, 24 July, 2010 9:50:13 PM
Subject:
Re: How to disable/turn off the inclusion of DTD in html/xhtml to
xml
On 24/07/2010 07:40, Jack Bush wrote:
> Any ideas how this could be done?
> We
are nearly there.
> Thanks a million again,
> Jack
>
not off the top of my
head (I hardly ever use catalogs myself:-) but it should
work think
http://www.saxonica.com/documentation/javadoc/net/sf/saxon/StandardURIResolve
r.html
implies the uri resolver gets used for document()
however the tag
soup doc
http://home.ccil.org/~cowan/XML/tagsoup/
implies you could specify
a local uri to the dtd directly rather than using the
w3c one and then
needing a catalog.
David
|