Using xml rss feeds in dreamweaver

I used dreamweaver to configure a rss feed in my webpage.
One thing led to another and I was forced to reinstall my php
server via
xampp
Now when I load the page on my computer I have this error:
Fatal error: Call to undefined method domdocument::loadXML()
in
N:\INETPUB\xampp\htdocs\1purpose_bethel\includes\MM_XSLTransform\MM_XSLTransform.class.ph p
on line 303
I checked the includes folder and I do have the class file
MM_XSLTransform.class.php
but what I am wondering is if there is a place in my php.ini
file that needs
to modified to allow for the RSS feed? Or is there something
else that I am
over looking?
any insight would be greatly appreciated
thank you
Kevin

Hi, I'm also having the same error. I found in some other
forums that I should do the following (I think its you David who
suggested it):
comment the line --> $xml =
DOMDocument::loadXML($content);
then add these two lines
$doc = new DOMDocument();
$err = $doc->loadXML($content);
Well, actually when MM_XSLTransform.class.php was created it
was already updated. But I'm still getting the error.
I'm still a baby in PHP and I've been trying to figure it out
for 2 days and nothing is happening.
Please, please...your response will be highly appreciated.
Kind regards,
Jeng

Similar Messages

  • How to use iweb rss feed in an iphone web app?

    So this is my dilemma.  I wanted my iweb turned into a web app using the rss feed.
    This is simply done cause of the "Add To Homescreen" feature. 
    While the RSS feed works beautifully on safari... it does not read as a webapp.
    This surprised me cause I thought it would still be safari that would be loading my web app.
    I tried everything to get my RSS feed to work in a web app but i failed miserably.
    Is there a fix for this?

    Adding to the homescreen doesn't make it a webapp.
    It creates a shortcut to the webpage, just as dragging a url to the desktop creates a .webloc file.
    You want an iWeb "webapp"?
    Add this page to the homescreen and then click that icon :
    http://www.wyodor.net/_Demo/Fancy/Dynamic_Text.html
    Then click the links in the dynamic textboxes.
    I leave it to you to figure out how it's done. Hint : read the documentation.
    To summarize : you want a fix for a problem that does not exist.

  • How can I use an RSS feed in my course?

    The University System of Georgia goes to considerable effort to provide its 36 institutions with a content management system that auto-generates RSS feeds, including iTunes U-specific tags.  We use it to feed content to our iTunes U public sites as well as in many other venues such as our statewide LMS.  These RSS feeds also work nicely with the authenticated side of iTunes U  which some faculty still use to support their classes.
    So why is it that I cannot use an RSS feed in my all new iTunes U course? 

    Just to confirm that you originally had a podcast accepted in the iTunes Store, and now you have had a second version accepted with a different Store URL? The procedure you have followed is the correct one, though I don't know how long it's likely to take the Store staff to get round to removing it. Just remove the original feed from the server: it will still show in the Store, which has cached it, but obviously subscribing won't work, and the absence of the feed may encourage the Store staff to remove the Store page.

  • Is it possible to create an RSS feed in Dreamweaver CC (Mac 10.8.5)?

    I'm a relative beginner in terms of HTML/CSS and Dreaweaver CC. I've created a site using the dynamic layout option in Dreamweaver CC and now want to explore sharing out my content via RSS feeds. I've tried to install the Dreamfeeder extension but it doesn't work and I can't find much posted on this topic. What are my options here?

    RSS Feeds are XML files.
    How to Create an RSS Feed (with Sample XML File)
    Nancy O.

  • How to create an XML/RSS feed from a SQL recordset?

    I've been trying to find either a tutorial or extension that will allow me to take a SQL recordset, and create my RSS feed on the fly.  Not having much luck... anyone out there have a suggestion??

    Thanks PC!
    I made it work using:
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    DocumentBuilder builder = factory.newDocumentBuilder();
    factory.setIgnoringComments(true); // We want to ignore comments
    // Now use the factory to create a DOM parser
    DocumentBuilder parser = factory.newDocumentBuilder();
    //TransformThisStringBuffer is a string buffer wich contain the 'XML document (String)'
    InputStream in = new ByteArrayInputStream(TransformThisStringBuffer.toString().getBytes());
    // Parse the InputStream and build the document
    Document document = parser.parse(in);
    But which one is faster InputSource or InputStream, were would you put the "new InputSource(new StringReader(yourString))" in the above code?

  • Create RSS feed in Dreamweaver CS6

    Is there a tutorial or other documentation describing how to add an RSS  feed to a page in Dreamweaver (CS6)?
    Thanks,
    Chick

    Let me explain, the link to the RSS shows a demonstartion of an RSS feed that originates from this forum. The reason why you did not see your post anymore is because there are (were) newer posts that replaced yours.
    This demonstration page was made using Dreamweaver and the markup can be seen when you right click the page and choose View Source or similar.
    The demo site was hand coded, but there is very little to it if you have a look at the source code.
    I also suggested an alternative if you do not know how to hand code.
    If this is not what you want, then please explain what it is that you do want.
    Gramps

  • I figured out the XML RSS feed to webpage but..

    Hello All
    I finally figured out how to get and rss feed xml to my
    webpage(s) via the Spry xml data set etc.. when I previewed in IE
    it was fine but I uploaded it and I get an error
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct
    the error and then click the Refresh button, or try again later.
    Only one top level element is allowed in an XML document.
    Error processing resource '
    http://www.michaelsondesign.com/Spry/r...
    I just want to show my boss that I have been working on this
    and would love to show him an example of this awesome technology is
    there something Im not uploading? What does this error mean?
    Thank you
    Rob

    Hi,
    I am trying to display an RSS feed on my website as well. I
    haven't figured it out.
    Can you help?
    Thanks,
    H.J.D.
    [email protected]

  • Editing XML/RSS feed in iWeb to input all neccessary information for iTunes

    I have been trawling through a lot of the other posts but don't seem to be able to find an answer.
    Basically, i have successfully created my own page to host my podcasts and i have had my RSS feed accepted by iTunes. I can now view my podcast from the link the iTunes staff sent to me, however i am unable to find it by typing the name into the search bar. I have read in the podcast help on this forum that it may be because i have to add 'key words' to the XML as this is what the search tool uses to find the podcasts but i am unable to work out exactly how to do this. I have found my XML page and attempted to insert some lines using TextEdit but this just appears to corrupt my feed.
    If anyone has had a similar problem and knows of a solution, it would be greatly appreciated by myself.
    Thanks for reading :o)

    Alancito wrote:
    funky_ben wrote:
    I have found my XML page and attempted to insert some lines using TextEdit but this just appears to corrupt my feed.
    If the file you're editing has an ".html" extension, then this from TextEdit's +Help viewer+ may be relevant:
    If you want to work with an existing HTML file, choose File > Open and select the file you want. Be sure to select “Ignore rich text commands.” When you save the file, it remains a “.html” file.
    ...And there are other places where important selections are made for HTML files:
    In TextEdit's Save dialogue, select "HTML" from the +File Format+ menu.
    In TextEdit's +Preferences > New Document+ tab, select +"Plain text"+.
    In TextEdit's +Preferences > Open and Save+ tab, select +"Ignore rich text commands in HTML files"+.
    XML is not HTML your last post is irrelevant you should know what you're talking about before providing recommendations.
    Is this a late April Fools joke?
    funky_ben,
    You do not add XML data into an html file it should be inserted into an XML file look over the iTunes tech spec page provided unfortunately reading comprehension is required.

  • XML/RSS feeds

    so im loading an xml file from an rss feed into a datagrid, i
    then want to do a search on the column to see if a specific word
    comes before the next.
    example: loads several items(strings of text) from the xml
    file into the datagrid,
    i need to select which item to search
    and then have it tell me which word came first in that
    string/item(eg. red, or blue)
    i have it successfully loading the xml file and putting it in
    the datagrid, i just cant figure out how to search specific items
    and how to see which of those 2 words comes first in any given
    item/string

    Can you use indexOf() and then compare the indicies to see
    which one is less.
    if (string.indexOf("red") < string.indexOf("blue")) {
    // red came first
    } else {
    // blue came first
    Not sure if I understood your question completely, but
    thought I would give it a shot.
    Tim

  • Using an RSS feed

    Another question, has anyone embedded an RSS feed on a page?  My client wants a medical news feed on their site and I see several that are RSS based. Here is the one we are looking at:
    feed://www.medpagetoday.com/rss/Cardiology.xml
    Can it be embedded into a page without any of the blue top?
    Steve

    Depending on the feed's markup, you can use CSS to style it.
    Personally, I run any content from an external source through my own PHP to sanitize it (to avoid cross site scripting bugaboos) and to style it.

  • RSS Feeds in Dreamweaver

    I run a website created in Dreamweaver CS3. I now wish to add
    an RSS feed, allowing visitors to my site to subscribe. However, I
    am totally new to this sort of thing, and have no idea how to
    create an RSS feed.
    Doing a Google search, I find references to something called
    Dreamfeed. But in Dreamweaver CS3 Help there is nothing about this
    or about RSS. Nor is there anything about RSS in my Peachpit Press
    Dreamweaver guide.
    I realise this may be a pretty basic/dumb question, but I
    would really welcome some guidance on where to start.
    Thank you.

    Martinr7 wrote:
    > I run a website created in Dreamweaver CS3. I now wish
    to add an RSS feed,
    > allowing visitors to my site to subscribe. However, I am
    totally new to this
    > sort of thing, and have no idea how to create an RSS
    feed.
    >
    > Doing a Google search, I find references to something
    called Dreamfeed. But in
    > Dreamweaver CS3 Help there is nothing about this or
    about RSS. Nor is there
    > anything about RSS in my Peachpit Press Dreamweaver
    guide.
    >
    > I realise this may be a pretty basic/dumb question, but
    I would really welcome
    > some guidance on where to start.
    >
    > Thank you.
    >
    Does your site content come from a database?
    Steve

  • Editing xml rss feed

    Hi, is there any tweaking that I should do to my xml files after the page is published to give it identity and perhaps a tune up for better search results? Any help would help.

    Alancito wrote:
    funky_ben wrote:
    I have found my XML page and attempted to insert some lines using TextEdit but this just appears to corrupt my feed.
    If the file you're editing has an ".html" extension, then this from TextEdit's +Help viewer+ may be relevant:
    If you want to work with an existing HTML file, choose File > Open and select the file you want. Be sure to select “Ignore rich text commands.” When you save the file, it remains a “.html” file.
    ...And there are other places where important selections are made for HTML files:
    In TextEdit's Save dialogue, select "HTML" from the +File Format+ menu.
    In TextEdit's +Preferences > New Document+ tab, select +"Plain text"+.
    In TextEdit's +Preferences > Open and Save+ tab, select +"Ignore rich text commands in HTML files"+.
    XML is not HTML your last post is irrelevant you should know what you're talking about before providing recommendations.
    Is this a late April Fools joke?
    funky_ben,
    You do not add XML data into an html file it should be inserted into an XML file look over the iTunes tech spec page provided unfortunately reading comprehension is required.

  • View and Edit the XML rss feed code?

    Hey? I'm trying to change the image graphic on my iTunes STORE podcast. ITS says I need to add a tag to the xml in the feed. Using iWeb, I can't see how to get 'under the hood' to see the code;
    any ideas to help?

    Thanks, Tom.....
    So,what do you mean exactly; use Safari's 'view source'; paste to BBEdit or something like that?
    Okay, but then how to get the changes back up to the iweb site?

  • What is RSS feeds and how it can be used in Portal.

    Hi All,
    Please someone have any idea , "How can we use the RSS feeds in portal " . This is a new concept for me , so I m totally aliegn for this topic.
    Thanks in advance.
    Mayank kumar saxena

    Hi,
    We already done some development based on rss feed, but it was not for any portal content.
    We generated these files outside portal then scheduled to upload to km folder.
    In portal, we have to use km repostitory to store these file. By setting these folders for anonymous access, user can subsribe to this Feed, which will get updated with out login.
    The basic requirement to develope rss feed is to understand the xml format. With the help of internet you can learn, its simple.
    <?xml version="1.0" ?>
    <rss version="2.0">
    <channel>
    <title>title</title>
    <description>desc</description>
    <LINK>http://link.com</LINK>
    <webMaster />
    <managingEditor />
    <copyright />
    <docs />
    <ttl>0</ttl>
    <category domain="" />
    <generator />
    <language />
    <skipDays />
    <skipHours /> <pubDate>Thu, 15 May 2008 13:09:35</pubDate>
    <item>
    <title>
    title_1</title><link>link1
    </link>
    <description>
    desc1
    </description>
    <guid isPermaLink="false">link1.html</guid>
    <pubDate>Thu, 15 May 2008 13:09:35</pubDate>
    </item>
    <item>
    <title>
    title_2</title>
    <link>link2</link>
    <description>desc2</description>
    <guid isPermaLink="false">link2.html</guid>
    <pubDate>Thu, 15 May 2008 13:09:35</pubDate>
    </item>
    </channel>
    </rss>
    Try to put this code in km as xml file and browse it. This file will act as Feed. Search internet for more info about feeds.
    Here is some related threads which you can use as reference.
    [/thread/345458 [original link is broken];
    [/thread/454238 [original link is broken];
    Regards
    Baby

  • Using RSS Feed from SDN

    Hi ,
    I am trying to use the RSS feeds from SDN.
    For example : https://forums.sdn.sap.com/rss/rssmessages.jspa?forumID=41
    I have created an XML iview , given this url , added transformers RSS - XHTMLB and XHTMLB-HTML.
    I have also done the proxy configuration in portal. I get this following error.
    "Error while using XML iView, please contact your system administrator". Is there some other configuration to be done ?
    My EP version is EP 7.0 SP 9.
    Thanks and Regards
    Bharathwaj

    Hi colleague,
    One question, did you solve it? Actually I have the same problems.

Maybe you are looking for

  • My mac pro takes long to switch on

    Recently I moved from one country which uses 240V to a country that uses 110V I noticed that I need to push the power button a couple of times to turn it on. Once it's on it works perfectly. Can someone guide me if there is a problem or not and what

  • Upgrade from a two tier EBS 11i 11.5.10.2 on Windows 2003 Apps and Windows 2008 R2 DB  tier to two Tier R12.2.3 both on Windows 2008 R2

    Hi, Any ideas about the best practices for the migration/upgrade reflected with the below question? I have a source EBS11i 11.5.10.2 running as a two tier configuration ( apps tier on server  ora10 on Windows 2003, DB tier 11.2.0.2 on server ora1 on

  • Functions in MIRO

    Dear Gurus, I am exploring interface of t code MIRO , there i can see three functions of this tcode. Invoice, subsequent debit and credit.. I am clear about invoice. I searched SDN but couldnt really find any answer with example that in which situati

  • Changes to track in cjr2 t-code

    cost Planning has been done in cjr2. some one has made changes in cjr2? hhow can i track, who has made the changes and wht changes he made? Regards SURYA

  • Export table triggers

    hi, is it posible export table-triggers with the exp-tool? (i will give a par-file some parameters)!!! how does it work? thanx for help Ralf