Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 3edf0460bd0634d0868f9e30d85505ae > files > 8

xerces-c-manual-1.5.2-1mdk.i586.rpm

<?xml version="1.0" standalone="no"?>
<!DOCTYPE s1 SYSTEM "./dtd/document.dtd">

<s1 title="Bug Reporting">

    <s2 title="How to report bugs">
        <p> Please report bugs to <jump href="http://nagoya.apache.org/bugzilla/">Bugzilla</jump>,
	     the Apache bug database.  Pick the product "Xerces-C++: Apache XML parsers in C++"
            using the following components:
        </p>
        <table>
            <tr><td><em>Component</em></td><td><em>Description</em></td></tr>
            <tr><td>DOM</td><td>Items specific to DOM</td></tr>
            <tr><td>SAX/SAX2</td><td>Items specific to SAX or SAX2</td></tr>
            <tr><td>Non-Validating Parser</td><td>General Parsing Problem</td></tr>
            <tr><td>Validating Parser (DTD)</td><td>DTD related parser issue</td></tr>
            <tr><td>Validating Parser (Schema)</td><td>Schema related parser issue</td></tr>
            <tr><td>Utilities</td><td>Items related to utilities like MessageLoader, Transcoder, NetAccessors, Platform specific utilities</td></tr>
            <tr><td>Build</td><td>Problem with build, makefile, project files</td></tr>
            <tr><td>Documentation</td><td>Documentation bugs such as FAQ, Programming Guide</td></tr>
            <tr><td>Samples/Tests</td><td>Samples or test cases related issues</td></tr>
            <tr><td>Miscellaneous</td><td>Items not covered in other categories</td></tr>
        </table>
        <p>A copy of your bug report is sent automatically to the discussion list
           <jump href="mailto:&XercesCEmailAddress;">Xerces-C mailing list</jump>.
        </p>
    </s2>
			
    <s2 title="Search frist">
        <p> Check the <jump href="http://nagoya.apache.org/bugzilla/">Bugzilla</jump> database
            before submitting your bug report to avoid creating a duplicate report.
            Even the bug has been reported already, you may add a comment to the existing report
            since your contribution may lead to a quicker identification/resolution to the bug reported.
        </p>
    </s2>

    <s2 title="Write good bug report">
        <p> Writing a useful bug report, which makes the bug reproducible, is the first step
            towards the resolution of the bug. Specifics about the bug, like
        </p>
	 <ul>
          <li>&XercesCName; version number</li>
          <li>Platform</li>
          <li>Operating system and version number</li>
          <li>Compiler and version number</li>
          <li>The XML document (or excerpt) that failed</li>
          <li>The C++ application code that failed</li>
          <li>Whether you built the &XercesCName; library yourself or used the
              binary distribution</li>
          <li>What happened</li>
        </ul>			
        <p>
            are all necessary information to allow developer to reproduce,
            identify, evaluate and eventually, fix the bug, which is the very
            purpose of your reporting of the bug.
        </p>
    </s2>
</s1>