[ http://issues.apache.org/jira/browse/XALANJ-2344?page=comments#action_12450979 ] Brian Minchau commented on XALANJ-2344: ---------------------------------------
I have reviewed and approve StylesheetRoot.patch.txt, except that it causes a syntax error in ElemUse.java That error is minor, just change its applyAttrSets method to have its attrSets as a List rather than a Vector and change an 'elementAt' method to 'get' > Xalan-J should stop using java.util.Vector in some cases (NOT a clone of 2336) > ------------------------------------------------------------------------------ > > Key: XALANJ-2344 > URL: http://issues.apache.org/jira/browse/XALANJ-2344 > Project: XalanJ2 > Issue Type: Improvement > Components: Xalan > Affects Versions: Latest Development Code > Reporter: Toadie D > Attachments: ElemLiteralResult.patch.txt, ElemTextLiteral.patch.txt, > ElemUse.patch.txt, StylesheetRoot+XSLTSchema.patch.txt, > StylesheetRoot.patch.txt > > > ref: https://issues.apache.org/jira/browse/XALANJ-2336 > This bug is related to 2336 but is NOT a clone. The patches provided here > are in addition to the ones in 2336. Furthermore, these patches are created > AFTER the patch in 2336 are applied. -- 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]
