ASP active server pages to display genealogy
xml databases was the way I went. Be careful of
just displaying your family tree data with vital
info of living people.
Most people think well I don't need a PHP or ASP server side to display
xml files, I can do that in html!!! Well yes
that is true, but html or js also display the
location of your main xml file. Visitors can
view the source code of your pages in a browser
and view your entire file as is with living
peoples information.
Even though you only choose xslt to display names and relationships the
problem with html callers is they display the db
true location. Please please use a server side
which hides your db and chooses what you wish to
display, then the server sends the output as
html to the visitors browsers without giving up
information you did not intend to give out.
I will have more examples later
about that to the lay mans wording and
examples.