[ https://issues.apache.org/jira/browse/XALANC-709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17811548#comment-17811548 ]
Joe Kesselman commented on XALANC-709: -------------------------------------- Note that Xalan-C has been moved to the Apache Attic. It was based on a now-ancient version of Xalan, and does not have anyone currently maintaining it. Frankly. I'd suggest that if someone wanted to revive it a fresh port from Java might be wiser. Or perhaps another complete architectural cleanup of both. > Doxygen Bug in XalanQName.hpp Comment > ------------------------------------- > > Key: XALANC-709 > URL: https://issues.apache.org/jira/browse/XALANC-709 > Project: XalanC > Issue Type: Bug > Components: XalanC > Affects Versions: CurrentCVS > Environment: Build Xalan-C documentation using doxygen and > graphViz(dot) programs > Reporter: Steven J. Hathaway > Priority: Major > Labels: API, documentation > Fix For: CurrentCVS > > Attachments: my-jira-709.diff > > > The document graphics generation is broken on malformed doxygen structured > comment in trunk/src/xalanc/XPath/XalanQName.hpp > Removing the quote mark before the first period resolves the issue. > --- trunk/src/xalanc/XPath/XalanQName.hpp 2011-04-25 14:11:29.000000000 > -0700 > +++ XalanQName.hpp 2011-05-02 11:15:56.000000000 -0700 > @@ -54,18 +54,18 @@ > > > > /** > - * Class to represent a qualified name: "The name of an internal XSLT > object, > + * Class to represent a qualified name. The name of an internal XSLT object, > * specifically a named template (see [7 Named Templates]), a mode (see [6.7 > Modes]), > * an attribute set (see [8.1.4 Named Attribute Sets]), a key (see [14.2 > Keys]), > * a locale (see [14.3 Number Formatting]), a variable or a parameter (see > * [12 Variables and Parameters]) is specified as a QName. If it has a > prefix, > * then the prefix is expanded into a URI reference using the namespace > declarations > * in effect on the attribute in which the name occurs. The expanded name > * consisting of the local part of the name and the possibly null URI > reference > * is used as the name of the object. The default namespace is not used for > - * unprefixed names." > + * unprefixed names. > */ > > class XALAN_XPATH_EXPORT XalanQName > { -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org