Djax apparently will ignore the 'xml-sitemap' and 'united-nations'; however, partial names, such as 'xml' and 'united' do work. The problem with this is the potential for name clashes. The apparent solution is to escape the hyphen with a backwards slash.
This works for me, though it is not made clear that this needs to be done. I'm guessing this is common knowledge for people working with js/jquery; however, it might be helpful to bake in special character escaping into djax.
Hi there beezee, from what I can tell, djax does not recognize internal link exceptions with hyphens in the page name.
Djax apparently will ignore the 'xml-sitemap' and 'united-nations'; however, partial names, such as 'xml' and 'united' do work. The problem with this is the potential for name clashes. The apparent solution is to escape the hyphen with a backwards slash.
This works for me, though it is not made clear that this needs to be done. I'm guessing this is common knowledge for people working with js/jquery; however, it might be helpful to bake in special character escaping into djax.