This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: website dtd newbie


Massimiliano Mirra wrote at 20 Nov 2001 11:35:26 +0100:
 > But at some point it must be happening something that forces xsltproc
 > to look on the net for something it is not finding on the system:
...
 > 1267  write(2, "Attempt to load network entity http://docbook.sourceforge.net/release/xsl/snapshot/html/docbook.xsl \n", 101) = 101

It's not a catalog problem, it's an <xsl:import> element in the
stylesheets:

xsl/website-common.xsl:<xsl:import href="http://docbook.sourceforge.net/release/xsl/snapshot/html/docbook.xsl"/>

Maybe you can add docbook.xsl to your catalog, but you can certainly
change the href to a relative URL to point to the file on your file
system.

Regards,


Tony Graham
------------------------------------------------------------------------
XML Technology Center - Dublin                mailto:tony.graham@sun.com
Sun Microsystems Ireland Ltd                       Phone: +353 1 8199708
Hamilton House, East Point Business Park, Dublin 3            x(70)19708


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]