cargilld 2004/05/04 12:12:43 Modified: c/src/xercesc/framework/psvi XSModel.cpp Log: Enable IDs to work on all kinds of schema components Revision Changes Path 1.22 +4 -1 xml-xerces/c/src/xercesc/framework/psvi/XSModel.cpp Index: XSModel.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSModel.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- XSModel.cpp 4 May 2004 19:02:40 -0000 1.21 +++ XSModel.cpp 4 May 2004 19:12:42 -0000 1.22 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.22 2004/05/04 19:12:42 cargilld + * Enable IDs to work on all kinds of schema components + * * Revision 1.21 2004/05/04 19:02:40 cargilld * Enable IDs to work on all kinds of schema components * @@ -661,7 +664,7 @@ { fXSAnnotationList->addElement(annot); namespaceItem->fXSAnnotationList->addElement(annot); - addComponentToIdVector(annot, XSConstants::ANNOTATION); + addComponentToIdVector(annot, XSConstants::ANNOTATION -1); annot = annot->getNext(); } // end of annotation loop }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]