if( classAttr != null )
{
String classValue = classAttr.getValue();
Attribute hrefAttr = element.getAttribute( HREF_ATTRIBUTE );
XHtmlToWikiConfig wikiConfig = new XHtmlToWikiConfig( m_context );
// Get the url for wiki page link - it's typically "Wiki.jsp?page=MyPage"
// or when using the ShortURLConstructor option, it's "wiki/MyPage" .
String wikiPageLinkUrl = wikiConfig.getWikiJspPage();
String editPageLinkUrl = wikiConfig.getEditJspPage();
if( classValue.equals( WIKIPAGE )
|| ( hrefAttr != null && hrefAttr.getValue().startsWith( wikiPageLinkUrl ) ) )
{
// Remove the leading url string so that users will only see the