Hi Michael, On Tue, Nov 22, 2005 at 11:29:57AM -0500, MichaelHoelzen@xxxxxxx wrote: > can anybody help to get a working environment under > Windows XP just to have the german xml converted to html? > > [...] list of installed programs > > $ make > *** Creating directories *** > -- Profiling XML for de > I/O error : Attempt to load network entity http://docbook.sourceforge.net/ > release/xsl/current/profiling/profile.xsl > warning: failed to load external entity "http://docbook.sourceforge.net/release > /xsl/current/profiling/profile.xsl" > compilation error: file ../stylesheets/profile.xsl line 5 element import > xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/ > profiling/profile.xsl This looks very much like a non existing or broken XML catalog. The processor looks up the installed stylesheets on your harddisk by using the mapping in the catalog. A catalog can look like this: <?xml version="1.0"?> <!DOCTYPE catalog PUBLIC "-//OASIS//DTD XML Catalogs V1.0//EN" "file:///usr/share/xml/schema/xml-core/catalog.dtd"> <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> <delegateURI uriStartString="http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/" catalog="file:///etc/xml/scrollkeeper.xml"/> <delegatePublic publicIdStartString="ISO 8879:1986//ENTITIES" catalog="file:///etc/xml/sgml-data.xml"/> <delegateSystem systemIdStartString="/usr/share/sgml/dtd/svg" catalog="file:///etc/xml/sgml-data.xml"/> <delegateSystem systemIdStartString="http://docbook.org/xml/" catalog="file:///etc/xml/docbook-xml.xml"/> </catalog> This one delegates to other catalog files in the system to lookup the stylesheets. I can't explain every detail here, because this will probably fill a chapter in a book. Unfortunately, I don't know how a correct XML catalog will look like on a MS Windows system. Maybe some others can help here? Greetings, -- Roman Joost www: http://www.romanofski.de email: romanofski@xxxxxxxx
Attachment:
pgpMmn1Xd3sWa.pgp
Description: PGP signature
_______________________________________________ Gimp-docs mailing list Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs