HTMLViewer

  HTMLViewer1.ShowURL("/A_"+str(date.Year)+"/"+ID+".xml")

This code displays the XML page into a new browser page.

HTMLViewer1.URL="http://domaine.com/A_"+str(date.Year)+"/"+ID+".xml"

but this code don’t into the same browser page.
It does with html file but not with xml file.

?

Alain