Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

RSS feed in XSLT fragment

Participant ,
Mar 01, 2009 Mar 01, 2009
I have used David Powers book as a guide to set up RSS feed content in PHP.
Works fine but having one problem in showing html as text. <ul><li>
Shown on this page on right iFrame -
http://www.golftrailusa.com/listcourse.php
TOPICS
Server side applications
485
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Mar 02, 2009 Mar 02, 2009
JBWebWorks wrote:
> I have used David Powers book as a guide to set up RSS feed content in PHP.
> Works fine but having one problem in showing html as text.

Try this:

<p><xsl:value-of select="Product_Description"
disable-output-escaping="yes"/></p>

--
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com
Translate
LEGEND ,
Mar 02, 2009 Mar 02, 2009
JBWebWorks wrote:
> I have used David Powers book as a guide to set up RSS feed content in PHP.
> Works fine but having one problem in showing html as text.

Try this:

<p><xsl:value-of select="Product_Description"
disable-output-escaping="yes"/></p>

--
David Powers
Adobe Community Expert, Dreamweaver
http://foundationphp.com
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 02, 2009 Mar 02, 2009
LATEST
Thanks again, David
That worked. I really enjoyed and learned a lot from your book 'Dreamweaver CS3 with CSS, AJAX and PHP. I learn more every time I read it.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines