logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MsOffice::Word::Surgeon::Revision - generate XML markup for MsWord revisions

Description

       This class implements the XML markup generation algorithm for the method "new_revision" in
       MsOffice::Word::Surgeon.  See that method for a description of the API.

Internals

       The constructor requires an integer "rev_id" argument.  The "rev_id" is fed by the surgeon object which
       generates a fresh value at each call.  This is inserted as "w:id" attribute to the "<w:del>" and
       "<w:ins>" nodes -- but I don't really know why, since it doesn't seem to be used for any purpose by
       MsWord.

Name

       MsOffice::Word::Surgeon::Revision - generate XML markup for MsWord revisions

See Also