Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

how do i Display RSS page as text, xml, or html varient?

  • 3 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 2 προβολές
  • Τελευταία απάντηση από WaxyChicken

more options
Locking duplicate thread.
Continued here: [/questions/923274]

I'm writing my own C:\ HTML for my home page.

I'm looking for a way to display RSS or ATOM feeds in a DIV or iFrame as either text or garbage HTML (the rest i can do with java or vb scripting).

But the Subscribe Now Live Bookmarks function is in the way. how do i disable the "Ask Live Bookmarks Subscription" thing and just get the raw XML to display?

(as plain xml, plain text, or wrapped)

<blockquote>Locking duplicate thread.<br> Continued here: [[/questions/923274]]</blockquote> I'm writing my own C:\ HTML for my home page. I'm looking for a way to display RSS or ATOM feeds in a DIV or iFrame as either text or garbage HTML (the rest i can do with java or vb scripting). But the Subscribe Now Live Bookmarks function is in the way. how do i disable the "Ask Live Bookmarks Subscription" thing and just get the raw XML to display? (as plain xml, plain text, or <html></html> wrapped)

Τροποποιήθηκε στις από το χρήστη cor-el

Όλες οι απαντήσεις (3)

more options

You can use the view-source: protocol to see the page source or use the View Page Source menu item.

  • Firefox > Web Developer > Page Source
  • Tools > Web Developer > Page Source (Ctrl+U)
  • Right-click on a web page to open the context menu and select View Page Source

  • view-source:http://feeds.bbci.co.uk/news/rss.xml?edition=int
more options

that doesnt help to show it in an iframe or div. please reread original post.