[ http://issues.apache.org/jira/browse/XALANJ-1571?page=all ]
Morris Kwan closed XALANJ-1571:
-------------------------------
Assign To: (was: Xalan Developers Mailing List)
> Coding error in MultiDOM.addDOMAdapter
> --------------------------------------
>
> Key: XALANJ-1571
> URL: http://issues.apache.org/jira/browse/XALANJ-1571
> Project: XalanJ2
> Type: Bug
> Components: XSLTC
> Versions: Latest Development Code
> Environment: Operating System: All
> Platform: All
> Reporter: Morris Kwan
>
> There is a one line coding error in MultiDOM.addDOMAdapter().
> The line
> for (int i = dtmSize - 1; i >= 0; i++)
> should be:
> for (int i = dtmSize - 1; i >= 0; i--)
> The problem was already fixed in CVS.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]