Anyone any good with XML?

Out of context: Reply #3

  • Started
  • Last post
  • 5 Responses
  • vaxorcist0

    ok... so there are some process ideas here....

    1. password protect the feed
    2. have a script on your server:
    - login with the password
    - read the feed
    - parse the feed
    - put stuff in your layout

    this can be done in PHP on your server end, and/or various other languages... one issue you run into is oddly formed or malformed XML, sometimes it's either containing bad characters, or nested unpredictably, so if you have a clean XML feed, it's much easier than if you have an unpredictable XML feed...

View thread