XML Page

Discussion in 'HTML & Website Design' started by alpna, Aug 26, 2006.

  1. #1
    Hi,
    Is it possible to display standard HTML in a file with .xml extension. Any tricks.

    Thanks.
     
    alpna, Aug 26, 2006 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    in all reality, HTML is xml - that just uses a more standardized doctype. You can not have a straight up .xml file display as html - but you can have a server-side language parse your xml and display it as html :)
     
    ccoonen, Aug 26, 2006 IP
  3. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #3
    Sorry - correction - I think IIS allows you to display .xxx as .yyy filetypes. So I think you can force any document type display as anything you want (if you have access to iis that is). You can probably do the same in Apache as well
     
    ccoonen, Aug 26, 2006 IP