Re: Problem with XSLT URI resolution for docbook

2006-04-14 Thread Antoine Levy-Lambert
Hello Adam, the error message indicates that a dtd on the web cannot be found. Maybe you need to set a feature of the saxon processor using the nested element attribute to tell the xslt processor not to load dtds from the web. Also maybe the xslt task is not really using saxon, there have been so

Problem with XSLT URI resolution for docbook

2006-04-13 Thread Adam Perry-Pelletier
I'm trying to get docbook up and running under Ant. Following some instructions on the web, I got it to work by directly invoking the Saxon XSLT processor via the task. However, all the docbooks is just XSLT, so I'd like to use the task instead of . However, I can't seem to get the combination