xsl-list
[Top] [All Lists]

Re: [xsl] How to disable/turn off the inclusion of DTD in html/xhtml to xml

2010-07-24 06:50:25
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/StandardURIResolver.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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--