El Viernes, 12 de Mayo de 2006 22:52, Dan Nicholson escribió: > xsltproc is invoked with the stylesheet profile.xsl. Here's the > contents of that file: > === > <?xml version="1.0" encoding="utf-8"?> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > version='1.0'> > > <xsl:import > > href="http://docbook.sourceforge.net/release/xsl/current/profiling/profile. >xsl" /> >
To can process that, at least Doc-Book-XSL > 1.50 (due profiling support) is required. > <!-- Generate DocBook instance with correct DOCTYPE --> > <xsl:output method="xml" encoding="utf-8" > doctype-public="-//OASIS//DTD DocBook XML V4.3//EN" > doctype-system="http://www.docbook.org/xml/4.3/docbookx.dtd"/> Plus, to validate generated files DocBook-XML 4.3 is needed. I think that both are required dependencies for documentation generation. -- Manuel Canales Esparcia Usuario de LFS nº2886: http://www.linuxfromscratch.org LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.com TLDP-ES: http://es.tldp.org -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
