Larry Evans wrote:
With A.xml containing:

<header name="boost/test_doc/multiple_classes.hpp">
    <class name="A">
    ...
    </class>
...
</header>

and B.xml containing the same except for the class name, xsltproc gives:

xslt-xsltproc ../bin.v2/doc/gcc/debug/boost.docbook
xslt-xsltproc-dir html/HTML.manifest
../bin.v2/doc/gcc/debug/boost.docbook:32: element section: validity error : ID header.boost.test_doc.multiple_classes.hpp already defined <section id="header.boost.test_doc.multiple_classes.hpp"><title>Header &lt;<ul

When the header names are different, there's no such error.  Isn't this
a bug?


Not a bug. Each <header> node must be unique. This is not like a C++ namespace. You can't re-open an XML node in another file.

--
Eric Niebler
Boost Consulting
www.boost-consulting.com


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to