On 09/04/2005 03:49 PM, Larry Evans wrote:
[snip]

What confuses me is that there are several .xml files containing DTD's:

<-------------------------------------------------------------------
  cd ~/prog_dev/boost-release/1_33_0/libs/
find . -name \*.xml -exec grep DOCTYPE {} \; -ls
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
1884511 8 -r--r--r-- 1 evansl evansl 7955 Jul 16 2004 ./algorithm/string/doc/concept.xml
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
1884512 4 -r--r--r-- 1 evansl evansl 958 Aug 3 2004 ./algorithm/string/doc/credits.xml
 >--------------------------------------------------------------------

So why are these included within the .xml if xsltproc ignores them?

OOPS.  I guess I thought the DTD had something to do with the
transformation.  I guess it's only for validation.  Using -d3 on
bjam I see:

<-----------------
"/usr/bin/xsltproc" --xinclude -o "html/" "/home/evansl/prog_dev/boost-release/1_33_0/tools/boostbook/xsl/html.xsl" "../../../../../bin.v2/sandbox/lje/libs/fields_visitor/doc/gcc/debug/users_guide.bb.docbook"
>-----------------
which, of course, shows the html.xsl stylesheet being supplied.

Sorry for noise :(



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to