peiyongz 2003/10/31 14:17:43 Modified: c/src/xercesc/validators/DTD DTDElementDecl.cpp DTDEntityDecl.cpp Log: invoke base's serialize() Revision Changes Path 1.11 +3 -1 xml-xerces/c/src/xercesc/validators/DTD/DTDElementDecl.cpp Index: DTDElementDecl.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/DTD/DTDElementDecl.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- DTDElementDecl.cpp 21 Oct 2003 10:23:54 -0000 1.10 +++ DTDElementDecl.cpp 31 Oct 2003 22:17:43 -0000 1.11 @@ -471,6 +471,8 @@ void DTDElementDecl::serialize(XSerializeEngine& serEng) { + XMLElementDecl::serialize(serEng); + if (serEng.isStoring()) { /*** 1.2 +3 -1 xml-xerces/c/src/xercesc/validators/DTD/DTDEntityDecl.cpp Index: DTDEntityDecl.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/DTD/DTDEntityDecl.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- DTDEntityDecl.cpp 10 Oct 2003 16:24:51 -0000 1.1 +++ DTDEntityDecl.cpp 31 Oct 2003 22:17:43 -0000 1.2 @@ -74,6 +74,8 @@ void DTDEntityDecl::serialize(XSerializeEngine& serEng) { + XMLEntityDecl::serialize(serEng); + if (serEng.isStoring()) { serEng<<fDeclaredInIntSubset;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]