<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:p="http://primefaces.org/ui">
<h:head>
<title>CINEMA</title>
<link rel="stylesheet" type="text/css" href="Css/css_layout.css"/>
</h:head>
<f:view>
<p:feedReader value="http://omelete.uol.com.br" var="feed" size="">
<h:outputText value="#{feed.title}" style="font-weight: bold"/>
<br />
<h:outputText value="#{feed.description.value}" escape="false"/>
<p:separator />
</p:feedReader>
</f:view>
</html>
como uso isso nao entendi assim ta com erro “com/sun/syndication/io/XmlReader”
alguem da um ajuda ai!!!