No idea about the toolkit but perhaps
<chapter href="file:///C:/
may be treated differently to
<chapter href="file:/C:/
it is, I think, arguably more correct
http://www.ietf.org/rfc/rfc1738.txt
says
A file URL takes the form:
file://<host>/<path>
so it should always have two // after the colon, and 3 in the usual case
that the host is omitted.
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>
--~--