The problem this presents to me is that one of my applications needs to
obtain the diff for a page other than the current one, so there's no
WikiContext available for the page of interest.

Create your own. clone() is the best method for doing that, since it's probably the most robust method for doing it.

WikiContext myctx = wikiContext.clone();
myctx.setPage( anyPage );

/Janne

Reply via email to