• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

FOMUnsupportedTextHtmlType- Remove type=“Text/Html” attribute from Atom feed

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I am having trouble getting entries from parsed Atom Feed. I am getting these feed from web service. Thing is Code work absolutely fine in my local server but when I deploy it on my dev box I am getting FOMUnsupportedTextHtmlTypeException. when I check the difference in generated Atom feed i found little change in feed xml. below is my local feed

and here my dev box generated xml.
<atom:entry>

the only difference is in
I am using abdera parser to parse atom and using IBM Portal 8 in both local and dev.
I am getting error at this code

exception is

Can anybody tell me how to remove attribute from somebody help Please..Thanks
 
30 seconds to difuse a loaf of bread ... here, use this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic