DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17359>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17359 [Documentation]: Miscellaneous Issues Summary: [Documentation]: Miscellaneous Issues Product: Xerces2-J Version: 2.3.0 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Various problems/issues I discovered in the Xerces documentation. I figured each of these issues on their own were too small to warrant individual reports, so I've grouped them here. #1 - Typos in faq-general.xml. http.prxoyPort should be http.proxyPort. "to outside web" should be "to the outside web". #2 - The example in properties.xml for SAX would give the user a SAXException. http://apache.org/xml/properties/dom/document-class-name is not a SAX property. #3 - The links in faq-dom.xml and faq-xs.xml for the http://apache.org/xml/properties/dom/document-class-name are broken (i.e. they go to the root of docs, which probably isn't expected by the user.) #4 - Incorrect referencing of xsl:variable in any2header.xsl. I believe {label} evaulates to an empty string. It should be {$label}. This explains why the page header JPEGs look different from the other XML Apache projects which use the same style. #5 - Header JPEGs generated by the stylebook for pages from faq-pcfp.xml, faq- contributing.xml, and faq-grammars.xml contain clipped text. The titles for the FAQ sections in docs-book.xml are too long to fit in the current image area. --- From docs-book.xml --- <faq title='Parser Configuration, Features and Properties FAQs' id='faq-pcfp' source='faq-pcfp.xml'/> <faq title='FAQs for Developers and Prospective Contributors' id='faq- contributing' source='faq-contributing.xml'/> <faq title='Caching and Preparsing Grammars' id='faq-grammars' source='faq- grammars.xml'/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
