Results 1 to 4 of 4

Thread: xml server?

  1. #1
    Join Date
    Feb 2007
    Posts
    36
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default xml server?

    I currently have a website done in html. Right now, the only way for other websites to put my content on their server is through an iframe. Some of these websites want to pull my content in, using xml.

    I've just started looking at whether it's possible to convert the site to xml. I understand how to create an xml document, schema, stylesheet,etc. What I don't understand is how the content would then be delivered to other websites.

    Would I have to use a special xml server?
    Do outside hosting companies even have such things?
    Is there an xml server for dummies tutorial somewhere?

    I've tried googling this and can only find sites that are WAY beyond my comprehension. I really can't run my own server. I use a hosting company now. Any insight is greatly appreciated.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    No, you don't need to have a 'special server'. XML is a text-based format, and is usually served over plain old HTTP. The preferable design pattern is to have the data of your site encoded in XML in the first place, and transform it to HTML for direct display using a server-side script of some sort.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Feb 2007
    Posts
    36
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Thanks. Do you know of any links to basic tutorials to get me started in writing such a server side script using PHP?

  4. #4
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    http://www.php.net/manual/en/index.php

    Nice little thing.

    -magicyte

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •