Update of /cvsroot/boost/boost/tools/quickbook/test
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30470/tools/quickbook_backend/test

Modified Files:
      Tag: QUICKBOOK_BACKEND
        boostbook.qbk 
Log Message:
Anchors, as templates.

Index: boostbook.qbk
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/test/Attic/boostbook.qbk,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- boostbook.qbk       10 Jul 2007 03:50:49 -0000      1.1.2.6
+++ boostbook.qbk       11 Jul 2007 04:55:13 -0000      1.1.2.7
@@ -86,11 +86,11 @@
 [template boostbook_image[ref 
alt]'''<inlinemediaobject><imageobject><imagedata 
fileref="'''[`ref]'''"></imagedata></imageobject><textobject><phrase 
role="alt">'''[alt]'''</phrase></textobject></inlinemediaobject>''']
 
 [template boostbook_heading[str anchor section_level]'''
-<anchor id="'''[`anchor]'''"/><bridgehead 
renderas="sect'''[`section_level]'''"><link 
linkend="'''[`anchor]'''">'''[str]'''</link></bridgehead>
+<anchor id="'''[`anchor]'''" /><bridgehead 
renderas="sect'''[`section_level]'''"><link 
linkend="'''[`anchor]'''">'''[str]'''</link></bridgehead>
 ''']
 
 [template boostbook_heading_1_0[str anchor section_level]'''
-<anchor id="'''[`anchor]'''"/><bridgehead 
renderas="sect'''[`section_level]'''">'''[str]'''</bridgehead>
+<anchor id="'''[`anchor]'''" /><bridgehead 
renderas="sect'''[`section_level]'''">'''[str]'''</bridgehead>
 ''']
 
 [template boostbook_break[]'''<sbr/>
@@ -135,3 +135,5 @@
 [template boostbook_list_item[str]'''
 <listitem>'''[`str]'''</listitem>
 ''']
+
+[template boostbook_anchor[anchor]'''<anchor id="'''[`anchor]'''" />''']


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to