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


[ Follow-ups to docbook-apps, please! ]

/ Tony Graham <Tony.Graham@sun.com> was heard to say:
| 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.

Right, add

  <uri name="http://docbook.sourceforge.net/release/xsl/snapshot/html/docbook.xsl";
       uri="file:///path/to/where/you/put/things"/>

to your catalog and you should be all set.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | We are afraid of the old age which
http://www.oasis-open.org/docbook/ | we may never attain.--La Bruy\`ere
Chair, DocBook Technical Committee |


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