Following the fdp-primer, I attempted to build the FreeBSD web site. In htdocs, 
I see there are .xsl files for only two of the web pages while there are .xml 
files for other pages. Why are there missing .xsl files?

When I run 'make all' or 'make FORMATS="html-split" all', I get the following:

make FORMATS="html-split" WEB_ONLY=yes
env 
XML_CATALOG_FILES="file:///usr/home/rob/org/en_US.ISO8859-1/htdocs/catalog-cwd.xml
  file:///usr/home/rob/org/en_US.ISO8859-1/share/xml/catalog.xml  
file:///usr/home/rob/org/share/xml/catalog.xml  
file:///usr/local/share/xml/catalog" /usr/local/bin/xmllint  --xinclude --valid 
--noout --nonet about.xml
I/O error : Attempt to load network entity 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
file:///usr/home/rob/org/share/xml/xhtml10-freebsd.dtd:143: warning: failed to 
load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";
%html.orig;
           ^
file:///usr/home/rob/org/share/xml/xhtml10-freebsd.dtd:147: validity error : 
PEReference: %attrs; not found
  %attrs;
         ^
about.xml:7: element html: validity error : No declaration for attribute xmlns 
of element html
<html xmlns="http://www.w3.org/1999/xhtml";>
                                          ^
about.xml:9: element title: validity error : No declaration for element title
      <title>&title;</title>
                            ^

_______________________________________________
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Reply via email to